[plt-scheme] program online game
On Tue, 13 Oct 2009 16:32:37 +0200
Brecht Van Laethem <brvlaeth at vub.ac.be> wrote:
> I've read the library Continue
> (http://docs.plt-scheme.org/continue/index.html). It shows how you can
> make an online blog with scheme. Is this a suitable library for an
> online game? I can't find how you can put an image on a specific
> position on the screen.
Because you need to know HTML and CSS for that. But that's orthogonal
to Scheme, that is: the backend (Scheme) and frontend (HTML) are
independent of each other.
regards,
Marek