Show HN: Yaksha Programming Language
JaDogg Sunday, March 19, 2023I have been working on this for a while. Main goal was to build a usable programming language. I even end up building few tools for this such as IntelliJ plugin, etc.
I also plan on building some games with it in future.
Main use case would be: small games (raylib), tools (static linux binaries with musl-libc) and recreational programming (wasm4). Works in Windows also. If you have emscripten in path you can even build these games/tools (raylib) to WASM.
Please have a look. Thank you.
-------------------------------------
Main Repo: https://github.com/YakshaLang/Yaksha
Doc: https://yakshalang.github.io/documentation.html
Library: https://yakshalang.github.io/library-docs.html
Tutorials: https://github.com/orgs/YakshaLang/discussions/categories/tu...
----------------------------------------
Started after a comment from WalterBright here https://news.ycombinator.com/item?id=28929840