Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

What's the reason of 'let rec' for impure functional language OCaml?

Calling OCaml-wrapped ZeroMQ code from signal handler

c ocaml zeromq

What's the difference (if any) between Standard ML's module system and OCaml module system?

ocaml sml ml

What is the difference between the `fun` and `function` keywords?

f# ocaml

Can F# units of measure be implemented in OCaml?

Why does ocaml need both "let" and "let rec"? [duplicate]

How are functors in Haskell and OCaml similar?

haskell ocaml

Haskell, Scala, Clojure, what to choose for high performance pattern matching and concurrency [closed]

80-bit extended precision floating-point in OCaml

designing large projects in OCaml [closed]

How to build an OCaml cross compiler

ocaml cross-compiling

What's the closest thing to Haskell's typeclasses in OCaml?

OCaml: Match expression inside another one?

pattern-matching ocaml

When should objects be used in OCaml?

oop object ocaml

What's really more performant? Haskell or OCaml [closed]

haskell benchmarking ocaml

OCaml and Opam: unbound module Core

ocaml opam

What are the primary theoretical difficulties with adding ML-style modules to Haskell?

What is the benefit of purely functional data structure?

What is the preferred way to structure and build OCaml projects?

F# vs OCaml: Stack overflow