Popularity
1.5
Declining
Activity
0.0
Stable
3
2
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.
-
mint-lang
:leaves: A refreshing programming language for the front-end web -
myst-lang
A practical, dynamic language designed to be written and understood as easily and efficiently as possible
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
Do you think we are missing an alternative of csmli or a related project?
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