Measures Concepts
GitHub icon

dyvil

dyvil - Programming language

< >

dyvil is an open source programming language created in 2014.

Source code:
git clone https://github.com/Dyvil/Dyvil
#1424on PLDB 10Years Old

Try now: TIO

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 Token Example
Strings ✓ '
'Hello world'
Print() Debugging ✓ print

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout