Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
sven.van.caekenber...@gmail.com  
View profile  
 More options Dec 21 2005, 5:43 am
Newsgroups: comp.lang.lisp
From: sven.van.caekenber...@gmail.com
Date: 21 Dec 2005 02:43:08 -0800
Local: Wed, Dec 21 2005 5:43 am
Subject: Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines
My first Lisp Movie wasn't called 'Episode 1' for nothing...

The second Lisp Movie (Screencast) is a tutorial on building web
applications using KPAX, implementing a prototype clone of Reddit, sort
of anyway.

We show how to use the KPAX Common Lisp Web Application Framework to
implement an example that is quite similar to Reddit: a collection of
links is presented, sorted by points and sorted chronologically, a form
allows for new links to be submitted and links can be voted up or down.
We show how to interactively debug web applications. Finally we add a
stylesheet to give our little application a better look (thanks to
Nicky Peeters). Furthermore we show how Common Lisp allows you to write
elegant code, elegantly: flexibly re-using similar code fragments, as
well as developing and testing incrementally.

If you're interested, check out the following page for details:

  http://homepage.mac.com/svc/LispMovies/index.html

Enjoy,

Sven


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tayssir John Gabbour  
View profile  
 More options Dec 21 2005, 6:59 pm
Newsgroups: comp.lang.lisp
From: "Tayssir John Gabbour" <tayss_te...@yahoo.com>
Date: 21 Dec 2005 15:59:08 -0800
Local: Wed, Dec 21 2005 6:59 pm
Subject: Re: Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines

sven.van.caekenber...@gmail.com wrote:
> My first Lisp Movie wasn't called 'Episode 1' for nothing...

> The second Lisp Movie (Screencast) is a tutorial on building web
> applications using KPAX, implementing a prototype clone of Reddit, sort
> of anyway.
>   http://homepage.mac.com/svc/LispMovies/index.html

Cool, it's always fun to observe people coding. I'd actually be
interested in seeing that more often, better reality show than most
anything I've seen... The lack of sound actually seems to be a good
thing.

How do people combine the advantages of Emacs (like keyboard macros,
textediting utils) with those of the Lispworks IDE (integration, etc)?

Tayssir


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Thingstad  
View profile  
 More options Dec 21 2005, 7:11 pm
Newsgroups: comp.lang.lisp
From: "John Thingstad" <john.things...@chello.no>
Date: Thu, 22 Dec 2005 01:11:23 +0100
Local: Wed, Dec 21 2005 7:11 pm
Subject: Re: Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines
On Thu, 22 Dec 2005 00:59:08 +0100, Tayssir John Gabbour  

Liswworks has a Emacs like editor.
(Instead of elisp as a underlying language you have common lisp)
With Edi Weitz extensions it becomes better.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tonguc Yumruk  
View profile  
 More options Dec 23 2005, 3:32 pm
Newsgroups: comp.lang.lisp
From: Tonguc Yumruk <tongucyum...@member.fsf.org>
Date: Fri, 23 Dec 2005 22:32:16 +0200
Local: Fri, Dec 23 2005 3:32 pm
Subject: Re: Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines

Well, I became jealous and wrote another one using UCW. Though it does
not have the safety precautions of the KPAX version I think it's a
good introduction to UCW and component based web programming. Since
I'm a real CL newbie it took approximately 45 minutes to write and I
*borrowed* some code from the KPAX version. Sadly I cannot setup an
online demo since I did all my development on my laptop and none of my
servers have a recent CL implementation to run UCW and SLIME. You can
download the code from: http://tonguc.ath.cx/reddit.lisp

--
Love Respect GNU/Linux
########################################################################
Garbage In -- Gospel Out.
########################################################################
Tonguç Yumruk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Emre Sevinc  
View profile  
 More options Dec 24 2005, 8:30 am
Newsgroups: comp.lang.lisp
From: Emre Sevinc <em...@bilgi.edu.tr>
Date: Sat, 24 Dec 2005 15:30:58 +0200
Local: Sat, Dec 24 2005 8:30 am
Subject: Re: Lisp Movies: Episode 2: (Re)writing Reddit in Lisp is 20 minutes and 100 lines

>>>>> "TY" == Tonguc Yumruk <tongucyum...@member.fsf.org> writes:

    TY> sven.van.caekenber...@gmail.com writes:
    >> My first Lisp Movie wasn't called 'Episode 1' for nothing...
    >>
    >> If you're interested, check out the following page for details:
    >>
    >> http://homepage.mac.com/svc/LispMovies/index.html
    >>
    >> Enjoy,
    >>
    >> Sven
    >>

    TY> Well, I became jealous and wrote another one using UCW. Though
    TY> it does not have the safety precautions of the KPAX version I
    TY> think it's a good introduction to UCW and component based web
    TY> programming. Since I'm a real CL newbie it took approximately
    TY> 45 minutes to write and I *borrowed* some code from the KPAX
    TY> version. Sadly I cannot setup an online demo since I did all
    TY> my development on my laptop and none of my servers have a
    TY> recent CL implementation to run UCW and SLIME. You can
    TY> download the code from: http://tonguc.ath.cx/reddit.lisp

Nice to hear about it even if we can't see an online demo.

I guess somebody gotta fill Ankara point in the Lisp map ;-)

 http://www.frappr.com/lisp

Guess who...

--
Emre Sevinc

eMBA Software Developer         Actively engaged in:
http:www.bilgi.edu.tr           http://ileriseviye.org
http://www.bilgi.edu.tr         http://fazlamesai.net
Cognitive Science Student       http://cazci.com
http://www.cogsci.boun.edu.tr


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »