DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamestalin
BeschreibungAn extremely aggressive Scheme compiler
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.11-5
Sektionuniverse/devel
Prioritätoptional
Installierte Größe5268 Byte
Hängt ab vonlibc6 (>= 2.4), libgc-dev, dpkg-dev
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße1971904 Byte
Prüfsumme MD52a03d5b922197d9dfae4ad807607d334
Prüfsumme SHA161fabadd24eb98b431025aab304957d89331206e
Prüfsumme SHA2565519a1214ca66e1f35a602661c9ce577424d3bf21f75ae4a0795517f2a4bdb33
Link zum Herunterladenstalin_0.11-5_i386.deb
Ausführliche Beschreibungstalin 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 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.


Impressum
Linux is a registered trademark of Linus Torvalds