Skip to content

Commit 0a0560b

Browse files
committed
ReleaseNotes: Open Dylan; by Peter Housel
llvm-svn: 355584
1 parent d39b590 commit 0a0560b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,22 @@ x86/x86_64 systems like Linux, OS X, FreeBSD and Windows and also Linux on ARM
238238
and PowerPC (32/64 bit). Ports to other architectures like AArch64 and MIPS64
239239
are underway.
240240

241+
Open Dylan Compiler
242+
-------------------
243+
244+
`Dylan <https://opendylan.org/>`_ is a multi-paradigm functional
245+
and object-oriented programming language. It is dynamic while
246+
providing a programming model designed to support efficient machine
247+
code generation, including fine-grained control over dynamic and
248+
static behavior. Dylan also features a powerful macro facility for
249+
expressive metaprogramming.
250+
251+
The Open Dylan compiler can use LLVM as one of its code-generating
252+
back-ends, including full support for debug info generation. (Open
253+
Dylan generates LLVM bitcode directly using a native Dylan IR and
254+
bitcode library.) Development of a Dylan debugger and interactive REPL
255+
making use of the LLDB libraries is in progress.
256+
241257
Zig Programming Language
242258
------------------------
243259

0 commit comments

Comments
 (0)