Skip to content

Tag Archives: functional programming

Jon Harrop dives into OCaml on LLVM

As seen on the LLVMdev mailing list: Jon Harrop, Fibonacci example in OCaml: Here is a complete 104-line native code compiler for a tiny subset of OCaml that is expressive enough to compile an external Fibonacci program: […] The compiler is itself written in OCaml, of course; for those who don’t know, OCaml or Objective […]