Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

dyvil

< >

dyvil is an open source programming language created in 2014.

#1187on PLDB 10Years Old
Download source code:
git clone https://github.com/Dyvil/Dyvil
Homepage · REPL · Try It Online · Source Code

Dyvil is a multi-paradigm, general purpose programming language that is based on Java and the JVM. It is a compiled, statically and strongly typed language that supports object-oriented, functional and imperative programming styles. The language features many high-level constructs as well as an extensible and expressive syntax, making it highly useful for both rapid and safe prototyping, and the creation of domain-specific languages.


Example from hello-world:
class Dyvil { static func main(args: [String]) = print 'Hello World' }

Language features

Feature Supported Example Token
Strings ✓ 'Hello world' '
Print() Debugging ✓ print

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0