@vaporeon_ python dictionaries and javascript objects have ruined every other popular programming language for me
@wallhackio What do Python dictionaries have that Perl hashmaps don't? Sincere question, as I only know Python very superficially
@vaporeon_ @wallhackio can you nest hashmaps in Perl?
@vaporeon_ @wallhackio trivially
d = { "a": 2, "b": { "c": 3 } }