[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MCL and Mac Common Lisp HTTP



At 2:51 PM 6/7/95, Kenneth Garges wrote:
>In article <gfoust-0606951237190001@gfoust.ball.com>, gfoust@ball.com
>(Gene Foust) wrote:
>
>> I was talking to a friend about MacHTTP and the slowness o cgi's written
>> in AppleScript. I told him I was going to look at MacPerl, to which he
>> suggested I look at MCL.
>>
>> I don't know LISP and don't have MCL, but it sounds very interesting.
>>
>> Has anyone had experience using MCL to write cgi's?
>
>There is a tutorial planned for the upcoming LUV (Lisp Users and Vendors)
>95 conference on this topic:
>
> WEDNESDAY August 16
>
> 8:00am-12noon  TUTORIAL: Using HTTP & HTML in Common Lisp
>                Instructor: John Mallery

The Mac Common Lisp Web server is available.

You can write lisp code to hack the web directly from MCL. There is no
need to incur the overhead of scripting or struggle with inferior programming
tools.

You can get the server from the directory:

ftp://ftp.ai.mit.edu/pub/users/jcma/cl-http/mac-cl-http-1-1.sea.hqx

The server runs in MCL 3.0b6 or later releases. See the self-contained
documentation for running
under MCL 2.0.1.

We will work through archiecture and writing of applications in the tutorial.