In Lisp programming languages, a fexpr is a function whose operands are passed to it without being evaluated.
Questions tagged [fexpr]
2 questions
10
votes
3 answers
Why were FEXPRs abandoned in Common Lisp?
Many LISPs had FEXPRs but they were not included in CL.
I read that this was because FEXRPs don't work well with static analysis.
Can someone explain this?

lonjil
- 516
- 4
- 9
-1
votes
1 answer
What is fexpr in php?
What is fexpr in PHP? As I caught so far, It is a kinda function in Lisp language:
In Lisp programming languages, a fexpr is a function whose operands are passed to it without being evaluated.
I was reading an article which had deeply discussed…

behkod
- 2,647
- 2
- 18
- 33