Popularity
2.0
Growing
Activity
0.0
Stable
3
3
0
Programming language: Crystal
License: MIT License
Tags:
Implementations/Compilers
csmli alternatives and similar shards
Based on the "Implementations and Compilers" category.
Alternatively, view csmli alternatives based on common mentions on social networks and blogs.
-
myst-lang
A practical, dynamic language designed to be written and understood as easily and efficiently as possible
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Promo
influxdata.com

Do you think we are missing an alternative of csmli or a related project?
Popular Comparisons
README
csmli
Mini-Lisp interpreter
No unit tests yet
Compile
$ crystal compile --release src/csmli.cr
Usage
Append lisp program filename as argument or leave blank for input from standard input.
$ ./csmli [program.lsp]
Specification
See /rules
folder
Contributing
- Fork it ( https://github.com/david50407/csmli/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [david50407] David Kuo - creator, maintainer