Le 31/07/2017 16:21, Greg Trzeciak a écrit :
> On Monday, July 31, 2017 at 3:48:07 PM UTC+2, Hendrik Boom wrote:
>> As I heard it, the people who made Javascript originally wanted to use 
>> Scheme, and were starting to set that up when management decided tht 
>> it had to look like C.  They ended up with Javascript, which does have 
>> lists and closures and the like.  It's kind of a Lisp with C-ish 
>> syntax.
>>
>> -- hendrik
> 
> I've recently discovered a video recording from that meeting with management:
> https://www.youtube.com/watch?v=BKorP55Aqvg

:-)

whatever say your management team you can use Scheme in web site using a
Scheme interpreter in Javascript,
i do that in this website: http://sidonie.oca.eu/
this page:
https://sidonie.oca.eu/Sidonie/SidonieStatistic.htm
include this tag:
 <script type="text/javascript" src="biwascheme.js">

        (load "scheme/SidonieStatistic.scm")

      </script>
that execute this Scheme program:
https://sidonie.oca.eu/Sidonie/scheme/SidonieStatistic.scm

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to