lisp-2 Questions
3
Solved
I have tried to understand the difference between Lisp-1 and Lisp-2 and how this relates to Clojure but I still do not understand properly. Can anyone enlighten me?
3
Solved
Do any lisps support nested s-expression on their head? For example
((f 2) 3 4)
for which (f 2) presumably evaluates to a function/macro to apply on 3 4.
Is it possible to have a lisp supportin...
Treacherous asked 16/10, 2012 at 3:4
4
Solved
I'm aware that Common Lisp has different binding environments for functions and variables, but I believe that it also has another binding environment for tagbody labels. Are there even more binding...
Downcomer asked 9/8, 2012 at 4:27
4
Solved
I'm reading over Peter Norvig's Paradigms of Artificial Intelligence Programming, and I've come across an issue I cannot resolve on my own (this is my introduction to Lisp). The issue is quite a sm...
Electromotive asked 1/5, 2011 at 18:52
6
Solved
Scheme uses a single namespace for all variables, regardless of whether they are bound to functions or other types of values. Common Lisp separates the two, such that the identifier "hello" may ref...
Programmer asked 20/6, 2009 at 4:51
1
© 2022 - 2024 — McMap. All rights reserved.