category-code
[Top Page]
[Recent Changes]
[All Pages]
[Settings]
[Categories]
[Wiki Howto]
[Edit]
[Edit History]
Search:
Code snippets in Scheme
The
3n+1
problem (Collatz conjecture).
all-pairs-shortest-path
amb
anaphoric-if
bunny-test
(see
unit-testing
for more information)
conditionally-load-code
copy-tree-sum
dices
(a dices roller for Gauche)
edit-distance
email-obfuscator
entropy
(A program useful for finding the entropy of source code.
Gambit
only)
google-video-helper
A scheme program to help in retrieving raw google video
google-video-subtitle
To download and convert to SRT the subtitle(s) of a Google/Youtube video
hose-the-repl
idioms
in Scheme
procedure-static-variables
simple-iterators
memoization
delayed-computation
letrec*
A new function in
r6rs
(letrec with left to right evaluation order)
list-palindrome-predicates
max-sum-triangle-path
(A
Project Euler
problem
.)
mississippi-triplets
newton-method-widget
(A program useful for finding the roots of a function)
obfuscated-scheme
quines
regular-expression-language
scsh-code-snippets
(snippets of Scheme Shell code)
Siegfried-et-le-dragon
sieve-of-eratosthenes
The
smallest-nonmember-problem
.
syntax-symbol?
syntax-unicode-lambda
SXML
sxml-example
port-utilities
zobrist-hashing
Collections
Advent of Code Problems
ninety-nine-scheme-problems
Programming Praxis problems
sicp-solutions
Example Program with Module
module-example-chez
module-example-chibi
module-example-chicken
module-example-gauche
module-example-mit-scheme
module-example-racket
Stuff for debate
conciseness
Libraries in Scheme
srfi
: Scheme requests for implemenation
SLIB
: Useful additions to scheme
swindle
: A library for PLT Scheme
category-category