dyvil

The Dyvil programming language.

License

License

GroupId

GroupId

org.dyvil
ArtifactId

ArtifactId

dyvil
Last Version

Last Version

0.47.2
Release Date

Release Date

Type

Type

jar
Description

Description

dyvil
The Dyvil programming language.
Project URL

Project URL

https://github.com/Dyvil/Dyvil
Source Code Management

Source Code Management

https://github.com/Dyvil/Dyvil

Download dyvil

How to add to project

<!-- https://jarcasting.com/artifacts/org.dyvil/dyvil/ -->
<dependency>
    <groupId>org.dyvil</groupId>
    <artifactId>dyvil</artifactId>
    <version>0.47.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dyvil/dyvil/
implementation 'org.dyvil:dyvil:0.47.2'
// https://jarcasting.com/artifacts/org.dyvil/dyvil/
implementation ("org.dyvil:dyvil:0.47.2")
'org.dyvil:dyvil:jar:0.47.2'
<dependency org="org.dyvil" name="dyvil" rev="0.47.2">
  <artifact name="dyvil" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dyvil', module='dyvil', version='0.47.2')
)
libraryDependencies += "org.dyvil" % "dyvil" % "0.47.2"
[org.dyvil/dyvil "0.47.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.dyvil : compiler jar 0.47.2
org.dyvil : gensrc jar 0.11.2
org.dyvil : library jar 0.47.0
org.dyvil : repl jar 0.29.2

Project Modules

There are no modules declared in this project.

The Dyvil Programming Language

Master Build Status Average time to resolve an issue Percentage of issues still open Join the Chat

Module Link
All Download All
Library Download Library
Compiler Download Compiler
REPL Download REPL
GenSrc Download GenSrc
Branch Status
master Master Branch Build Status
develop Develop Branch Build Status
bugfix Bugfix Branch Build Status

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.

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

Downloads

Development

Community

org.dyvil

Dyvil

Versions

Version
0.47.2
0.47.1
0.47.0
0.46.5
0.46.4
0.46.3
0.46.2
0.46.1
0.46.0
0.45.1
0.45.0
0.44.1
0.44.0