Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 799 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 799 Bytes

What's here:

  • blackjack -- a simple blackjack program, implemented eight times in eight languages

  • gallery -- an image gallery learning project in Scala and Liftweb, based on dpp's image upload example

  • mandelbrot -- a program to generate mandelbrot set images as PNG graphics files, implemented seven times in seven languages

  • nondeterminism -- implementations of Paul Graham's nondeterminism examples from On Lisp Chapter 22 in Ruby and C (the Ruby version has now been published as the `ambit' gem, with documentation and examples -- these are just the examples)

  • rpn -- a ten (or more) function rpn calculator, currently implemented eleven time in eleven languages

  • vlife -- some toy virtual life programs I wrote in 1995, updated to work with modern Unix/C/Curses