Scriptor / pharen

Lisp to PHP Compiler
http://pharen.org
BSD 3-Clause "New" or "Revised" License
218 stars 31 forks source link

support for Hygienic macro #5

Open francescoagati opened 14 years ago

francescoagati commented 14 years ago

a support fonr Hygienic macro can avoid error in definition of variable for local scope

http://en.wikipedia.org/wiki/Hygienic_macro

jeromebaum commented 13 years ago

Personally I'd say let's handle this later. There is other stuff that needs work.

Rather than adding in hygenic macros, let's bring pharen to the point that hygenic macros can be implemented in pharen (similar to this).

Scriptor commented 13 years ago

I agree, although a gensym function could probably be done after a bit of work, more effort needs to be put into making general use of Pharen easier.