Hacker News new | ask | show | jobs
by _untra_ 3253 days ago
> which I'm realizing we may want in our DSL since we're converting user input strings to atoms

careful there. Theres a hard limit on the number of atoms that can be created in an environment, and serializing user input to atoms can get dangerous

1 comments

also not being garbage collected...