In visual lisp, you can use (atoi \"123\") to convert \"123\" to 123.It seems there is no \"atoi\" like function in clisp ?
sorry for my poor english:) I have a problem with lisp. i type code here http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-10.html to sbcl
I was told that there are only atom and list as the basic data structure in Lisp, does this mean vector in Lisp is some type of list? Was vector stored as list in the underl开发者_JAVA百科ying?What yo
I have a function which output some binary data to a stream. But the stream is abstract, which means the stream can be a file stream, or some other streams. But the stream must be a binary stream whic
I\'m not quite understanding 开发者_运维百科lambda functions. Here is an example function from the book Land of Lisp:
I\'d like to install slime on my Emacs 23.2.1. Since M-x slime doesn\'t succeed in start it, I modified the ~/.emacs file.
I tried defining a structure with a custom print function and constructor like so: (defun print-test (a-test stream depth)
I\'m learning LISP for a class. I have a basic workflow setup in Ubuntu with my LISP file in VIM and an interactive LISP prompt in a terminal that I\'m using to test code as I write it. Is there a way
开发者_JS百科I would like to do something akin to this: (defstruct person real-name (fake-name real-name)) ;if fake-name not supplied, default to real-name
It comes from my homework assignments. There is a family tree a+b /||\\ c+ud+ce+wf / | \\/ \\ m+xn+yopq r