[racket] Scheme within HTML (Web-Server)

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Tue Oct 21 08:06:32 EDT 2014

Take a look at the code behind try-racket.org

https://github.com/jarcane/try-racket

/Jens Axel


2014-10-21 13:58 GMT+02:00 Chrakhan Barzanji <chrakhan.barzanji at gmail.com>:
> Hi,
> after i tried to create a html page with Racket embedded and got the answer
> from you that I schould use WebServer library, now i can't get how it realy
> works and need help!
>
> I want to create a simple website as a online course for Scheme Language for
> beginners! my goal is to explane the general functions and operations and so
> on in scheme but i want  to let the reader be able to try some code and by
> clicking a button see the result!
> ex. he makes input: (+ 1 4) and get result 5 withen my page!
> How can i write a html code and let Scheme code be exicuted from the html?
> could you explane me with my simple (+ 1 4), please?
> I'm using DrRacket!
>
> thank you..
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>



-- 
--
Jens Axel Søgaard


Posted on the users mailing list.