mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
| samples | ||
| src | ||
| t | ||
| AUTHORS | ||
| bootstrap | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| Makefile.am | ||
| NEWS | ||
| README.md | ||
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’.
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
setting up
First of all, you have to install Lisp environment. You can install a binary version of SBCL and Quicklisp from internet by these commands:
$ ros setup
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.