Funny how nobody can really decide on the block comment syntax for "--"-comments. SQL (other than T-SQL) doesn't seem to support any blocks, Haskell uses {- ... -}, and lua uses --[[ ... ]]. Any other versions?
i think python uses """ """
Does it have a C++ libary?
correct me if i'm wrong, but i think it was made
with lua, so it would need a lua library if anything
EDIT: looking at the source, at some point it seems as though he started developing moonscript with moonscript
dafuq
EDIT2: i think he just compiled all of the lua to moonscript, so you could use the moonscript library within moonscript. makes sense.