ocaml-bench / sandmark

A benchmark suite for the OCaml compiler
The Unlicense
82 stars 40 forks source link

Port Comparison-Programming-Languages-Economics benchmark to OCaml #326

Open Sudha247 opened 2 years ago

Sudha247 commented 2 years ago

Port Comparison-Programming-Languages-Economics benchmark benchmark to OCaml. Rust version in the repo is parallel and could serve as a good starting point.

codeamic commented 2 years ago

Hi Sudha, can i work on this issue?

Sudha247 commented 2 years ago

Sure, you may work on this. Don't hesitate to ask any questions here.

codeamic commented 2 years ago

Hi Sudha, please how do i get started with this task? after forking the mseri / Comparison-Programming-Languages-Economics repository what next?

Sudha247 commented 2 years ago

Hey @codeamic :) The crux of this task is that the linked repo contains the benchmark implemented in multiple languages. It'd be nice to port that to OCaml. For that I'd suggest starting with the sequential version, perhaps the C or python version, whichever you'd prefer. Try to rewrite that with OCaml. If you're new to OCaml, I'd recommend the Cornell CS 3110 textbook

codeamic commented 2 years ago

ok, which repository should i clone please