rep-remote
lisp command interpreter
Install
- All systems
-
curl cmd.cat/rep-remote.sh
- Debian
-
apt-get install rep
- Ubuntu
-
apt-get install rep
- Kali Linux
-
apt-get install rep
- Fedora
-
dnf install librep
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rep
- Raspbian
-
apt-get install rep
- Dockerfile
- dockerfile.run/rep-remote
rep
lisp command interpreter
rep is a dialect of Lisp, designed to be used both as an extension language for applications and as a general purpose programming language. It was originally written to be mostly-compatible with Emacs Lisp, but has subsequently diverged markedly. Its aim is to combine the best features of Scheme and Common Lisp and provide an environment that is comfortable for implementing both small and large scale systems. It tries to be a "pragmatic" programming language.
librep
A lightweight Lisp environment
librep-dbg
debug symbols for librep
rep is a dialect of Lisp, designed to be used both as an extension language for applications and as a general purpose programming language. This package contains the debug symbols for the interpreter and the embedded library. They are only required for debugging.