Linux command
roswell 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Install Roswell
ros setup
Install Common Lisp implementation
ros install [sbcl]
Run Lisp REPL
ros run
Run script
ros [script.ros]
Install Quicklisp system
ros install [system-name]
说明
Roswell is a Common Lisp implementation manager and launcher. It handles installation of different Lisp implementations, manages Quicklisp, and provides script execution.
参数
- setup
- Initial setup.
- install _impl_
- Install implementation.
- run
- Start REPL.
- use _impl_
- Switch implementation.
- list
- List available.
- init _name_
- Create script template.
FAQ
What is the roswell command used for?
Roswell is a Common Lisp implementation manager and launcher. It handles installation of different Lisp implementations, manages Quicklisp, and provides script execution.
How do I run a basic roswell example?
Run `ros setup` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does setup do in roswell?
Initial setup.