- I was messing around in LispWorks the other day and came up with this lambda notation.
I was messing around in LispWorks the other day and came up with this lambda notation.(mapcar λ(e) (+ e 10) '(1 2 3 4)(I guess Kenny is right. I was supposed to be working on my BugTrackprogram, but this was more fun..)Warning: This contains LispWorks spesific code.-*-mode: lisp; coding: utf-16;-*-...
- YstokGrid 1.1 - CAPI-based grid widget
Hello,This is the minor release of YstokGrid, a graphical user interface widgetbased on the CAPI library for LispWorks(R).YstokGrid, or YGrid for short, is distributed under a LLGPL style license.http://lisp.ystok.ru/ygrid/YGrid was developed and tested on LispWorks 4.2, 4.3, 4.4, and 5.0 forWin...
- Your Top Ten Lisp URLs ?
Rainer Joswig wrote:> Hi,> maybe while discussing the next Lisp standard ;-) , you have time> to answer this question: What are your top ten Lisp resources> on the web? Not the ones you would recommend to others, but> the resources you are using yourself. If you like, post your>...
- You Norwegians
On May 13, 11:43 am, Harald Hanche-Olsen <han...@math.ntnu.no> wrote:> * Harald Hanche-Olsen <URL:http://www.math.ntnu.no/~hanche/>> - It is undesirable to believe a proposition> when there is no ground whatsoever for supposing it is true.Premisis continues...2) Once upon a...
- You Norwegians
+ Harald Hanche-Olsen <hanche@math.ntnu.no>:| Peter B. P., this thread is not welcome on comp.lang.lisp.And Kent, no matter what happens please don't followup on thisthread. We know from experience what will happen if you do, and weenjoy having you back in comp.lang.lisp too much.* Ha...
- You Norwegians
+ Peter B. P. <spamtrap@SPAMMERSMUSTDIEmacplanet.dk>:| Wow. Charcount: 25,483, wordcount: 4,468. Yeat another lengthy essay| on mind pathology by Erik Naggum.And you cross posted this to comp.lang.lisp for what reason?Peter B. P., this thread is not welcome on comp.lang.lisp.Anyone else fe...
- xmls 1.2 resolve-entity problem with unicode enabled SBCL
On Thu, 21 Jun 2007 19:21:58 +0000, scooter wrote:> BTW. Drew Crampsie e-mail on XMLS project page is dead, so I don't> know how to contact XMLS current maintainer.I'm no longer the maintainer of XMLS, i've long since passed thetorch. If you email me (drewc@tech.coop) i'...
- XML output
On 2007-08-03, yvin Halfdan Thuv <oyvinht@bacchus.pvv.ntnu.no> wrote:> There's a bunch of XML libraries available for CL. What is actually being used> for real software? Which one is stable/mature? Any experiences welcome.> I need the library to write XML documents (invoices)...
- Writing HTML parser wasn't as hard as I thought it'd be
Toby A Inkster <usenet200703@tobyinkster.co.uk> writes:> But wouldn't it have been a bit easier to reuse one of the many> existing parsers?> e.g. http://opensource.franz.com/xmlutil...-dist/phtml.htmNot as fun as to write one's own, no doubt. Plus, depending on theprogra...
- Writing HTML parser wasn't as hard as I thought it'd be
On Apr 20, 8:48 am, rem6...@yahoo.com (Robert Maas, see [url]http://tinyurl.com/uh3t[/url])wrote:> but I saw> an awful lot of bad HTML in the Google-Groups Advanced-Search page,> such as many <b> and <font> that were opened but never closed, and> also lots of <p> &l...