|
|
|
|
|
by ansible
3026 days ago
|
|
Kudos to you for creating and sharing this. I've toyed around with ideas related to your project. Such as: What if... you had a Lisp that instead of being based around the classic linked list, was based around the Lua table instead? I've briefly tried to come up with formulations for how the code itself should be represented as a series of nested tables. And perhaps have a series of nested tables for all variables in the runtime as well (including local ones), though Lua sort of does this now. All that would increase ease the introspection, creation of macros, and other fun stuff. I hadn't started deciding on a syntax or anything either. |
|