DEV Community

Cover image for This is Vidi, a programming language
David Berneda
David Berneda

Posted on

This is Vidi, a programming language

https://vidi.dev

Ended up with a very simple syntax borrowing the "best" features most used from common programming languages like Java, C#, Pascal / Delphi, JavaScript, Python and others.

The difficult part is to provide modern functionality using the minimum possible set of keywords and symbols.

Getting closer to a beta state, right now 200+ of aprox automated 230 tests compile and run fine.

Pending to fix some bugs in the runtime interpreter mostly for generic types and exception handling.

Top comments (0)