Arc Forumnew | comments | leaders | submitlogin
3 points by aw 4806 days ago | link | parent

Is there a general interest in moving ssyntax functionality to the reader?

In the Arc runtime project, that was my assumption behind my choosing my matching library to implement the reader in Arc. The matching library is way more powerful than what would be needed to simply replace the Racket reader as-is; the goal is that when people want to experiment with different kinds of syntaxes or with extending ssyntax to work in more cases it will be easy to do.



1 point by evanrmurphy 4806 days ago | link

That's good to know, thanks. :)

-----