DEV Community

Discussion on: Welcome Thread - v51

Collapse
 
rusini profile image
rusini • Edited

Hello everyone!

I have designed and implemented a practical programming language called MANOOL.

Right now I am writing my first white paper or article about the subject, which I am going to cross-post on dev.to as well as on the official Web site (manool.org), and it should be complete shortly.

Looking forward for your comments...

Collapse
 
michaelcharles profile image
Michael Charles Aubrey

What sets Manool apart from other languages?

Collapse
 
rusini profile image
rusini • Edited

Unfortunately, any short answer would leave you with even more questions, and what really matters is, as always, details. That said, on the MANOOL official Web site the shortest description is:

MANOOL is a programming language with the same purpose as Python, Ruby, PHP, Common Lisp, or Scheme but it is designed with one central idea in mind:

  • to maximize the expressive power / implementation complexity ratio.

The author's implementation fits in only 10 KLOC in C++, yet it exhibits competitive run-time performance.