#W++ transpiled Programing language

22 messages · Page 1 of 1 (latest)

worldly ruin
#

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! :)

GitHub

Contribute to sinisterMage/WPlusPlus development by creating an account on GitHub.

worldly ruin
gentle oasis
worldly ruin
gentle oasis
worldly ruin
gentle oasis
#

Ooh

#

Does it have any thing like functions

#

Like

worldly ruin
#

they are also called arrow functions

worldly ruin
azure crow
#

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

worldly ruin
#

the image i sent was an example

finite pivot
#

Nice project and nice code too :3

worldly ruin
misty token
#

What are the key functionalities of this language?
What are key differences than the others?

#

I think it's mixture of js, python, and c#

#

including the features like arrow function, lambda function, OOp, etc