First  |  Prev |  Next  |  Last
Pages: 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
MDJ Stop trying to troll me on comp.lang.lisp
* mdj <96cb2b22-4124-4cfb-b2dc-ad068c7fb6f8(a)b2g2000yqi.googlegroups.com> : Wrote on Thu, 21 Jan 2010 06:12:25 -0800 (PST): | And it's not unsurprising to see you doing what you do best MDJ, what you just did here is not what "you are doing best", but its the "only thing" you are doing on comp.lang.lisp. Wh... 22 Jan 2010 11:46
Monad Macros in Common Lisp
Hi! I’m glad to announce my new project cl-monad-macros which is available by the following link: http://common-lisp.net/project/cl-monad-macros/ Here I invented monad macros. This is a small set of macros that allow the programmer familiar with Haskell to use the existent and create new monads in Common Lisp. T... 22 Jan 2010 01:49
anyone using lisp on gumstix?
i develop C code for embedded systems as my day job. i am learning lisp for fun. just wondering if anyone is currently using lisp on a gumstix successfully (or for that matter, if anyone has any suggestions for using lisp on an embedded platform). just so everyone knows my motivation: i am beginning to see the a... 26 Jan 2010 02:12
factor from the POV of a lisper
Today I saw the hilarious "How a Common Lisp programmer views users of other languages" post on Luís Oliveira's blog. [1] After a good laugh, I realized that I don't know much about Factor, so I did a bit of reading. I am looking for comments on what Common Lispers [2] think about Factor. What does the concatena... 2 Feb 2010 14:55
common-lisp.net?
Anyone knows what's wrong with common-lisp.net today? I can't access it from my office at the moment... Pascal -- My website: http://p-cos.net Common Lisp Document Repository: http://cdr.eurolisp.org Closer to MOP & ContextL: http://common-lisp.net/project/closer/ ... 21 Jan 2010 05:37
Qi reborn for mobile devices
After extended cross-Atlantic exchange, I and Carl Shapiro at Google have joined together to enable Qi to run directly on a virtual machine. Our current target is the Dalvik Virtual Machine (see http://en.wikipedia.org/wiki/Dalvik_virtual_machine) which is a close variant of the Java Virtual Machine designed for mo... 2 Feb 2010 14:54
why does allocate-instance have initargs
Can someone explain to me why the allocate-instance function has &rest initargs? I do not see anything on http://www.lispworks.com/documentation/HyperSpec/Body/f_alloca.htm#allocate-instance which explains how they are used. And it also seems to me that the promise made by allocation-instance is that the instance... 18 Jan 2010 05:20
what do lispers think of bigtable?
http://en.wikipedia.org/wiki/BigTable ... 19 Jan 2010 04:38
Hash tables multiple keys per value...?
Is it possible to map more than one key per hash table value? For example, if I create a hash table and I want to use a name and a date to identify a single value in the table, that's two keys that I want to store per entry in the table that I want to use to uniquely identify an entry. Because one entry can share a... 26 Jan 2010 15:29
SBCL optimization
When compiling the following code I am getting compiler warnings: note: unable to optimize due to type uncertainty: The first argument is a SEQUENCE, not a (SIMPLE-ARRAY * (*)). note: unable to optimize due to type uncertainty: The first argument is a SEQUENCE, not a LIST. (defclass mtest() ((data :accessor... 16 Jan 2010 17:13
First  |  Prev |  Next  |  Last
Pages: 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73