sisc 1.16.6-1.3 source package in Ubuntu

Changelog

sisc (1.16.6-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/rules: Add build-{arch,indep} (Closes: #999294).

 -- Marcos Talau <email address hidden>  Thu, 03 Nov 2022 19:36:47 -0300

Upload details

Uploaded by:
David Banks
Uploaded to:
Sid
Original maintainer:
David Banks
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe interpreters
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sisc_1.16.6-1.3.dsc 1.8 KiB a5b146fa4cb7aeaf307ef3509b432cbdcacbb4a201a7e6441fe87402e7ba8b99
sisc_1.16.6.orig.tar.gz 1.1 MiB b2ed0d35c9d896c9854a5aecc6c096252f1c1b157976abc864209f2d90900a88
sisc_1.16.6-1.3.debian.tar.xz 15.5 KiB 14b67b686884f2f5490df4ff2a6969d9344967e686146152c7b254c35bab3cc6

Available diffs

No changes file available.

Binary packages built by this source

sisc: A Java integrated, fully R5RS compliant Scheme system

 SISC is an extensible Java based interpreter of the algorithmic language
 Scheme. SISC uses modern interpretation techniques, and handily outperforms
 all existing JVM interpreters (often by more than an order of magnitude).
 .
 In addition, SISC is a complete implementation of the language. The entire
 R5RS Scheme standard is supported, no exceptions. This includes a full number
 tower including complex number support, arbitrary precision integers and
 floating point numbers, as well as hygenic R5RS macros, proper tail
 recursion, and first-class continuations (not just the escaping
 continuations as in many limited Scheme systems). SISC also attempts to
 implement the standard as correctly as possible, while still providing
 exceptional performance.
 .
 SISC also provides useful real-world extensions, such as networking, elegant
 exception handling, a scope-friendly module system, support for SLIB,
 numerous SRFIs, and a Java foreign-function interface.