From: OCID
Subject: Blogging Software?
Date: 
Message-ID: <ba0op0$s7a$1@mozo.cc.purdue.edu>
Has anyone written blogging software in Clisp or in any other CL?

The only one I am aware of is newlisp which really looks like Scheme.

Thanks

From: Edward O'Connor
Subject: Re: Blogging Software?
Date: 
Message-ID: <ddwugr97e5.fsf@oecpc11.ucsd.edu>
> Has anyone written blogging software in Clisp or in any other CL?

I'm working on one right now (which I will actually announce when it
actually does something of value). My starting point is Nathan Froyd's
blog[0] code, in CL.


Ted

0. http://www.cs.rose-hulman.edu/~froydnj/

-- 
Edward O'Connor
·······@soe.ucsd.edu
From: John Fraser
Subject: Re: Blogging Software?
Date: 
Message-ID: <bGUwa.1076$%8.617@nwrddc04.gnilink.net>
I'm currently working on a static blogger.  I have some static web space
that I want to use and all of the blogging software that I've seen is
dynamic (perl, PHP. or one of many Apache modules).

So I guess I'm actually building a blog compiler...

Cheers,

John Fraser
From: Eduardo Muñoz
Subject: Re: Blogging Software?
Date: 
Message-ID: <uy91853zl.fsf@terra.es>
* "OCID" <······@purdue.edu>
| Has anyone written blogging software in Clisp or in any other CL?

You can see a sample at http://213.97.131.125/lisp/weblog 
Nothing fancy. It's just about 300 lines of code. Runs on
CMUCL + usql + PostreSQL. I can post the code if you want. 

-- 
Eduardo Mu�oz          | (prog () 10 (print "Hello world!")
http://213.97.131.125/ |          20 (go 10))
From: OCID
Subject: Re: Blogging Software?
Date: 
Message-ID: <ba1057$1su$1@mozo.cc.purdue.edu>
Nice ... I would love to see the code if you don't have a problem
giving it away :-)

Thanks

"Eduardo Mu�oz" <······@terra.es> wrote in message
··················@terra.es...
>
> * "OCID" <······@purdue.edu>
> | Has anyone written blogging software in Clisp or in any other CL?
>
> You can see a sample at http://213.97.131.125/lisp/weblog
> Nothing fancy. It's just about 300 lines of code. Runs on
> CMUCL + usql + PostreSQL. I can post the code if you want.
>
> --
> Eduardo Mu�oz          | (prog () 10 (print "Hello world!")
> http://213.97.131.125/ |          20 (go 10))
From: Eduardo Muñoz
Subject: Re: Blogging Software?
Date: 
Message-ID: <uptmj6ges.fsf@terra.es>
* "OCID" <······@purdue.edu>
| Nice ... I would love to see the code if you don't have a problem
| giving it away :-)

I posted some of it to the blog. Use it at your own risk :)

-- 
Eduardo Mu�oz          | (prog () 10 (print "Hello world!")
http://213.97.131.125/ |          20 (go 10))
From: Eduardo Muñoz
Subject: Re: Blogging Software?
Date: 
Message-ID: <uu1bv6gzh.fsf@terra.es>
* Eduardo Mu�oz <······@terra.es>
| * "OCID" <······@purdue.edu>
| | Has anyone written blogging software in Clisp or in any other CL?
| 
| You can see a sample at http://213.97.131.125/lisp/weblog 
| Nothing fancy. It's just about 300 lines of code. Runs on
| CMUCL + usql + PostreSQL. I can post the code if you want. 

I'm seeing you all in the server logs. Isn't anybody going
to post something on my blog? :)


-- 
Eduardo Mu�oz          | (prog () 10 (print "Hello world!")
http://213.97.131.125/ |          20 (go 10))