Open Dylan 2019.1

On March 31, 2019, 5 years after the previous release, a new version of the Dylan language compiler, Open Dylan 2019.1, was released.

Dylan is a dynamic programming language that implements the ideas of Common Lisp and CLOS in a more familiar parenthesized syntax.

Main features of this version:

  • stabilization of the LLVM backend for the i386 and x86_64 architectures on Linux, FreeBSD and macOS;
  • the -jobs option has been added to the compiler to speed up the build by using multiple processes;
  • Correction of errors identified since the release of the previous version.

Source: linux.org.ru

Add a comment