开发者_StackOverflow中文版What is the difference between (cons 23) and \'(2 . 3) in Lisp? They are not exactly the same, even though they evaluate to the same values in the REPL. Consider these
> (cons 2 3) (2 . 3) The Lisp environment needs to allocate only a single cons cell to connect the two items.
We are developing a swing application written by Java which requires only about 128MB memory, and in the short future I don\'t see it will require much more memory like 4GB. Previously we provide alwa
I\'m quite new to Scala programming language, and was trying something out stucked in my mind while I was following the lecture notes at here.
Can anyone well versed in lisp explain this joke to me? I\'ve done some reading on functional programming languages and know that CAR/CDR mean Contents of Address/Decrement Reg开发者_如何学运维ister