[plt-scheme] Examples of Scheme (or Lisp) in real-world
Hi
On Tue, 9 Mar 2010 15:34:12 -0500 Marc Feeley <feeley at iro.umontreal.ca> wrote:
> On 2010-03-09, at 3:22 PM, Ciprian Dorin, Craciun wrote:
>
>> So I know a few ones:
>> * Yahoo Store (early version) done by Paul Graham;
>> * Reddit (written in PLT Scheme and then rewritten in Python);
>> * Y Combinator (Arc over PLT Scheme);
>> * WebBlocks (actually a framework);
>> * any other examples?
>
> The video game "Quantz" (http://gamerizon.com/games/quantz/) is almost entirely written in Scheme using the Gambit Scheme compiler.
Reverso (http://www.ventonegro.org/2009/10/scheme-hits-the-app-store/)
is another one, also in Gambit.
A lot of Scheme compilers are written in Scheme, if that counts.
Since you mentioned web frameworks, there are quite a lot of them
written in Scheme. Some are:
* Awful (http://chicken.wiki.br/eggref/4/awful)
* Hop (http://hop.inria.fr/)
* LeftParen (http://blog.leftparen.com/)
Best wishes.
Mario