mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Formatting, fixed broken link
This commit is contained in:
parent
dff146e118
commit
b5e7726eb4
1 changed files with 4 additions and 1 deletions
|
@ -59,8 +59,11 @@ Example Programs
|
||||||
Cyclone provides several example programs, including:
|
Cyclone provides several example programs, including:
|
||||||
|
|
||||||
- [Game of Life](examples/game-of-life) - The game of life example program and libraries from R<sup>7</sup>RS.
|
- [Game of Life](examples/game-of-life) - The game of life example program and libraries from R<sup>7</sup>RS.
|
||||||
|
|
||||||
- [Threading](examples/threading) - Various examples of multi-threaded programs.
|
- [Threading](examples/threading) - Various examples of multi-threaded programs.
|
||||||
- [Tail Call Optimization](tail-call-optimization.scm) - A simple example of Scheme tail call optimization; this program runs forever, calling into two mutually recursive functions.
|
|
||||||
|
- [Tail Call Optimization](examples/tail-call-optimization.scm) - A simple example of Scheme tail call optimization; this program runs forever, calling into two mutually recursive functions.
|
||||||
|
|
||||||
- Finally, the largest program is the compiler itself. Most of the code is compiled into a series of libraries which are used by [`cyclone.scm`](cyclone.scm) and [`icyc.scm`](icyc.scm) to create executables for Cyclone's compiler and interpreter.
|
- Finally, the largest program is the compiler itself. Most of the code is compiled into a series of libraries which are used by [`cyclone.scm`](cyclone.scm) and [`icyc.scm`](icyc.scm) to create executables for Cyclone's compiler and interpreter.
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|
Loading…
Add table
Reference in a new issue