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! :)
#W++ transpiled Programing language
22 messages · Page 1 of 1 (latest)
What can this do exactly?
you mean the reverse polymorphism or the language in genreal?
The language in general like what can it do? Make games, software or what
right now its for educational and fun purposes since its very slow but i am working on a JIT compiler for it
What’s a JIT compiler and what all things have u done till now like. Print hello world? Operators?
it can do print, it has let and const, control flow, lambda expressions and even a version of OOP
lambda expressions are anonymous functions
they are also called arrow functions
update: added JIT compiler, sort of OOP and nuget package converting to be used in W++ scripts (very expermintal
check it all out at the github repo https://github.com/sinisterMage/WPlusPlus
I think it onlys says Hello world beause you printed Hello world if your command works it says Hello world that print does it's my imagine then don't take it serious
it has a lot more functinality then hello world
the image i sent was an example
thanks!