LinearML
LinearML copied to clipboard
Functional language for parallel programming
Did anyone succeed with building LinearML on a modern system? I'm using OPAM to switch to 4.02.0, installing llvm.3.6, but still get ``` File "emit.ml", line 33, characters 5-9: Error:...
Line 241: ``` else $llbindings=$(ocamlc -where) ``` ...should be: ``` else llbindings=$(ocamlc -where) ```
On amd64, this outputs 32767 instead of 1. ``` module Main = struct val main: unit -> unit let main() = let one = 1 in Print.int((fun() -> one) ())...
Fixes a typo in the README