Arc Forumnew | comments | leaders | submitlogin
9 points by Zak 5934 days ago | link | parent

Imagine a Ruby library redefining what + does for numbers. Globally redefining the syntax of the language is almost certainly a mistake unless you're developing a new language. Of course, you might want to design a new language by redefining the built-in functions and macros of Arc.

Redefining _ introduces horrible bugs? Don't do that then.