Giter VIP home page Giter VIP logo

supergrade / slime Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 84.59 MB

"master" should match CVS and progress linearly. "hacks" is whatever I'm using right now and gets rebased all the time. "slime-indentation" is work on he slime-indentation contrib pending commit to CVS -- it gets rebased from time to time, and sometimes there's nothing there that isn't already in CVS.

Home Page: http://common-lisp.net/project/slime/

Ruby 0.37% Shell 0.14% Scheme 6.27% Common Lisp 54.14% Emacs Lisp 39.09%

slime's Introduction

Overview.
----------------------------------------

  SLIME is the Superior Lisp Interaction Mode for Emacs. It is
  implemented in two main parts: the Emacs Lisp side (slime.el), and
  the support library for the Common Lisp (swank.lisp and swank-*.lisp)

  For a real description, see the manual in doc/

Quick setup instructions
------------------------

  Add this to your ~/.emacs file and fill in the appropriate filenames:

    (add-to-list 'load-path "~/hacking/lisp/slime/")  ; your SLIME directory
    (setq inferior-lisp-program "/opt/sbcl/bin/sbcl") ; your Lisp system
    (require 'slime)
    (slime-setup)

  Make sure your `inferior-lisp-program' is set to a compatible
  version of Lisp.

  The function `slime-setup' can also load additional, contributed
  packages ("contribs"). The most-often used package is
  slime-fancy.el, which primarily installs a popular set of other
  contributed packages. It includes a better REPL, and many more nice
  features. To load it, change the bare (slime-setup) form above to
  (slime-setup '(slime-fancy)).

  Use `M-x' slime to fire up and connect to an inferior Lisp.
  SLIME will now automatically be available in your Lisp source
  buffers.

Licence.
----------------------------------------

  SLIME is free software. All files, unless explicitly stated
  otherwise, are public domain.

Contact.
----------------------------------------

  Questions and comments are best directed to the mailing list:
    http://common-lisp.net/mailman/listinfo/slime-devel

  The mailing list archive is also available on Gmane:
    http://news.gmane.org/gmane.lisp.slime.devel

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.