The None Programming Language
bitbucket.org
The None Programming Language
1–10 of 46 posts
Re: The None Programming Language
#2Re: The None Programming Language
#3Re: The None Programming Language
#4I really wish more languages picked up S-expressions, because they're easy to machine-generate. I can't count the number of times I've been annoyed at my otherwise favourite languages for not being able to do that.
Re: The None Programming Language
#5Re: The None Programming Language
#6Re: The None Programming Language
#7My normal approach in this situation is to read the source but the source is completely unreadable since it is meta-bootstrapped with weird internal stuff partly in lua, partly in terra and largely using odd meta-macros in None itself.
Re: The None Programming Language
#8I'm having trouble thinking of a less googleable name for a programming language.
Re: The None Programming Language
#9So it's basically an S-expression-syntax wrapper around Terra? So cool. I really wish more languages picked up S-expressions, because they're easy to machine-generate . I can't count the number of times I've been annoyed at my otherwise favourite languages for not being able to do that.
I absolutely love this mixture of a Lisp hosted on Terra so it can take advantage of the optional static typing.
If someone wanted to do something similar for Python they could use Hy and MyPy (would need LLVM backend).