Пакет: stalin (0.11-7)
Ссылки для stalin
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код stalin:
Сопровождающий:
Внешние ресурсы:
- Сайт [www.ece.purdue.edu]
Подобные пакеты:
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.
Другие пакеты, относящиеся к stalin
|
|
|
|
-
- dep: dpkg-dev
- инструменты сборки пакетов Debian
-
- dep: libc6 (>= 2.34)
- библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6-udeb
-
- dep: libgc-dev
- conservative garbage collector for C (development)
-
- dep: libgc1 (>= 1:7.2d)
- экономный сборщик мусора для C и C++
Загрузка stalin
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
amd64 | 1 657,0 Кб | 4 979,0 Кб | [список файлов] |
arm64 | 1 579,8 Кб | 4 379,0 Кб | [список файлов] |
i386 | 1 575,6 Кб | 5 216,0 Кб | [список файлов] |