This commit is contained in:
Ava Apples Affine 2023-05-18 08:59:19 -07:00
parent 478b9f74c5
commit 825854fd42

View file

@ -409,14 +409,14 @@ For a more complex example see file:snippets/avas-laptop-prompt.rls
Further configuration can be done by loading scripts that contain more functions and data to evaluate. Further configuration can be done by loading scripts that contain more functions and data to evaluate.
Variables and functions defined in an external script loaded by your interpreter will persist in the symbol table. Variables and functions defined in an external script loaded by your interpreter will persist in the symbol table.
** Using Relish as your shell
As of version 0.3.0 Relish implements all the features of an interactive shell.
See further documentation in file:Shell.org.
#+BEGIN_SRC lisp #+BEGIN_SRC lisp
(call "my-extra-library-functions.rls") (call "my-extra-library-functions.rls")
#+END_SRC #+END_SRC
** Using Relish as your shell
As of version 0.3.0 Relish implements all the features of an interactive shell.
See further documentation in file:Shell.org.
** Compilation ** Compilation
#+BEGIN_SRC sh #+BEGIN_SRC sh
cargo build cargo build