[...] > The Emacs Lisp WITH-TIMEOUT implementation seems to have the exact > same limitation that the JVM's Thread.interrupt() does. I'm curious, > is this another Lisp platform?
I'm working across two Common Lisp platforms Lisp on JVM: [ABCL][1]. Roll your own framework out of Doug Lea's work (which was canonicalized in Java-1.5) Lisp with good, monthly OpenSource, updates to a decent, multithreaded x86 compiler: [SBCL][2] [1]: http://www.google.at/search?q=abcl&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a And moving code across from SBCL, which helps me figure what is broken in ABCL. [2]: http://www.google.at/search?num=100&hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=EdI&q=sbcl&btnG=Search&meta= Figuring out how to implement WITH-TIMEOUT on both platforms is proving interesting territory . . . --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
