Crates.io | oolisp |
lib.rs | oolisp |
version | 0.1.9 |
source | src |
created_at | 2022-06-03 11:09:08.204515 |
updated_at | 2022-06-03 11:09:08.204515 |
description | LISP based on Daniel Holden's Book, compiles to web assembly |
homepage | |
repository | |
max_upload_size | |
id | 599235 |
size | 115,766 |
1
, 1.1
, 1.1e+13
, 1.1e-13
)add
, def
, fun
, some-var
)def {symbol-name} value
"c'ect ci nest pa un pipe?"
, "hg king"
)(+ 1 2 3)
, (- (+ 9 1) (* 5 2))
, (list 1 2 3 4)
, (== {} {})
)(function arg0 arg1 arg2)
{1 1 1 1}
, {+ 9 (== {} {})}
)
usage: {elem0 elem1 elem2}
(\ {a b} {+ a b})
)
usage: (\ {arg-list} {body})