|
|
|
|
|
by an_ko
3987 days ago
|
|
So 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).