# 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
