This repository contains two Emacs packages installable from MELPA.
The dylan package (Dylan editing modes):
dylan.el-- Thedylan-modemajor mode to edit Dylan code.dylan-opt.el-- Thedylan-opt-modeminor mode to show compiler optimizations.dylan-lid.el-- Thedylan-lid-modemajor mode to edit LID files.
The dime package (Dylan Interactor Mode for Emacs), an IDE derived from
SLIME):
dime.el-- Interactive development environment.dime-repl.el-- Read-eval-print loop.dime-browse.el-- Class browser.dime-note-tree.el-- Compiler note browser.dswank-- Server process that controls the Open Dylan compiler.
See the dylan-emacs-support <https://package.opendylan.org/dylan-emacs-support>_
package documentation, or browse the reStructuredText source files here <https://github.com/dylan-lang/dylan-emacs-support/blob/master/doc/source>_.