[llvm-branch-commits] [llvm-branch] r355584 - ReleaseNotes: Open Dylan; by Peter Housel

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 7 00:47:57 PST 2019


Author: hans
Date: Thu Mar  7 00:47:57 2019
New Revision: 355584

URL: http://llvm.org/viewvc/llvm-project?rev=355584&view=rev
Log:
ReleaseNotes: Open Dylan; by Peter Housel

Modified:
    llvm/branches/release_80/docs/ReleaseNotes.rst

Modified: llvm/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_80/docs/ReleaseNotes.rst?rev=355584&r1=355583&r2=355584&view=diff
==============================================================================
--- llvm/branches/release_80/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_80/docs/ReleaseNotes.rst Thu Mar  7 00:47:57 2019
@@ -238,6 +238,22 @@ x86/x86_64 systems like Linux, OS X, Fre
 and PowerPC (32/64 bit). Ports to other architectures like AArch64 and MIPS64
 are underway.
 
+Open Dylan Compiler
+-------------------
+
+`Dylan <https://opendylan.org/>`_ is a multi-paradigm functional
+and object-oriented programming language.  It is dynamic while
+providing a programming model designed to support efficient machine
+code generation, including fine-grained control over dynamic and
+static behavior. Dylan also features a powerful macro facility for
+expressive metaprogramming.
+
+The Open Dylan compiler can use LLVM as one of its code-generating
+back-ends, including full support for debug info generation. (Open
+Dylan generates LLVM bitcode directly using a native Dylan IR and
+bitcode library.) Development of a Dylan debugger and interactive REPL
+making use of the LLDB libraries is in progress.
+
 Zig Programming Language
 ------------------------
 




More information about the llvm-branch-commits mailing list