Re: Lightweight IPC for scripting
Luke Gorrie <[email protected]> 08 Sep 2003 16:43:23 +0200
| Newsgroups | gmane.lisp.clump |
|---|---|
| Message-ID | <[email protected]> |
Daniel Barlow <[email protected]> writes: > As many people by now have the misfortune to know, one of my pet rants > about Unix as a desktop OS is the lack of decent support for scripting > applications. JFYI, a very similar rant has been taking place on the Erlang list recently. The top of the thread is here: http://www.erlang.org/ml-archive/erlang-questions/200308/msg00141.html Joe Armstrong also did yet another IPC protocol. I would summarise it as "An XML clone that would not offend Lisp programmers". It has a lot in common with sexps, though the encoded format doesn't look like one. http://www.sics.se/~joe/ubf/site/home.html if you're interested. Cheers, Luke