Arc Forumnew | comments | leaders | submitlogin
1 point by shader 4790 days ago | link | parent

I'm creating a compiler for a class, and I've been representing variable names in the ast with symbols. I could use strings instead, and may end up doing so, but symbols seemed a more elegant solution.