Hacker News new | ask | show | jobs
by twopoint718 6159 days ago
Clojure would look something like this:

    (defstruct mountain :name :latitude :longitude :country) 
    (struct mountain "Zugspitze" 47.416667 10.983333 "Germany")