Re: why not enough lisp libraries?
From: David Steuber (david_at_david-steuber.com)
Date: 02/25/05
- Next message: jayessay: "Re: why not enough lisp libraries?"
- Previous message: Ray Dillinger: "Re: When CANNOT use 'first'/'rest' in place of 'car'/'cdr'?"
- In reply to: lisplover: "Re: why not enough lisp libraries?"
- Next in thread: A.L.: "Re: why not enough lisp libraries?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Feb 2005 18:02:39 -0500
"lisplover" <lisplover@hotmail.com> writes:
> But what happends if I want to communicate with the outside world
> for, say, TCP/IP, Multimedia, GUI, ,OpenGL, etc? I have to use
> layers, such as uffi, to call functions writtend in other
> languages. I feel this kind of unsmoothness is ugly, given such a
> elegant idear originated in John McCarthy's LISP.
What do the Perl, Python, Tcl, etc programmers do? I suspect they
have to link to code written in other languages. Ok, Perl has TCP/IP
built in. But that is built directly on C code.
I'm sure things have improved, but the last time I saw Java doing 3D
graphics, it was slooooooooow. Using FFI to access OpenGL does work,
can be abstracted to look smooth, and can be fast.
As for GUI, I am not too displeased with the code I have to access
Carbon's API. It certainly isn't as ugly as C++ code would be.
-- An ideal world is left as an excercise to the reader. --- Paul Graham, On Lisp 8.1
- Next message: jayessay: "Re: why not enough lisp libraries?"
- Previous message: Ray Dillinger: "Re: When CANNOT use 'first'/'rest' in place of 'car'/'cdr'?"
- In reply to: lisplover: "Re: why not enough lisp libraries?"
- Next in thread: A.L.: "Re: why not enough lisp libraries?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|