Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Blogging Software?

1 view
Skip to first unread message

OCID

unread,
May 15, 2003, 3:11:26 PM5/15/03
to
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


Eduardo Muñoz

unread,
May 15, 2003, 4:50:22 PM5/15/03
to

* "OCID" <spa...@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))

OCID

unread,
May 15, 2003, 5:17:26 PM5/15/03
to
Nice ... I would love to see the code if you don't have a problem
giving it away :-)

Thanks

"Eduardo Muñoz" <emu...@terra.es> wrote in message
news:uy9185...@terra.es...

Eduardo Muñoz

unread,
May 15, 2003, 5:24:18 PM5/15/03
to

* Eduardo Muñoz <emu...@terra.es>

| * "OCID" <spa...@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

unread,
May 15, 2003, 5:36:43 PM5/15/03
to

* "OCID" <spa...@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 :)

Edward O'Connor

unread,
May 15, 2003, 6:23:14 PM5/15/03
to
> 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
oco...@soe.ucsd.edu

John Fraser

unread,
May 15, 2003, 6:39:03 PM5/15/03
to
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


0 new messages