How to Install and Uninstall stalin Package on Kali Linux

Last updated: May 14,2024

1. Install "stalin" package

Please follow the steps below to install stalin on Kali Linux

$ sudo apt update $ sudo apt install stalin

2. Uninstall "stalin" package

This is a short guide on how to uninstall stalin on Kali Linux:

$ sudo apt remove stalin $ sudo apt autoclean && sudo apt autoremove

3. Information about the stalin package on Kali Linux

Package: stalin
Version: 0.11-7
Installed-Size: 4979
Maintainer: Rob Browning
Architecture: amd64
Depends: libc6 (>= 2.34), libgc1 (>= 1:7.2d), libgc-dev, dpkg-dev
Size: 1696764
SHA256: ae2cf7746d74998d5bfd3e0e2d4d40a76fc93c09e3bd79df01ad4c7e2e438603
SHA1: 398a124106a7d97023d8cc5090ee7b9cd94073cf
MD5sum: c09b55931491da6cad771b8a78cd96cf
Description: An extremely aggressive Scheme compiler
stalin is an aggressive self-hosting Scheme compiler, designed to
generate resource efficient stand-alone executables with very high
computational performance. It is a batch mode compiler like gcc, not
an interpreter, and is designed to be used only after your code has
stabilized.
.
It places a few limitations on the content of the source code. For
example, you may not LOAD or EVAL new expressions or procedure
definitions at runtime, but in exchange, it is able to perform
various global analyses which may allow it to transparently map
Scheme types to C types and to use native C arithmetic operations on
a per-expression basis, whenever such operations are proven safe.
Further stalin can often reduce or eliminate run-time type checking
and dispatching, and omit garbage collection for data of limited
scope or accessibility, while omitting unreachable data altogether.
.
stalin also has a foreign procedure interface to both Xlib and OpenGL.
Description-md5:
Homepage: http://www.ece.purdue.edu/~qobi/software.html
Tag: devel::compiler, devel::lang:scheme, interface::commandline,
role::program, scope::utility, works-with::software:source
Section: lisp
Priority: optional
Filename: pool/main/s/stalin/stalin_0.11-7_amd64.deb