mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
035f0408cc
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
588 B
Text
15 lines
588 B
Text
Roswell is a full-stack environment for Common Lisp development and
|
|
provides many features that make it easy to test, share and
|
|
distribute your Lisp applications.
|
|
|
|
Roswell is still in beta. Despite this, the basic interfaces are
|
|
stable and not likely to change.
|
|
|
|
Please note that you should run the following command as a chosen user
|
|
to build (compile, load and dump) the lisp-based part of roswell, using
|
|
the `ros` binary after installation. The result is the dumped lisp
|
|
image, which is saved in ~/.roswell:
|
|
|
|
$ ros setup
|
|
|
|
You should also repeat this step after upgrading the package.
|