Sure, no problem. I guess Emacs Lisp falls under the old-and-broken category. And Picolisp eschews functions as a data-type by choice. Do you know whether Picolisp offers lexical scoping?
As the other response says. The FAQ provides some rationale & makes it clear you can, actually, build robust software with picolisp's model of scoping. My understanding is, ``dynamic scoping is faster for an interpreter'' and ``funarg is easy to avoid and closures are possible''.
Are you sure? [2]
How about no? [3]
Perhaps you prefer Vim over Emacs? [4]
---
[1] http://en.wikipedia.org/wiki/Picolisp my favorite
[2] http://en.wikipedia.org/wiki/Scheme_(programming_language) probably the best known
[3] http://en.wikipedia.org/wiki/Arc_(programming_language) this bloody website runs on it
[4] http://en.wikipedia.org/wiki/Emacs_Lisp the good, the bad and the ugly, all in one package