dyvil is an open source programming language created in 2014.
#1194on PLDB | 10Years Old |
git clone https://github.com/Dyvil/Dyvil
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.
class Dyvil
{
static func main(args: [String]) = print 'Hello World'
}
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | 'Hello world' | ' |
Print() Debugging | ✓ |