rep-xgettext
development libraries and headers for librep
Install
- All systems
-
curl cmd.cat/rep-xgettext.sh
- Debian
-
apt-get install librep-dev
- Ubuntu
-
apt-get install librep-dev
- Kali Linux
-
apt-get install librep-dev
- Fedora
-
dnf install librep-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install librep-dev
- Raspbian
-
apt-get install librep-dev
- Dockerfile
- dockerfile.run/rep-xgettext
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.