Scheme48 runtime system

E554852

The Scheme48 runtime system is the execution environment that supports running Scheme48 programs, handling tasks such as memory management, process control, and interaction with the underlying operating system.

Try in SPARQL Jump to: Surface forms Statements Referenced by

All labels observed (1)

Label Occurrences
Scheme48 runtime system canonical 1

Statements (33)

Predicate Object
instanceOf Scheme runtime environment
runtime system
associatedWith Scheme48 virtual machine NERFINISHED
designedFor running Scheme48 programs
goal provide a small, clean runtime for Scheme48
handles interaction with the underlying operating system
memory management
process control
implements execution environment for Scheme48 programs
manages heap memory for Scheme48 programs
interaction between Scheme48 code and foreign or system code
stack or continuation frames
partOf Scheme48 system NERFINISHED
provides I/O facilities
garbage collection
interfaces to operating system services
thread or process scheduling mechanisms
relatedTo Scheme48 VM scheduler NERFINISHED
Scheme48 bytecode interpreter NERFINISHED
Scheme48 garbage collector NERFINISHED
responsibleFor executing compiled or interpreted Scheme48 code
handling runtime errors in Scheme48 programs
loading and linking Scheme48 code
supports continuation-based control flow of Scheme48
interaction with the host operating system’s file system
interaction with the host operating system’s networking facilities
interaction with the host operating system’s process facilities
multiple Scheme48 processes or threads
supportsLanguage Scheme48 NERFINISHED
targetEnvironment Unix-like operating systems
portable C-based platforms
usedBy Scheme48 compiler output
Scheme48 interpreter

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Scheme48 hasComponent Scheme48 runtime system