Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivo-balbaert/cone_examples
A collection of working Cone programs
https://github.com/ivo-balbaert/cone_examples
Last synced: 11 days ago
JSON representation
A collection of working Cone programs
- Host: GitHub
- URL: https://github.com/ivo-balbaert/cone_examples
- Owner: Ivo-Balbaert
- Created: 2021-10-18T15:20:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T10:00:24.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T05:52:11.307Z (12 days ago)
- Language: Shell
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains a collection of working [Cone](https://cone.jondgoodwin.com/) programs.
They are mainly extracted from the Cone [Reference](https://cone.jondgoodwin.com/coneref/index.html) and [PlayGround](https://cone.jondgoodwin.com/play/index.html), adding others and new variations.
They are divided by chapter:
(TBI = To Be Implemented)
- ch2 - Installation-Compiler-Dev environment
- ch3 - Basics
- ch4 - Functions
- ch5 - Control Flow
- ch6 - Using C From Cone
- ch7 - Concrete Data Types: tuples - arrays -slices -structs
- ch8 - Methods
- ch9 - Permissions - References - Regions
- ch10 - Collection Types (TBI): enums - unions - array references - Vec - HashMap
- ch11 - Traits
- ch12 - Typedef - Macros - Metaprogramming
- ch13 - Modules - NamespacesAll examples where compiled and tested on Windows 11 / Ubuntu 20.
(Cone version: 2022 Jan 30 - v 0.1.0)The script compexec_all.sh can be used to compile and execute all programs.
![](images/pegicon.png)