Home >> Computers >> Programming >> Languages >> Lisp >> Scheme >> Implementations


  Java-Based
       

  Guile
       


Execution within computer and software engineering is the process by which a computer or virtual computer carries out the instructions of a computer program. A term start is utilized most synonymously.

The related meaning of each "to run" & "to execute" refers to the action of the user starting the program, when around "Please run the ... application."

Context of Execution
A context where execution happen is important. Super pack computer softwcome are executed in the bare machine. Computer program commonly contain inexpressed & explicit assumptions all about resources available at a instance of execution. Virtually all softwcome download are executed using a trend lines of an operating system and run-time libraries specific to the source language that provide crucial services non supplied directly per computer itself. This supportive environment, e.g., ordinarily decouples the program from either straight manipulation of the peripheral device, providing extra general, abstract services instead.

Interpreter
The rules that executes the program is known as an interpreter of the program. Loosely speaking, an interpreter actually does what a program says to clean. This is around counterpoint to the language translator that converts the program from either a single language to an additional. A usual language translators come compilers. Translators usually convert their source language to the language that is simpler & sooner to execute. the ideal is that the ratio of executions to translations of a program is big, so providing a big gain for translation versus straight interpretation of the source language.

Translators normally develop an abstract symptom that is non totally ready to execute. A conversion of the translator object code into the final form that is executed is ofttimes performed per operating formulas upright prior to execution of the program begins. This normally involves modifying a code to attach it to rattling devices addresses & establishing location links between a program & trend lines code within libraries. Around a few subjects this code is farther transformed a foremost instance these are executed, e.g. by simply-around-instance compilers, into a supplementary effective form that persists for a bit of time period, commonly at least when you took the todays execution begin.

Micro-execution
A machine language that is documented as the programming target for virtually tons computers is, inside virtually all legal actions in todays world except mayhap for super elementary processors, actually interpreted by a microprogram running inside a processor, on the rattling devices. There keep around been many tries to project RISC computers that avoid micro-execution, however a distinction between complex & reduced instruction sets has tended to blur on top instance. A independent distinction between this rather micro-interpreter & an acknowledged package interpreter is that a firmware normally doesn't vary. It used to be that firmware ordinarily changed just slowly. A execution devices inside todays world is every now and again implemented in field-reprogrammable logic, & execution schemes that modify a devices dynamically to match a todays requirements survive and could get progressively most common.

RScheme
Portable, extended Scheme with reflective object(-oriented) system, operating system services, modules, threads, many system programming features (integrates with, compiles to C or bytecodes) and useful extensions. [Open Source]

Pseudoscheme
Embeds Scheme in Common Lisp.

VSCM
A portable Scheme implementation written by Matthias Blume of Princeton University. No longer actively developed.

SCM
A portable Scheme implementation written by Aubrey Jaffer.

Gambit
A portable, high-performance implementation of Scheme based on an optimizing compiler by Marc Feeley. Developed at University of Montreal.

Galapagos
An interactive multithreaded Scheme interpreter with turtle graphics for Windows 95, based on SCM.

STk
A free R4RS Scheme interpreter which can access the Tk graphical package.

Open Scheme
From Erian Concept, has CLOS-like object system; runs on Be/x86, FreeBSD, Linux/x86, Solaris (SPARC, x86), Windows. [commercial, unlimited free download evaluation copy with registration]

XLISP
A superset of the Scheme dialect of Lisp with extensions to support object-oriented programming.

MIT Scheme
From MIT, for many systems, has comprehensive code library, includes most functionality of ANSI Standard Common Lisp (CLtL2), many low-level OS interactions. Distributed with system is LIAR (LIAR Imitates Apply Recursively), optimizing compiler that outputs native machine code, has Edwin interactive Emacs-derived editor written in pure Scheme and the subject of an MIT AI Lab Memo. Arguably one of the best Scheme systems available, unarguably one of largest. Major downfall: its not totally R5RS compliant, more so for hygienic macros and #f versus the empty list. Version 7.5 now available for x86 systems.


Computers: Programming: Compilers: Functional
Computers: Programming: Languages: Lisp: Compilers and Interpreters
Computers: Programming: Languages: Lisp: Logo: Implementations




© 2005 GeneralAnswers.org