25 Mar
2020
25 Mar
'20
09:47
On Wed, Mar 25, 2020 at 9:49 AM Marc Feeley <feeley@iro.umontreal.ca> wrote:
With the latest commit the Gambit universal library can be used in the browser… it is as simple as:
% make _gambit.js % gsc/gsc -:= -target js -exe -o webapp.js webapp.scm % open webapp.html
I just had to try, this is so cool. And gladly report back it worked as expected. A smarter linker next? A 31MB js file seems too much, even for a real application, not just "hello world". -- Duy