This area of the repository is a collection of Scheme code meant for benchmarking, library/support, research, education, and fun. ... Scheme code for language implementation. ... Scheme code for pattern matching.
www.cs.indiana.edu/scheme-repository/code.html www.cs.indiana.edu/scheme-repository/code.html
The Scheme repository is not presently being maintained. Please visit schemers.org for a more up-to-date Scheme site! ... Lots of scheme code meant for benchmarking, library/support, research, education, and fun. ... Most of the publicly distributable Scheme Implementations.
www.cs.indiana.edu/scheme-repository/ www.cs.indiana.edu/scheme-repository/
Pages in category "Articles with example Scheme code" ... Categories: Articles with example code ... Scheme (programming language)
en.wikipedia.org/wiki/Category:Articles_with_example_Sc... en.wikipedia.org/wiki/Category:Articles_with_example_Scheme_code
Scheme code for benchmarking, research, education, and fun ... lang/scheme/code/ bench/ Scheme Benchmarking Suites csp/ Constraint: Port of Steele's Constraint System debug/ Scheme programs for debugging Scheme programs. eval/ Scheme code related to partial evaluation, metacircular evaluation, compilation, and so on.
www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/sch... www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/code/0.html
Code related to Types. ... This directory contains code related to type-inferencing and other type-related facilities. ... CD-ROM: Prime Time Freeware for AI, Issue 1-1 Keywords: Scheme!Code, Scheme!Extensions, Type Checking...
www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/sch... www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/scheme/code/ext/types/0.html
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).
sisc-scheme.org/ sisc-scheme.org/
Code of Conduct - Good Garage Scheme. Our directory of UK garages and mobile mechanics you can trust for your car servicing work and independently supplied feedback for each garage. ... To display in a prominent position the Good Garage Scheme code of conduct.
www.goodgaragescheme.co.uk/code.html www.goodgaragescheme.co.uk/code.html
Write Scheme code to: ... How to desugar expressions in Scheme (let, and, or, cond, case) ... Be able to use let, letrec, and, or, cond, case in Scheme programs. There are lots of examples of this. You can grep for the appropriate keyword to find files. The following are some simple examples.
www.eecs.ucf.edu/~leavens/ui54/docs/code-examples.html www.eecs.ucf.edu/~leavens/ui54/docs/code-examples.html
The following files contain essentially all the Scheme code included in Structure and Interpretation of Computer Programs, 2nd edition. For each chapter, there is a file containing all of the code in that chapter.
mitpress.mit.edu/SICP/code/index.html mitpress.mit.edu/SICP/code/index.html
Scheme code is read differently from many other languages. A schemer will not usually count parenthesis or so, but will recognize the nesting and content of an expression by the form of the code. So it's important to adhere to some basic guidelines on how to write code to make it easy to read for everyone.
community.schemewiki.org/?scheme-style community.schemewiki.org/?scheme-style