RE: Introductory post, CL projects, and more!
"Headley, Lyn" <[email protected]>
| Newsgroups | gmane.lisp.clump |
|---|---|
| Message-ID | <[email protected]> |
congratulations Zach. Is this the first actual multithreaded sbcl application? something tells me sbcl has just reached critical mass. -Lyn -----Original Message----- From: Zachary Beane [mailto:[email protected]] Sent: Thursday, June 26, 2003 2:13 PM To: [email protected] Subject: Re: [Clump] Introductory post, CL projects, and more! On Thu, Jun 26, 2003 at 02:00:10PM -0500, Anthony W. Juckel wrote: > John Morrison wrote: > [...snip...] > >I would love to see a Linux distro in which either SBCL or CMUCL is > >used as "init," and the maximum possible stuff is in CL. God Bless > >You. > [...snip...] [snip] > What are everyone's thoughts? This seems extremely far from a pragmatic discussion of a concrete lisp application. ObConcreteLispApplication: I just released RIP-L, a ripping/encoding application for SBCL on Linux/x86. The site is http://www.xach.com/rip-l/. It's intended to operate over the network, so the ripper and the encoder talk to a controller via TCP. However, it also happens with the ripper, encoder, and controller might be running in the same image. I'd like to make the connection into a class, and make subclasses for network connections and in-process connections. What are some strategies for bidirectional communication between multiple processes? What sort of data structures are built on the MP primitives for this? Zach _______________________________________________ Clump mailing list [email protected] http://manly.caddr.com/mailman/listinfo/clump _______________________________________________ Clump mailing list [email protected] http://manly.caddr.com/mailman/listinfo/clump