Live data from Hacker News

Viewing profile — FrederikNS

FrederikNS

HN member
Joined
Fri, Oct 11, 2013, 7:53 AM UTC
HN karma
4
Public activity
2 items

About FrederikNS

[ my public key: https://keybase.io/frederikns; my proof: https://keybase.io/frederikns/sigs/2RbOQv8FChGdfm-xpbdUMPWm6F3sLYffF4sl7wuDOiA ]

Recent public activity

  1. comment
    Comment #13713928

    Most semi-primitive types in python is immutable, yes (int, float, char, str, and DateTime), but all of the collections are mutable (List, Dict, Set). I'm sure there are immutable …

  2. comment
    Comment #6532257

    Scala enables you to keep most of the Java ecosystem (API, docs, cross-platform, and swing is even nicer in scala), and you can do `people.map { p => (p.name, p.address) }`, grante…