|
|
|
|
|
by sitkack
3985 days ago
|
|
I like how in NoneLang the file is no longer a unit of abstraction. In that test example, the entire contents of the file is wrapped in an s-expression. This most likely means that entire programs and libraries can be concatenated and still remain valid. 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). |
|