chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] scheme prompt in a browser?


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] scheme prompt in a browser?
Date: Thu, 30 Apr 2015 11:45:09 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi,

On Thu, 30 Apr 2015 12:26:52 +0200 Christian Kellermann <address@hidden> wrote:

> "Hefferon, James S." <address@hidden> writes:
>
>> I want to put up a page that gives my students a Scheme prompt in
>> their browser.  I've seen it done on a couple of sites but I've
>> enjoyed using Chicken.  Is it possible, say with Spock?  I've had no
>> luck Googling for it.
>
> It may need some work but you could use the already existing awful
> weprepl or slap a web interface around an nrepl.

There's also this omelette recipe from Gazette 10:
http://gazette.call-cc.org/issues/10.html#omelette-recipes---tips-and-tricks

It's a bit old and uses html-tags, which is going to become obsolete in
a near future (it would be nice to port it to SXML), but it still works
with the current awful.  The UI is pretty simple, though.

Differently from the awful web-repl, it uses the sandbox egg for safe
evaluation of expressions.  The awful web-repl will run anything you
type, so it can be a bit dangerous in some contexts.

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]