Re: Why is LISP, Python the hackers
- From: Rainer Joswig <joswig@xxxxxxx>
- Date: Mon, 17 Aug 2009 19:02:34 -0700 (PDT)
On 18 Aug., 00:05, Bill McCleary <mcclear...@xxxxxxxxxxxxxxxxxxxx>
wrote:
Lars Rune Nøstdal wrote:
On Aug 17, 6:32 pm, Rainer Joswig <jos...@xxxxxxx> wrote:
Btw., this seems to be his (Peter Norvig's) last words on Lisp:
http://norvig.com/lisp_talk_final.htm
Hm,
"Where is Lisp Losing? ... falling far behind: GUI, HTTP, TCP/IP,
Threads, binaries"
SBCL and CCL seem to have a lot of this covered these days:
* HTTP: Yeah. Hunchentoot, teepeedee2, UCW/LoL and WUI has a HTTP
server too I believe. It's so easy writing one from scratch now using
USOCKET or IOLib, so I got my own special purpose tiny HTTP thingy
too.
* TCP/IP: Both SBCL and CCL can do this. Also USOCKET and IOLib.
* Threads: Both SBCL and CCL can do this. Also bordeaux-threads.
* Binaries: Not sure what this means, buthttp://paste.lisp.org/display/83851
is more than good enough for me. It sure beats deploying PHP- or
Python-stuff IMHO.
Clojure has all of this covered too:
* GUI: ready access to Java's Swing, AWT, SWT libraries.
* HTTP: ready access to Java's HTTP libraries, and furthermore there
are Clojure libraries being produced for deploying web apps and
similar purposes. It's one area of especially rapid library
development.
* TCP/IP: ready access to Java's TCP/IP libraries.
* Threads: ready access to Java's threading facilities, and has its
own concurrency features, including its nearly-unique STM and some
parallel algorithms.
* Binaries: Clojure binaries are as easy to deploy as Java binaries.
Then, Java has that too: ready access to Java's libraries. I hear they
are even written in Java - Java's libraries.
.
- References:
- Why is LISP, Python the hackers
- From: Jaseem
- Re: Why is LISP, Python the hackers
- From: Lars Rune Nøstdal
- Re: Why is LISP, Python the hackers
- From: Ron Garret
- Re: Why is LISP, Python the hackers
- From: Brian Adkins
- Re: Why is LISP, Python the hackers
- From: Ron Garret
- Re: Why is LISP, Python the hackers
- From: Rainer Joswig
- Re: Why is LISP, Python the hackers
- From: Lars Rune Nøstdal
- Re: Why is LISP, Python the hackers
- From: Bill McCleary
- Why is LISP, Python the hackers
- Prev by Date: Re: How can we ignore about defconstant when compiling
- Next by Date: Re: Why is LISP, Python the hackers
- Previous by thread: Re: Why is LISP, Python the hackers
- Next by thread: Re: Why is LISP, Python the hackers
- Index(es):
Relevant Pages
|