From: Emilian
Subject: Lisp programming contest website
Date: 
Message-ID: <1126163665.649088.243580@f14g2000cwb.googlegroups.com>
Hy,

I'm curious if there is some site with lisp problems and some online
evaluator.

There are some good sites for ACM training (acm.timus.ru among them)
but they all provide C/C++/Pascal/(a few)Java online evaluators.

I think it would be quite usefull to have such a site with a lisp
online eval()-uator. It would provide both a way to do some training /
learning sessions and allow newbies to see top-quality / top-scored
lisp code.

For example, I don't have that much time now with work but I'm still
reading PCL[http://www.gigamonkeys.com/book/] once in a while (I really
want to finish it properly this time, not just skip the things I know).

The book is nice and the examples just fine but I would really like to
be able to use lisp for some (semi)real problems plus to be able to
"compete" with other people and see the best code. It just makes the
learning more fun.

Regards,
Emilian Bold

From: Pascal Bourguignon
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <87br34djbk.fsf@thalassa.informatimago.com>
"Emilian" <···················@gmail.com> writes:
> There are some good sites for ACM training (acm.timus.ru among them)
> but they all provide C/C++/Pascal/(a few)Java online evaluators.
>
> I think it would be quite usefull to have such a site with a lisp
> online eval()-uator.

You mean: (- (eval ()) uator)

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
The rule for today:
Touch my tail, I shred your hand.
New rule tomorrow.
From: Paolo Amoroso
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <874q8v3ksr.fsf@plato.moon.paoloamoroso.it>
"Emilian" <···················@gmail.com> writes:

> I'm curious if there is some site with lisp problems and some online
> evaluator.

See:

  Welcome to Virtual Allegro CL
  http://www.franz.com/products/allegrocl/prompt/


Paolo
-- 
Why Lisp? http://wiki.alu.org/RtL%20Highlight%20Film
Recommended Common Lisp libraries/tools:
- ASDF/ASDF-INSTALL: system building/installation
- CL-PPCRE: regular expressions
- UFFI: Foreign Function Interface
From: Emilian
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <1126177303.927429.287800@g14g2000cwa.googlegroups.com>
Maybe I didn't explain properly: I don't need some online lisp
interpreter of some kind.

I need a site with lisp problems that allows you somehow to provide
lisp files as solution to some problem and they will evaluate that and
tell you how many points you did get.

Something like http://acm.timus.ru/submit.aspx to submit the program
and http://acm.timus.ru/status.aspx to see the results. (this is just
the first example at hand)

Maybe also provide some statistics, top 10 plus some lisp sources that
are worthy (ie as learning material).

Does something like this exist ?


Paolo Amoroso wrote:
> "Emilian" <···················@gmail.com> writes:
>
> > I'm curious if there is some site with lisp problems and some online
> > evaluator.
>
> See:
>
>   Welcome to Virtual Allegro CL
>   http://www.franz.com/products/allegrocl/prompt/
>
>
> Paolo
> --
> Why Lisp? http://wiki.alu.org/RtL%20Highlight%20Film
> Recommended Common Lisp libraries/tools:
> - ASDF/ASDF-INSTALL: system building/installation
> - CL-PPCRE: regular expressions
> - UFFI: Foreign Function Interface
From: Pascal Bourguignon
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <87r7bzdcqg.fsf@thalassa.informatimago.com>
"Emilian" <···················@gmail.com> writes:

> Maybe I didn't explain properly: I don't need some online lisp
> interpreter of some kind.
>
> I need a site with lisp problems that allows you somehow to provide
> lisp files as solution to some problem and they will evaluate that and
> tell you how many points you did get.
>
> Something like http://acm.timus.ru/submit.aspx to submit the program
> and http://acm.timus.ru/status.aspx to see the results. (this is just
> the first example at hand)
>
> Maybe also provide some statistics, top 10 plus some lisp sources that
> are worthy (ie as learning material).
>
> Does something like this exist ?

No, but that'd be a nice application of CL and UCW.
Why don't you write it?

-- 
__Pascal_Bourguignon__               _  Software patents are endangering
()  ASCII ribbon against html email (o_ the computer industry all around
/\  1962:DO20I=1.100                //\ the world http://lpf.ai.mit.edu/
    2001:my($f)=`fortune`;          V_/   http://petition.eurolinux.org/
From: Emilian
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <1126185029.432396.199820@g47g2000cwa.googlegroups.com>
http://spoj.sphere.pl/ does accept lisp indeed. Thanks !

>No, but that'd be a nice application of CL and UCW.
>Why don't you write it?

Well, yes, that would be nice but I kind of lack the time to do that.

Plus that the point is to make the site some sort of lisp contest /
teaching site and I should be some sort of local lisp guru -- which I
am not since I have only basic lisp (university-aquired) knowledge and
some lisp books read.


Pascal Bourguignon wrote:
> "Emilian" <···················@gmail.com> writes:
>
> > Maybe I didn't explain properly: I don't need some online lisp
> > interpreter of some kind.
> >
> > I need a site with lisp problems that allows you somehow to provide
> > lisp files as solution to some problem and they will evaluate that and
> > tell you how many points you did get.
> >
> > Something like http://acm.timus.ru/submit.aspx to submit the program
> > and http://acm.timus.ru/status.aspx to see the results. (this is just
> > the first example at hand)
> >
> > Maybe also provide some statistics, top 10 plus some lisp sources that
> > are worthy (ie as learning material).
> >
> > Does something like this exist ?
>
> No, but that'd be a nice application of CL and UCW.
> Why don't you write it?
>
> --
> __Pascal_Bourguignon__               _  Software patents are endangering
> ()  ASCII ribbon against html email (o_ the computer industry all around
> /\  1962:DO20I=1.100                //\ the world http://lpf.ai.mit.edu/
>     2001:my($f)=`fortune`;          V_/   http://petition.eurolinux.org/
From: Pascal Bourguignon
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <87acincvmi.fsf@thalassa.informatimago.com>
"Emilian" <···················@gmail.com> writes:

> http://spoj.sphere.pl/ does accept lisp indeed. Thanks !
>
>>No, but that'd be a nice application of CL and UCW.
>>Why don't you write it?
>
> Well, yes, that would be nice but I kind of lack the time to do that.
>
> Plus that the point is to make the site some sort of lisp contest /
> teaching site and I should be some sort of local lisp guru -- which I
> am not since I have only basic lisp (university-aquired) knowledge and
> some lisp books read.

Then actually SPOJ https://spoj.sphere.pl/ accepts Common Lisp and
Scheme submissions (gcl & clisp).

To be started:
- register:           https://spoj.sphere.pl/register/
- have a look a the test problem:
                      https://spoj.sphere.pl/problems/TEST/
                      https://spoj.sphere.pl/forum/viewtopic.php?t=181
- submit it:          https://spoj.sphere.pl/submit/TEST/


-- 
"You cannot really appreciate Dilbert unless you read it in the
original Klingon"
From: Patrick Frankenberger
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <dfp6em$tta$05$1@news.t-online.com>
Emilian wrote:
> There are some good sites for ACM training (acm.timus.ru among them)
> but they all provide C/C++/Pascal/(a few)Java online evaluators.

There is http://spoj.sphere.pl/ which allows entries in pretty much any 
language.

HTH,
Patrick
From: Jens Axel Søgaard
Subject: Re: Lisp programming contest website
Date: 
Message-ID: <4320402b$0$742$edfadb0f@dread12.news.tele.dk>
Emilian wrote:
> I'm curious if there is some site with lisp problems and some online
> evaluator.

Something like

    <http://apsymac33.uni-trier.de:8080/art/login-e.html>

or something like

    <http://sisc.sourceforge.net/sisc-online.php>

?

-- 
Jens Axel S�gaard