程序代写代做代考 interpreter compiler assembly Java python x86 data structure c/c++ ocaml An Introduction to OCaml
An Introduction to OCaml Stephen A. Edwards Columbia University Fall 2016 OCaml in One Slide Apply a function to each list element; save the results in a list “Is recursive” Passing a function Case Pattern Matching splitting Local name declaration List support Recursion Anonymous functions # let rec map f = function [] -> [] […]