Engine Computer Science Article Index for
Engine
Website Links For
Engine
 

Information About

Engine Computer Science




(define-syntax timed-lambda
(syntax-rules ()
((_ formals exp1 exp2 ...)
(lambda formals (decrement-timer) exp1 exp2 ...))))


EXTERNAL LINKS

  • http://gd.tuwien.ac.at/languages/scheme/tutorial-dsitaram/t-y-scheme-Z-H-16.html

  • http://www.cs.indiana.edu/~dyb/pubs/engines.pdf

  • http://www.scheme.com/tspl3/examples.html#./examples:h11

  • http://list.cs.brown.edu/pipermail/plt-scheme/2002-September/000620.html