Move from github, collapse gltk and strictmath, add candle
[clnl] / docs / Home.md
1 clnl is an experiment.  If it follows the path of most of my experiments, it will fade into oblivion in relatively short order.
2
3 If you'd like to help out, I'm not quite ready for that yet!  After 0.0, the best thing you'll do for me is download it and play with it, and see if it works for you.
4
5 Stuff to check out in this wiki:
6
7 * [[Milestones]] - Dreams
8 * [[CLNL as a lisp library]] - Wolf sheep in lisp
9 * [[DocsMain]] - Documentation on main package
10 * [[DocsNVM]] - Documentation on nvm package, the main engine
11 * [[DocsOtherPackages]] - Documentation on other packages
12   * [[DocsOtherPackages#package-clnl-interface]] - interface package for the opengl view
13   * [[DocsOtherPackages#package-clnl-cli]] - cli package for the ncurses based command line
14   * [[DocsOtherPackages#package-clnl-lexer]] - lexer for NetLogo, tokenizes NL code
15   * [[DocsOtherPackages#package-clnl-parser]] - parser, goes from tokens to ast
16   * [[DocsOtherPackages#package-clnl-transpiler]] - transpiler package, goes from generic ast to a specific ast targeting the clnl nvm
17   * [[DocsOtherPackages#package-clnl-code-parser]] - code parser, for entire models
18   * [[DocsOtherPackages#package-clnl-model]] - representation of the model
19   * [[DocsOtherPackages#package-clnl-random]] - random package for all things RNG related