Hacker News new | ask | show | jobs
by cabalamat 5053 days ago
Why does this happen:

    (def a 3)
    3

    a
    null
a should be 3, not null.
1 comments

Same thing happens if you just try to pass it a bare 3. I'm thinking nothing gets evaluated without parens.