Lisp internet Help625 (9/14/2007 12:11:22 PM) comp.lang.lisp Trying to learn CLisp through the text books online, I have my eyes hurt. Why can not the Explorer or FireFox just be set to display the text-pages more like what we see in emacs? So i just want to program some... daidongLY
Problem about 'get-internal-run-time'731 (9/11/2007 9:13:14 AM) comp.lang.lisp In the last section of Pratical Common Lisp, there are some functions¯os to test the Run-Time of any Form. Here is the most important macro used to extent Users' Function and add its Time- Consuming Informa... daidongLY
What's This? #2432 (9/5/2007 5:40:55 PM) comp.lang.lisp Today I read the book 'Ruby on Rails', in the preface, the author mentions how Rails has changed the world and provides some examples, like SQL on Rails, MonoRails, Lisp on line... However, there is not any inf... daidongLY
How Function Create Variables?525 (7/30/2007 10:17:37 AM) comp.lang.lisp The Common-User-Package's Function: copy-seq is not deep enough to copy old list to a new list as it's more fit for sequence, So here is a new deep-copy function: (defun my-copylist (list) (if (or (not list)... daidongLY
Need some help.331 (7/29/2007 10:33:11 AM) comp.lang.lisp It's a pleasant time in reading the basic parts of 'Practical Lisp' (the first twenty-two chapters) as its clear and straightforward explanasion of every aspect of CL, however, things became difficult after th... daidongLY
Lost my way ...1133 (7/5/2007 6:36:36 AM) comp.lang.lisp As a student major in computer science, I finally found myself lost in this field. Last night, I stood up all night long to think what i have learnt in my four-year's college life and what i need to learn in my... daidongLY
A question makes me coufused720 (6/30/2007 2:16:44 AM) comp.lang.lisp >From the lecture of SICP and the book, i found this dialect of LISP named scheme has the ability to choose whether referring to a funtion or evaluating the function just by whether using '(' and ')' to bracke... daidongLY
A newbies' question.626 (6/22/2007 3:11:55 AM) comp.lang.lisp hi,everyone, I am a newbies in lisp, and have a basic question. I have two procedures, which I use to convert a binary tree to a list. The tree is formatted like this '( entry (left-branch) (right-branch)) ... daidongLY
daidongLY's replies:
Items(8) /1
Lisp internet Help625 (9/14/2007 12:11:22 PM) comp.lang.lisp Trying to learn CLisp through the text books online, I have my eyes hurt. Why can not the Explorer or FireFox just be set to display the text-pages more like what we see in emacs? So i just want to program some... daidongLY(20)
Problem about 'get-internal-run-time'731 (9/11/2007 9:13:14 AM) comp.lang.lisp In the last section of Pratical Common Lisp, there are some functions¯os to test the Run-Time of any Form. Here is the most important macro used to extent Users' Function and add its Time- Consuming Informa... daidongLY(20)
What's This? #2432 (9/5/2007 5:40:55 PM) comp.lang.lisp Today I read the book 'Ruby on Rails', in the preface, the author mentions how Rails has changed the world and provides some examples, like SQL on Rails, MonoRails, Lisp on line... However, there is not any inf... daidongLY(20)
How Function Create Variables?525 (7/30/2007 10:17:37 AM) comp.lang.lisp The Common-User-Package's Function: copy-seq is not deep enough to copy old list to a new list as it's more fit for sequence, So here is a new deep-copy function: (defun my-copylist (list) (if (or (not list)... daidongLY(20)
Lost my way ...1133 (7/5/2007 6:36:36 AM) comp.lang.lisp As a student major in computer science, I finally found myself lost in this field. Last night, I stood up all night long to think what i have learnt in my four-year's college life and what i need to learn in my... daidongLY(20)
A question makes me coufused720 (6/30/2007 2:16:44 AM) comp.lang.lisp >From the lecture of SICP and the book, i found this dialect of LISP named scheme has the ability to choose whether referring to a funtion or evaluating the function just by whether using '(' and ')' to bracke... daidongLY(20)
A newbies' question.626 (6/22/2007 3:11:55 AM) comp.lang.lisp hi,everyone, I am a newbies in lisp, and have a basic question. I have two procedures, which I use to convert a binary tree to a list. The tree is formatted like this '( entry (left-branch) (right-branch)) ... daidongLY(20)