[parenscript-devel] Feature proposal: (defun (setf... and defsetf

Vladimir Sedach vsedach at gmail.com
Sat Jun 16 03:36:34 UTC 2007


Another feature I'm planning to add are setf expanders for
ParenScript. This should eliminate the need for explicitly
name-mangling complex accessor function names like set-this and
set-that, etc., which will make ParenScript code generation much
easier, but at the same time generate those name mangled functions in
the generated Javascript code itself, which will aid in debugging code
in Javascript tools such as Firebug.



More information about the parenscript-devel mailing list