Software > Programming >
(on Wikipedia)
http://scheme-reports.org/
https://www.lisp.org/
A thing made in Lisp.
I had previously been pointed towards Scheme as one of those links to precursor technology.. and I like the idea of delving into the deep dark past but that particular bit of effort didn’t pan out / feel right.
PCLinuxOS has the packages clisp and umb-scheme.
Table of Contents [hide]
Scheme Implementations ∞
- Racket (programming language)
-
- https://web.archive.org/web/20200306110832/https://www-sop.inria.fr/mimosa/fp/Bigloo/
- A Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast stand alone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs.
-
- https://www.s48.org/
- An implementation of Scheme written by Richard Kelsey and Jonathan Rees. It is based on a byte-code interpreter and is designed to be used as a testbed for experiments in implementation techniques and as an expository tool.
-
- https://scsh.net/
- An open-source Unix shell embedded within Scheme, running on all major Unix platforms including AIX, Cygwin, Linux, FreeBSD, GNU Hurd, HP-UX, Irix, Mac OS X, Solaris, and some others. also http://www.ai.mit.edu/projects/su/scsh-projects.html
-
- https://www.gnu.org/software/mit-scheme/
- A complete programming environment that runs on many unix platforms, as well as Microsoft Windows and IBM OS/2. It features a rich runtime library, a powerful source-level debugger, a native-code compiler, and an integrated Emacs-like editor.
-
- https://www.gnu.org/software/guile/guile.html
- A library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.
-
- http://people.delphiforums.com/gjc/siod.html
- A small-footprint implementation of the Scheme programming language that is provided with some database, unix programming and cgi scripting extensions.
Random Stuff ∞
-
https://web.archive.org/*/http://www.ai.mit.edu/docs/articles/good-news/good-news.html – articles and stories..
