Scribble Installation On A Debian, Ubuntu, Arch, Kali, Fedora And Raspbian
Maintainer: David Bremner
Email: [email protected] .
Website: https://www.racket-lang.org/
Section: lisp
Install scribble
-
Debian
apt-get install racketClick to copy -
Ubuntu
apt-get install racketClick to copy -
Arch Linux
pacman -S racketClick to copy -
Kali Linux
apt-get install racketClick to copy -
Fedora
dnf install racketClick to copy -
Raspbian
apt-get install racketClick to copy
racket
extensible programming language in the Scheme familyRacket (previously PLT Scheme) is a programming language suitable for scripting and application development, including GUIs and web services. It supports the creation of new programming languages through a rich, expressive syntax system. Supplied languages include Typed Racket, ACL2, FrTime, and Lazy Racket, and R6RS Scheme. Racket includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, tools for creating stand-alone executables, the Racket web server, extensive libraries, and documentation for both beginners and experts.
Install the latest version of scribble in Debian, Ubuntu, Arch, Kali, Fedora and Raspbian from terminal. To install the scribble just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of scribble from the respository and install it in your computer/server.




