home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / HELP language 1.4 / Help Files / Miscellaneous / Description < prev    next >
Encoding:
Text File  |  1993-01-02  |  722 b   |  13 lines  |  [TEXT/ttxt]

  1. This folder contains various example files:
  2.  
  3.    - "Church numerals" is a Help encoding of the well-known lambda-calculus 
  4.       Alonozo Church's numerals and various operations…
  5.    - "Examples" contains various usual examples, from the building of the 
  6.       list of all primes numbers to paradoxical combinators…
  7.    - Memoizing defines some function and a macro to define 
  8.       "memo-functions" that cache their results and thus greatly enhancing 
  9.        efficiency of highly redundant functions.
  10.    - "Gabriel Benchs" contains two benchmarks from Gabriel.
  11.    - "Multiple values" contains some simple code to emulate multiple values.
  12.    - " Unknown values" contains two examples of "unknown values" 
  13.       programming !