rep-config

development libraries and headers for librep

Install

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

librep-dev

development libraries and headers 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. 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. This package contains the files needed to embed the rep interpreter in an application.