github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jwiegley / ready-lisp

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 5
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (2)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (2)
    • v20090130
    • v20080428
Sending Request…
Click here to lend your support to: ready-lisp and make a donation at www.pledgie.com ! Edit Pledgie Setup

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

A distribution of Aquamacs, SBCL and SLIME which offers the simplest way to run Common Lisp on Mac OS X — Read more

  cancel

http://www.newartisans.com/software/readylisp.html

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Updated README to Textile, for GitHub 
jwiegley (author)
Mon Mar 16 13:06:44 -0700 2009
commit  e8d5b4091451b88c124bdfb7e61d4f1b830fd9f4
tree    8f396abba2e6b6eba38a7d60adb54d00ab680a1d
parent  3eb9ad12478a14f4ebc9b395db654fe835256b1b
ready-lisp /
name age
history
message
file .gitignore Loading commit data...
file .gitmodules
file Makefile
file NEWS
file README.textile
file TODO
file bootstrap.lisp
file build.sh
file customize-target-features.lisp
directory deps/
directory dist/
directory doc/
file my-build.sh
submodule sbcl - 56c7428
directory site-lisp/
submodule slime - 1e74489
README.textile

Welcome to Ready Lisp!

The intention of this project to provide a fulling working Lisp environment
that’s only a double-click away for Mac OS X users.

This package includes the following code items:

  • Aquamacs
  • SBCL (Steel Bank Common Lisp)
  • SLIME (Superior Lisp Interaction Mode for Emacs)
  • paredit.el
  • redshank.el
  • cldoc.el

It also includes the following documentation, all integrated with the Info
system (just press C-h i within Emacs to view them):

  • ANSI Common Lisp HyperSpec
  • SLIME documentation
  • ASDF documentation
  • SBCL user’s manual

There are also HTML versions of all documentation, and PDF versions of most
documentation, available in these two locations:

  • Ready Lisp.app/Contents/Resources/html
  • Ready Lisp.app/Contents/Resources/pdf

Everthing has been pre-configured for you to enable all options and turn on
all modes. If you wish to configure things, edit this file:

  • Ready Lisp.app/Contents/Resources/site-lisp/init.lisp.el

Building

NOTE: 64-bit and threading support are not enabled in Ready Lisp, because
neither of these is officially supported by SBCL on Mac OS X (yet). If you
wish to enable them, you will have to build your own Ready Lisp from sources.
Fortunately, this process has been made quite simple for you:

git clone git://github.com/jwiegley/ready-lisp.git
cd ready-lisp
make

This may take quite a while, but eventually it will leave a .dmg file in an
image sub-directory.

To build with 64-bit Intel support:

make ARCH=x86_64

To build with threading enabled:

make THREADING=yes

To build a universal binary, assuming you have ssh access to a PowerPC box
named ppcbox:

make PPC_HOST=ppcbox

If you wish to update any of the sub-packages to newer versions, edit the
Makefile to select the version(s) you want, run git checkout <TAG> within
sbcl to select a release tag, and finally run make clean, followed by
another make.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server