Consider 开发者_如何学Pythonthe following code: >>> colprint([ (name, versions[name][0].summary or \'\')
I\'ve completed the Graham\'s exercise Chapter 5.8,and 开发者_如何学Gomy code is: (defun max-min (vec &key (start 0) (end (length vec)))
Could somebody e开发者_开发技巧xplain what an \"improper list\" is? Note:Thanks to all ! All you guys rock!I think @Vijay\'s answer is the best one so far and I just intend to Erlangify it.
There are many SO posts related to this, but I am asking this again with a different purpose I am trying to understand why closures are important and useful. One of things that I\'ve read in other SO
cann\'t read text file. READ: input stream #1=# has reached its end [Condition of type SYSTEM::SIMPLE开发者_JAVA百科-END-OF-FILE]
http://pastebin.com/d2294a374 I\'ve posted code indented in 2 different way in there. I get confused here because I am not sure what to do when a function has multiple arguments. Should each argument
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
Suppose I have this wonderful function foo [92]> (defun foo () (lambda() 42)) FOO [93]> (foo) #<FUNCTION :LAMBDA NIL 42>
I\'m writing a routine to test to see if point is at the practical end of line. (defun end-of-line-p ()
Are there any compilers out there for function or lisp-ish languages that compile to idiomatic C?Most compilers out there seem to provide something resembling a machine language composed of C macros.I