issues
search
evanrmurphy
/
SweetScript
A lispy language that compiles into JavaScript, strongly influenced by Arc.
https://github.com/evanrmurphy/SweetScript
14
stars
4
forks
source link
Read macros
#9
Open
evanrmurphy
opened
13 years ago
evanrmurphy
commented
13 years ago
At the least, should have
'x
expand to
(quote x)
.
At the least, should have
'x
expand to(quote x)
.