luke5542 / LanguageComparison

A comparison of various programming languages for similar problems to demonstrate the syntactic and run-time differences.
0 stars 3 forks source link

Added ocaml #23

Closed DavidTruby closed 9 years ago

DavidTruby commented 9 years ago

Added an ocaml solution. Performance roughly half of java on my machine.

luke5542 commented 9 years ago

Your makefile echos "Running rust sieve".

Other than that, and the awkward installation of ocaml, just need to test the docker build and this should be good to merge.

luke5542 commented 9 years ago

Actually, I just realized that the clean-failure we've had setup is also broken with this. I didn't have either dependency installed yet it didn't detect this and thus tried to build/run the ocaml anyway, which failed and stopped any other languages from running. This is likely an issue with the Makefile's EXECUTABLES list.

DavidTruby commented 9 years ago

The clean failure didn't work for me on the branch I cloned from you. I didn't have scala or D installed and it tried to build anyway so I don't think that breakage is to do with this commit, maybe it broke some time before?

luke5542 commented 9 years ago

Hmm... okay then. I'll admit I didn't test every language's existence for the clean failure, but I know it was working on some of them, specifically the python sets, so I'll create a new issue for that.

That just leaves docker testing.

georgevanburgh commented 8 years ago

This failed the build with the following error:

make[1]: Entering directory `/root/src/sieve-of-eratosthenes/ocaml' opam install core
3458[ERROR] Please run 'opam init' first to initialize the state of OPAM. 'opam install core' failed.
3459make[1]: Leaving directory `/root/src/sieve-of-eratosthenes/ocaml'
3460make[1]: *** [sieve_ocaml.native] Error 66
3461make: *** [buildall] Error 2