Two options for lispers:
Here, a third one: Use Scheme. Seriously, good Scheme compilers optimise functional use and in the absence of set! put the values directly in the activation record without the use of variables in the heap.
Nome (requerido)
Mail (não será publicado) (requerido)
Site (URL)
Here, a third one: Use Scheme. Seriously, good Scheme compilers optimise functional use and in the absence of set! put the values directly in the activation record without the use of variables in the heap.