A collection of stuff written in SketchyLISP, an applicative subset of Scheme.
amk | Another micro implementation of KANREN. | R5RS |
bottles | Print the lyrics of "99 bottles of beer". | R5RS |
draw-tree | Draw a tree resembling a Scheme expression. | R5RS |
fact | Fast factorial function. | R5RS |
factors | Factor an integer down to its constituent primes. | R5RS |
hyper | An implementation of the hyper-n operator. | R5RS |
infix | Convert expressions from prefix to infix notation. | R5RS |
permute | Generate permutations of a set. | R5RS |
prefix | Convert infix to prefix notation using RD parsing. | R5RS |
prolog | A simple PROLOG interpreter. | R5RS |
qsort | Sort a list using Quicksort. | R5RS |
read-line | Read a newline-terminated sequence of characters. | R5RS |
zebra | Solve the Zebra Puzzle using AMK. | R5RS |
Copyright (C) 2006 Nils M Holm < nmh @ t3x . org >