How to Install and Uninstall sisc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "sisc" package

Please follow the guidance below to install sisc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sisc

2. Uninstall "sisc" package

This guide covers the steps necessary to uninstall sisc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove sisc $ sudo apt autoclean && sudo apt autoremove

3. Information about the sisc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: sisc
Priority: optional
Section: universe/interpreters
Installed-Size: 2370
Maintainer: Ubuntu Developers
Original-Maintainer: David Banks
Architecture: all
Version: 1.16.6-1.1
Depends: openjdk-jre | java2-runtime
Recommends: rlwrap
Suggests: slib
Filename: pool/universe/s/sisc/sisc_1.16.6-1.1_all.deb
Size: 1114474
MD5sum: 80041d3a59b764dd21178628cf0a07be
SHA1: 0c35d7ffee5e289bcaabdf98d0600bf9745c9757
SHA256: 8208874f096ed0c07e48667ee79fa3a7a89a7013a477279871963e004775f96a
Description-en: 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.
Description-md5: 6bbf000eabb84b3b6872ff102ccf6ce4
Homepage: http://www.sisc-scheme.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu