rep

lisp command interpreter

Install

All systems
curl cmd.cat/rep.sh
Debian Debian
apt-get install rep
Ubuntu
apt-get install rep
image/svg+xml Kali Linux
apt-get install rep
Fedora
dnf install rep
Windows (WSL2)
sudo apt-get update sudo apt-get install rep
Raspbian
apt-get install rep

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.