|
|
|
|
|
by chipsy
3681 days ago
|
|
I am liking the look of this language. It looks very modern, and neither a retread nor outlandishly experimental or hacky. What it would need to start feeling viable: More documentation about implementation details, e.g. runtime environment, memory allocation model. "Ground-up" engineering info. Some key libraries for a target application domain - web, gaming, etc. The "best option for X" approach. Ability to deploy Stanza into other environments: Source to source, an easily implemented bytecode format, etc. The "parasitic" approach. |
|
1) The QT gui library.
2) The GLFW OpenGL and input events library.
3) Some networking library.
4) Some regex library.
The current compiler generates x86-64 assembly code, but we're working on refactoring that and abstracting it to make it easier to write more backends. We are aiming particularly for a Javascript backend for webapps and an ARM backend for mobile apps.