[plt-scheme] hop web framework on PLT Scheme?
IIUC Hop make heavy use of Bigloo-specific functionality, so it would
be quite hard to port to PLT Scheme. However there are some good web
development options for PLT Scheme -- take a look at
planet.plt-scheme.org. I'll note in particular stuff by Untyped
(because I've had a hand in writing it ;-), leftparen, and web.plt.
For AJAX apps, Flapjax is mind-expanding
(http://www.flapjax-lang.org/). We have an AJAX library but it isn't
ready for release yet.
HTH,
Noel
On Sun, Apr 20, 2008 at 10:03 AM, Eckhard Lehmann <eckhardnospam at gmx.de> wrote:
> But hop is in scheme in the end... so my question is whether it can be run
> on PLT scheme?