View Problem

Define an unmodifiable empty map

ExpandDiskEdit
fsharp
// Most native fsharp data structures are immutable - updating a 'map' sees a modified copy created
let map = Map.empty

Submit a new solution for fsharp
There are 20 other solutions in additional languages (clojure, cpp, erlang, fantom ...)