rum icon indicating copy to clipboard operation
rum copied to clipboard

Functional language, easily extensible and possible (Lua features with LISP dialect and functional) to be embarked on software Go!

Results 56 rum issues
Sort by recently updated
recently updated
newest added

example: ``` (package (var a 1) (print a) (package (var a (+ a 1) (print a)) (print a) ) ``` output: ``` 1 2 1 ```

enhancement
core

``` ; create loops with for (for (print 'hello)) ; will loop while expression or funcrion return false (for area (10.0 20.0 30.0) ; will interact on the list elements...

enhancement
core