GithubHelp home page GithubHelp logo

lisp-init's Introduction

lisp-init

My cross-platform Common Lisp environment initialization script

Usage

  1. Clone the repository into any local directory (I prefer $HOME/Lisp/init)
  2. Download and install Quicklisp from [https://beta.quicklisp.org/quicklisp.lisp]
  3. Create soft link from load.lisp to the initialization files of your Common Lisp platforms

NOTE: on Windows, instead of creating soft links, I put a (load "load.lisp") with full pathname from initialization files of my CL platforms.

  1. Clone latest ASDF from [https://gitlab.common-lisp.net/asdf/asdf.git], put at $HOME/Lisp/asdf and build the final asdf.lisp. For old CL platforms, call (recompile-asdf) and explicitly load it in load.lisp, before initialize Quicklisp.

Local ASDF projects

There're two ways to make them ASDF-loadable:

  • Put the projects into Quicklisp's local-projects folder
  • Put them in $HOME/Lisp and modify load.lisp with an explicit list of them.

Name of initialization files for various Common Lisp platforms

By default all files are in home directory, e.g. $HOME/.lispworks

  • Allegro CL: .clinit.cl
  • ArmedBear Common Lisp: .abclrc
  • Clozure CL: .ccl-init.lisp
  • CMU Common Lisp: .cmucl-init.lisp
  • Embeddable Common-Lisp: .eclrc
  • GNU CLISP: .clisprc
  • LispWorks: .lispworks
  • Macintosh Common Lisp: init.lisp in MCL folder
  • SBCL: .sbclrc

Other useful scripts:

  • save-lw.lisp and save-lw-motif.lisp: LispWorks image building scripts

lisp-init's People

Contributors

binghe 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.