How to Install and Uninstall scheme48-prescheme Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "scheme48-prescheme" package
This tutorial shows how to install scheme48-prescheme on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
scheme48-prescheme
Copied
2. Uninstall "scheme48-prescheme" package
This tutorial shows how to uninstall scheme48-prescheme on openSuSE Tumbleweed:
$
sudo zypper remove
scheme48-prescheme
Copied
3. Information about the scheme48-prescheme package on openSuSE Tumbleweed
Information for package scheme48-prescheme:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : scheme48-prescheme
Version : 1.9.2-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.3 MiB
Installed : No
Status : not installed
Source package : scheme48-1.9.2-3.1.src
Upstream URL : http://www.s48.org/
Summary : PreScheme compiler
Description :
Pre-Scheme is a low-level dialect of Scheme, designed for systems programming
with higher-level abstractions. For example, the Scheme48 virtual machine is
written in Pre-Scheme. Pre-Scheme is a particularly interesting alternative to
C for many systems programming tasks, because not only does it operate at about
the same level as C, but it also may be run in a regular high-level Scheme
development with no changes to the source, without resorting to low-level stack
munging with tools such as gdb. Pre-Scheme also supports two extremely
important high-level abstractions of Scheme: macros and higher-order, anonymous
functions. Richard Kelsey's Pre-Scheme compiler, based on his PhD research on
transformational compilation, compiles Pre-Scheme to efficient C, applying
numerous intermediate source transformations in the process.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : scheme48-prescheme
Version : 1.9.2-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.3 MiB
Installed : No
Status : not installed
Source package : scheme48-1.9.2-3.1.src
Upstream URL : http://www.s48.org/
Summary : PreScheme compiler
Description :
Pre-Scheme is a low-level dialect of Scheme, designed for systems programming
with higher-level abstractions. For example, the Scheme48 virtual machine is
written in Pre-Scheme. Pre-Scheme is a particularly interesting alternative to
C for many systems programming tasks, because not only does it operate at about
the same level as C, but it also may be run in a regular high-level Scheme
development with no changes to the source, without resorting to low-level stack
munging with tools such as gdb. Pre-Scheme also supports two extremely
important high-level abstractions of Scheme: macros and higher-order, anonymous
functions. Richard Kelsey's Pre-Scheme compiler, based on his PhD research on
transformational compilation, compiles Pre-Scheme to efficient C, applying
numerous intermediate source transformations in the process.