Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 148 Bytes

TODO.md

File metadata and controls

14 lines (11 loc) · 148 Bytes

TODO

Lambda Expressions:

(eval
    (let a (@ 1 2 3))
    (println
        (map a (lambda x (* x 2)))
    )
)

More native functions