WARNING : LYSIA IS NOT READY TO BE USED.
A lisp-like language made with C#
Documentation : Coming Soon
-
Basic mathematic operators : +, -, *, /, %
-
Basic logic operators : =, !=, <, <=, >, >=
-
Basic functions :
- Variables management with def, del
- Conditions with if
- Loop with for and while
- Import to import other lispy file or native module
- Function system with func
- Cast and Type system with cast and typeof
- Comments with #
-
Native modules (import ):
- io : Manage inputs and outputs (2 functions)
- env : Manage environment (3 functions)
- list : Manage lists (18 functions)
- dict : Manage dicts (7 functions)
- rand : Manage random (2 functions)
- math : Mathematics (21 functions)
- First version