View Problem

Define an unmodifiable empty map

ExpandDiskEdit
erlang

% Erlang data structures are immutable - updating a 'map' sees a modified copy created
Map = dict:new(),

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