First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
Draft paper submission deadline is extended: AIPR-10, Orlando, USA
It would be highly appreciated if you could share this announcement with your colleagues, students and individuals whose research area is in artificial intelligence, knowledge-based systems, soft-computing, evolutionary computing and related areas. Draft paper submission deadline is extended: AIPR-10, Orlando, US... 13 Feb 2010 11:31
CMUCL vs GCL
For first user, give me information about commnon lisp tools. At google, most page go to CMUCL. But i also interested in GCL (GNU Common Lisp). What is best choice? -- "You know who I am?" -- Vito Corleone, "Chapter 1", page 52 ... 20 Feb 2010 14:38
Emacs/SLIME indentation for CLSQL code?
Does anyone have something they could share for nicely indenting/ highlighting CLSQL sql-reader-syntax code in Emacs? ... 12 Feb 2010 00:03
Lisp on Mac OS X
I have some newLISP experience, but new to LISP. From the OS X ports collection, I have the choice of installing: openmcl, sbcl, gcl (GNU), ecl, clisp, abcl (java), and ccl (clozure) I'm reading and learning from, "Practical Common Lisp", by Peter Seibel, wherein he recomends "Lisp in a Box". Unfortunately, ... 17 Feb 2010 00:04
Working with a temporary file
I need to work with a fresh, unique file that is deleted automatically when I'm done with it. Here are the functions I came up with, I'd love to hear any feedback. (defparameter *alphabet* (concatenate 'string "abcdefghijklmnopqrstuvwxyz" "0123456789" "ABCDEF... 12 Feb 2010 05:27
How to Clean Tear Stains On a Dog
How to Clean Tear Stains On a Dog Tear staining is a common problem in dogs. Excessive tearing causes moisture in the hair around the eyes, making it an ideal home for bacteria. This bacterium is responsible for the darkening under the eyes. With relevant knowledge, you can remove stains quickly and efficiently ... 8 Feb 2010 22:33
How do you escape double quotes in format directives?
Hi, anyone know how to escape double quotes in a format directive? I'm trying to do the equivalent of the Unix shell command: echo "<a href=\"$1\">$2</a>" but with format: (format t "<a href=~"~A~">~A</a>" text1 text2) But CLISP says 'EVAL: variable ~A~ has no value.' OK, so I guessed at the ~" being... 8 Feb 2010 19:06
How can a web page degrade this way?
Referring to http://cybertiggyr.com/gene/lisp-heap/ and in particular at figures 3 and 4. If it were printed on paper I could understand, but these are digital images. Anyone know what happened here? rg ... 4 Feb 2010 22:28
FOR ALL YOU WHO WANT TO QUITE SMOKING : ) / CHECK THIS OUT : )
Hi frienz, check these out.. http://hubpages.com/hub/Smoking-a-silent-killer my retail line.. http://www.zazzle.com/nikla01 Thanx, ... 3 Feb 2010 19:39
Python's Reference And Internal Model Of Computing Languages
just wrote this essay. Comment & feedback very welcome. Python's Reference And Internal Model Of Computing Languages Xah Lee, 2010-02-02 In Python, there are 2 ways to clear a hash: “myHash = {}” and “myHash.clear()”. What is the difference? ↓ The difference is that “myHash={}” simply create... 7 Feb 2010 06:29
First  |  Prev |  Next  |  Last
Pages: 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69