Generalized literal syntax for programming languages

Filed Under (Common Lisp News) by WebDev Insider on 05-02-2010

Tagged Under : , , , , , , ,

The E documentation is sparse so it’s hard to tell. I should also mention Lisp here, since it’s the king of metaprogramming. I expect you could implement a feature like this using Common Lisp reader macros

Generalized literal syntax for programming languages

Filed Under (Common Lisp News) by WebDev Insider on 05-02-2010

Tagged Under : , , , , , , , ,

The E documentation is sparse so it’s hard to tell. I should also mention Lisp here, since it’s the king of metaprogramming.

Tony Finch – Generalized literal syntax for programming languages

Filed Under (Common Lisp News) by WebDev Insider on 05-02-2010

Tagged Under : , , , , , , , , , , , , ,

This week I found out that it has already been implemented twice, which is cheering news :-) . The main inspiration is the special support for regular expression literals in languages such as Perl and Javascript. It’s annoying that regexes are privileged with special …