Hacker News new | past | comments | ask | show | jobs | submit login

Minor point of order about the atoms: they're not defined with @ nor derefd with . If you're referring to earmuffs* that's convention not syntax (specifically for dynamically scoped variables, which could be atoms or anything else), and @ is indeed deref. (More specifically @x is a reader macro ish that expands to literally `(deref x)`.)



Thank you! I never seem to remember this (but I don't use Clojure, so it's not an ingrained knowledge)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: