LingDong- / wax

A tiny programming language that transpiles to C, C++, Java, TypeScript, Python, C#, Swift, Lua and WebAssembly 🚀
https://waxc.netlify.app/
MIT License
793 stars 45 forks source link

Is this still maintained and ready for serious usage? #32

Open ChillerDragon opened 4 months ago

ChillerDragon commented 4 months ago

@LingDong- no commits since 2 years. Does that mean it is stable enough or you are taking a break? Or does it mean the project is abandoned and one should not start to use the language?

What is the easiest way to explore the full syntax? Reading the code? Are the examples covering everything or is one supposed to try and error or read the code?

Can it interact with the os? Threads? UDP/TCP networking and file IO?

midrare commented 4 months ago

@ChillerDragon You might want to check out https://github.com/fusionlanguage/fut, which has similar goals.

ChillerDragon commented 4 months ago

Cool thanks @midrare