On March 31, 2019, five years after the previous release, a new version of the Dylan language compiler was released — Open Dylan 2019.1.
Dylan is a dynamic programming language that implements the ideas of Common Lisp and CLOS in a more familiar syntax without parentheses.
The main updates in this version include:
- stabilization of the LLVM backend for i386 and x86_64 architectures on Linux, FreeBSD, and macOS;
- a -jobs option has been added to the compiler to speed up the build process using multiple processes;
- bug fixes discovered since the release of the previous version.
Source: linux.org.ru
