You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
duangsuse edited this page Mar 21, 2018
·
2 revisions
Lime sexp syntax
looks like
((# 1) () ())
(1""'a 0x21i32)
(symbol #t#f"abc"'abc'abc' :symbol :'this is a symbol too'"like #{'this}"'eql_to"eql to" () "nil" (abcdefg) ('abcdefg') (' :a :b)
0o21 321i32 43.2
('is a symbol XD') ; it's a comment; line comment
("symbol".symbol.symbol::symbol)
it represents
[[:#, 1], [], []]
[1,"","a",33]
[:symbol,true,false,"abc","abc","abc",[::,:symbol],:"this is a symbol too",[:+,"like ","this"],"eql to","eql to",nil,"nil",[:abcdefg],[:abcdefg],[:',[::,:a],[::,:b]],17,32,43.2]