https://github.com/dyvil/dyvil-language-reference
The Dyvil Language Reference - The full programming language guide
https://github.com/dyvil/dyvil-language-reference
dyvil jvm language-reference programming-language
Last synced: 2 months ago
JSON representation
The Dyvil Language Reference - The full programming language guide
- Host: GitHub
- URL: https://github.com/dyvil/dyvil-language-reference
- Owner: Dyvil
- License: bsd-3-clause
- Created: 2015-10-17T19:29:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T11:45:10.000Z (over 1 year ago)
- Last Synced: 2025-01-19T06:09:27.298Z (4 months ago)
- Topics: dyvil, jvm, language-reference, programming-language
- Language: CSS
- Homepage: https://dyvil.gitbooks.io/dyvil-language-reference/content/
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
**Dyvil** is a multi-paradigm, general purpose programming language that is based on Java and the JVM.
It is compiled, statically and strongly typed and supports object-oriented, functional and imperative
programming styles. The modern and extensible syntax is based on Swift, Kotlin and Scala.As a new programming language in active development, the main goals of the Dyvil project are the following:
- to provide modern syntax and semantics
- to avoid common boilerplate code
- to achieve performance comparable to Java programs
- to be fully compatible and interoperable with Java and other JVM languages like Scala, Kotlin or GroovyIn addition to the **Dyvil-to-JVM-Bytecode compiler**, the toolchain consists of an executable **REPL**, a full-fledged
**standard library** including an extensive collection framework, the **Dyvil Property Format** library and
specification, and the **GenSrc** source code generation and text template specialization tool. Information on all components as well as the language itself can be found in this language reference.