intended to be a launcher for a major lisp environment that just works.
Go to file
2014-11-06 20:31:41 +09:00
samples changed parameter and add sample 'hello.ros' 2014-10-18 22:20:18 +09:00
src move some definition from lsp to internal. 2014-11-06 20:31:41 +09:00
AUTHORS first commit 2014-07-30 03:09:01 +09:00
bootstrap add bootstrap for make it easier to use autotools. 2014-10-07 00:54:27 +09:00
ChangeLog first commit 2014-07-30 03:09:01 +09:00
configure.ac bump version to 0.0.2.13 2014-11-04 06:10:03 +09:00
COPYING add COPYING file 2014-10-13 14:47:33 +09:00
Makefile.am tidyup Makefile.am 2014-09-07 14:24:26 +09:00
NEWS first commit 2014-07-30 03:09:01 +09:00
README add README 2014-10-12 22:14:06 +09:00

# Roswell - Common Lisp environment setup Utility.

This software is alpha-quality. nothing stable,reliable.

## Description
installing Common Lisp and setting up everything just work is still difficult and you have to learn some tips.

## Why we named roswell?
from 'made with secret alien technology'(http://www.lisperati.com/logo.html)
I felt making it easier to use lisp for people is a kind of making opportunity for humanbeings to mingle with
alien technology.I recall 'roswell incident' by the concept.I'm not sure what you feel.

## Installation

    $ sh bootstrap
    $ ./configure
    $ make
    $ sudo make install

## How to use
### install sbcl-bin
first of all you have to install lisp environment. so type

    $ ros pull sbcl-bin

would install sbcl from internet.

### command help
after the installation type ros and you'll get some information by

    $ ros

## Author
SANO Masatoshi(snmsts@gmail.com)

## Special Thanks to
 * Eitaro Fukamachi (e.arrows@gmail.com) for naming this project.
## Project
 * https://github.com/snmsts/roswell