Hacker News new | ask | show | jobs
by junke 3221 days ago
> I'd also like to be able to specify my own braces to construct my own type as a shorthand, that'd be great DSL

That's the purpose of readtables in Common Lisp, defining custom readers for converting external representation to internal ones.

1 comments

Thanks, I'll check it out.