Coder Social home page Coder Social logo

dylan-mode's Introduction

dylan-mode

dylan-mode is a major mode for editing Dylan code in emacs. To enable auto-loading of dylan-mode upon loading a .dylan file, add these lines to your .emacs file:

(add-to-list 'load-path "/path/to/dylan-mode")
(autoload 'dylan-mode "dylan-mode" "Dylan-mode" t)
(add-to-list 'auto-mode-alist '("\\.dylan\\'" . dylan-mode))

DIME/dswank

DIME/dswank is part of the release since opendylan-2011.1. It provides interactive development support in emacs. DIME is a fork of SLIME and stands for Dylan Interaction Mode for Emacs.

To enable DIME/dswank add these lines to your .emacs file, changing YYYY.nn as appropriate for your installed release of Open Dylan:

(setq inferior-dylan-program "/opt/opendylan-YYYY.nn/bin/dswank") ; your dswank binary
(require 'dime)
(dime-setup '(dime-dylan dime-repl dime-compiler-notes-tree))

You will also need to set OPEN_DYLAN_USER_REGISTRIES to your source registries so that the compiler can find library dependencies:

export OPEN_DYLAN_USER_REGISTRIES=/path/to/opendylan/sources/registry:/other/registry

In Windows this can be set via the System control panel, and registries must be separated with semicolons instead of colon.

etags.regex

This file may be used to create an emacs TAGS file for Dylan code. See the comment in the file for usage.

License

This code is distributed under the GNU GPL.

It originates from different sources:
dylan-mode.el is from CMU dylan-optimization-coloring.el from Harlequin dylan-dime.el, dylan-common.el from Dylan Hackers dime.el, dime-repl.el, dime-compiler-notes-tree.el from SLIME

dylan-mode's People

Contributors

abeaumont avatar andreasdotorg avatar brucehoult avatar cbpage avatar cgay avatar emk avatar hannesm avatar housel avatar jdubrule avatar promovicz avatar robmacl avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.