ros-use(1)

ros-use - sets the default implementation used by roswell

synopsis

ros [options] use impl[/version]

impl : The name of an implementation which is already installed. New implementations can be downloaded by ros-install(1). The list of installed implementations is available in ros-list(1).

version: : The version specifier. The string representation of the version (e.g. .) depends on each implementation and roswell generally follows the representation used by the implementation.

description

ros use sets the default implementation used by roswell. It is by default sbcl-bin, which is a stable and well-tested version of sbcl.

SEE ALSO

sbcl(1), ros(1), ros-install(1), ros-list(1) _