First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
Specialized arrays, what to expect?
Suppose we have array constructed like below: (setf a (make-array 1000 :element-type '(unsigned-byte 13))) What is expected representation of such array? Of course, implementation could just use generic arrays, but what do Lispers expect? One choice is 16 bit machine integers. Another possibility is to us... 3 Jan 2010 06:11
What is the best way to process this list
I am still experimenting with CL. At the moment I am working with recipes. To get the ingredient list for my brownies recipe, I use: (getf (get-recipe "Brownies") :ingredients) and get: ((:QUANTITY "5" :TYPE "stuk" :INGREDIENT "eieren") (:QUANTITY "350" :TYPE "gram" :INGREDIENT "suiker") (:... 12 Jan 2010 18:33
google "go" vs common lisp
http://golang.org/doc/go_lang_faq.html opinions? ... 2 Jan 2010 01:00
since msot lisp books suck, how about a wikibook on lisp like phpmanual?
On Thu, 31 Dec 2009 16:30:15 +0200, Larry Coleman <larryliberty(a)yahoo.com> wrote: On Dec 29, 2:00 am, gavino <gavcom...(a)gmail.com> wrote: taking beginner to master in small steps in most modern techniques I would volunteer as test subject. Is this what you had in mind? http://en.wikibook... 1 Jan 2010 11:54
Hold off, XP users!! [was Re: Guinea pigs needed for <gasp> a Lispapplication]
Ouch, I never tried it on an XP box. No go. msvcrt.dll issue under review. kt Kenneth Tilton wrote: I am seeking guinea pigs for a new release of my Algebra software, which is free for now, may stay that way, and most definitely will stay that way for early adopters: http://www.stuckonalgebra... 30 Dec 2009 13:07
Guinea pigs needed for <gasp> a Lisp application
I am seeking guinea pigs for a new release of my Algebra software, which is free for now, may stay that way, and most definitely will stay that way for early adopters: http://www.stuckonalgebra.com Windows XP/Vista/7 only, but just an easy port* away from the Mac. Last time a fonts issue got in the way,... 1 Jan 2010 07:35
An Informative Website For All Pakistanis
Are you looking for job? Want to Know about Companies in Pakistan? Want to have some fun? Interested in Blogging? Want to know Buses Routes in Karachi? Hotels in Pakistan? Want to Know Emergency Telephone Numbers in Pakistan? Mehndi Henna Designs For Girls Join us on Facebook http://www.facebook.com/groups... 30 Dec 2009 01:10
Book on Meta-Level Architectures
Has anyone read "Advances In Object-Oriented Metalevel Architectures and Reflection", Christoph Zimmermann Ed.? Is it any good? Matt ... 6 Jan 2010 08:35
why is there not a lisp pc?
why is there not a lisp pc for under $300? with power of lisp could be quite grand.. ... 12 Feb 2010 00:03
Yet another syntactic sugar of mine
Hi List! http://paste.lisp.org/display/92680 ? (macroexpand-1 '(with-conc-name x symbol x.name)) (PROGN (SYMBOL-NAME X)) ? (defstruct long-structure-name fld1 fld2) ? (macroexpand-1 '(with-conc-name x long-structure-name (list x.fld1 x.fld2))) (PROGN (LIST (VERY-LONG-STRUCTURE-TYPE-NA... 20 Jan 2010 20:49
First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75