I wrote: > What's the rationale behind this particular way of invoking macros > (the @ character) ? And why a single macro concept for two different > things (with or without arguments) ?
Also, I'm wondering about the use of RETURN in all the one-liner
macro examples from the manual. Why not just:
macro sayhello()
:( println("Hello, world!") )
end
--
ELS'16 registration open! http://www.european-lisp-symposium.org
Lisp, Jazz, Aïkido: http://www.didierverna.info
