[Compiler Tower] A better Python plan
Nala Ginrut <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <CAPjoZofnA9eBs5TXxcnDOBNEv9CJ_AJSH9WFDaMQi17M6VXTOQ@mail.gmail.com> |
Recently I've heard about Starlark, which is described as "Starlark is a dialect of Python. Like Python, it is a dynamically typed language with high-level data types, first-class functions with lexical scope, and garbage collection." I think it could be easier than implementing original Python. https://github.com/laurentlb/awesome-starlark Best regards.