X# - XML oriented programming language
2009-01-25
What is X#?
X# (pronounced X-sharp) is a domain specific language designed to quickly create Web applications and services. In X# everything is represented as a hierarchical structure or tree and instead of using functions to manipulate information or perform actions, all possible operations you can think of are done by adding, removing or changing nodes from this tree. Since there are no functions to learn and everything is done intuitively, even inexperienced developers can create complex Web applications and services in record time.
I can't believe this is for real. This comment on reddit sums my thoughts perfectly:
So... a language with all of the readability of XML and all the speed of Java... I only have one question...
WHY!?!?!
Code samples here: https://www.xsharp.org/samples/
I've seen worse so i am not that surprised but no thanks! I would prefer LOLCODE instead. :)