An open API service indexing awesome lists of open source software.

https://github.com/dyvil/dyvil

The Dyvil programming language
https://github.com/dyvil/dyvil

dyvil dyvil-programming-language java jvm language programming-language

Last synced: 2 months ago
JSON representation

The Dyvil programming language

Awesome Lists containing this project

README

        

# The Dyvil Programming Language

![Java CI](https://github.com/Dyvil/Dyvil/workflows/Java%20CI/badge.svg)
[![Join the Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Clashsoft/Dyvil?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

**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 Groovy

In 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 can be found in the [Language Reference][1].

The syntax and semantics of the language are still highly experimental and are likely to change in upcoming
releases. Therefore it is not recommended to use Dyvil in any kind of production environment.
Feature or change requests or bug reports in the form of GitHub Issues or Pull Requests are welcome and encouraged.

## Links

### Info

- [Blog](http://dyvil.github.io/)
- [Language Reference][1]

### Downloads

- [GitHub Releases](https://github.com/Dyvil/Dyvil/releases) (up to v0.44.0)
- [Maven](https://mvnrepository.com/artifact/org.dyvil) (from v0.44.1)
- [Release Statistics](https://docs.google.com/spreadsheets/d/13imk47mUlV9nbi2fsGAXuUr1f3cOdWhTyi_AoKlIgqA/edit?usp=sharing)

### Development

- [GitHub Repository](https://github.com/Dyvil/Dyvil)
- [Issue Tracker](https://github.com/Dyvil/Dyvil/issues)
- [Changelog](https://github.com/Dyvil/Dyvil/releases)

### Community

- [Gitter Chat](https://gitter.im/Clashsoft/Dyvil)
- [Subreddit](https://www.reddit.com/r/Dyvil/)

[1]: https://dyvil.gitbooks.io/dyvil-language-reference/content/