W++ transpiled Programing language
c#
Archiviert 6 months ago
L
Lord_Nova
Script Kiddie!
W++ is my own custom programing language that is transpiled into C# and is ment for educational and fun purposes
tech stack used: C# and a tiny bit of javascript (for the VSCode extension)
key features: reverse polymorphism: the ability for a parent class to override its child (very expermintal stages), no functions at all, only lambda expressions and more
github repo: https://github.com/sinisterMage/WPlusPlus
if you wish to contribute or have a feature suggestion feel free to open an issue on the repo or comment here
thank you for checking it out! :)

