Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ocaml

Are there functional programming languages that run on the GPU?

Adding to a string map in OCaml

ocaml

Why does this F# / OCaml "match" expression compile?

f# pattern-matching ocaml

Why is "1.0 == 1.0" false in Ocaml?

ocaml equality

Ocaml: Lazy Lists

What's the use case for D's compile time evaluation

OCaml equivalent to Haskell's @ in pattern matching (a.k.a. as-pattern)

What (exactly) are "First Class" modules?

Stack performance in programming languages

java python c performance ocaml

Gettext support in OCaml

Using menhir with sedlex

parsing ocaml lexer menhir

Using functors as interfaces in OCaml

interface ocaml functor

How to debug/execute a Ocaml program step by step?

debugging emacs ocaml

What OCaml standard library types cannot be marshalled?

marshalling ocaml

symbolic computation

How to navigate up inside a HUET Zipper

Is there a language that allows both static and dynamic typing? [closed]

The reverse state monad in OCaml