OCaml学习——OCaml-Code-Problems

OCaml Code Problems

Configuration

kickstart

  • install opam
  • set up opam
  • configure utop
  • set up editing environment (Emacs & Visual Studio Code)

Install basic libraries and tools.

1
opam install base utop

Install libraries recommeded by Real World OCaml.

1
opam install core async yojson core_extended core_bench cohttp-async async_graphics cryptokit menhir

Set up my Emacs(Spacemacs editor) using tuareg and merlin mode.

1
2
opam install tuareg ocp-indent merlin
opam install user-setup

99 Problems in OCaml

Github Repo

Code Problems in OCaml

Github Repo