<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/01/37bde005f875aa75e55ca6ee21ec7ede"
  from="Gérard_Huet &lt;Gerard.Huet@i...&gt;"
  author="Gérard_Huet"
  date="2003-01-09T14:58:20"
  subject="[Caml-list] Lambda Calculus"
  prev="2003/01/052677e729ac5d19e4510cbd9c516a35"
  next="2003/01/3eeaa34f72ab83397e790fabbb1b7306"
  prev-thread="2003/01/127c0dc2af328c6b22ad0093c362749c"
  next-thread="2003/01/3eeaa34f72ab83397e790fabbb1b7306"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Lambda Calculus">
<msg 
  url="2003/01/37bde005f875aa75e55ca6ee21ec7ede"
  from="Gérard_Huet &lt;Gerard.Huet@i...&gt;"
  author="Gérard_Huet"
  date="2003-01-09T14:58:20"
  subject="[Caml-list] Lambda Calculus">
</msg>
</thread>

<contents>
Everything you wanted to know about lambda-calculus - but were afraid 
to ask.
Nicely packaged as a set of executable Ocaml modules in limpid Pidgin 
ML syntax.

Learn how to program in pure lambda calculus the slowest quicksort in 
the world:

# let _L=list[3;2;5;1] in normal_list&lt;&lt;(^Quicksort ^L)&gt;&gt;;
- : list int = [1; 2; 3; 5]

Freak out with the Böhm-out technique and amaze your local theory guru 
by challenging him to separate Quicksort and Factorial:

# bohm(_Quicksort,_Fact);
- : list Term.term = [[x0,x1,x2,x3,x4]x3; [x0,x1]x0; [x0,x1]x0; [x0]x0]

Learn Recursion theory in one easy lesson, and surprise your friends by 
revealing that
Kleene is Church composed with Gödel :

value kleene t = church (godel t);

Win fortunes at TV Quiz shows by computing Gödel numbers faster than 
lightning:

# godel _Fix = 6941718342796165477078794502929179108365127687513804648;
- : bool = True

All this and more in the Constructive Computation Theory course, 
available in the Ocaml Hump:

http://caml.inria.fr/humps/

or directly at:
http://pauillac.inria.fr/~huet/CCT/

Enjoy!
GH

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

