Email list hosting service & mailing list manager

New proposal for a set of links on the front page Lassi Kortela (28 Dec 2020 14:31 UTC)
Re: New proposal for a set of links on the front page Arthur A. Gleckler (28 Dec 2020 16:25 UTC)
Re: New proposal for a set of links on the front page Lassi Kortela (28 Dec 2020 17:01 UTC)
Re: New proposal for a set of links on the front page Arthur A. Gleckler (28 Dec 2020 18:06 UTC)
Re: New proposal for a set of links on the front page Jakub T. Jankiewicz (28 Dec 2020 19:19 UTC)
Re: New proposal for a set of links on the front page Marc Feeley (28 Dec 2020 22:05 UTC)
Re: New proposal for a set of links on the front page Lassi Kortela (28 Dec 2020 22:49 UTC)
Re: New proposal for a set of links on the front page Jakub T. Jankiewicz (29 Dec 2020 08:42 UTC)
Details on privacy and tracking Lassi Kortela (29 Dec 2020 11:41 UTC)
Re: Details on privacy and tracking Lassi Kortela (29 Dec 2020 11:43 UTC)
Re: Details on privacy and tracking Jakub T. Jankiewicz (29 Dec 2020 12:49 UTC)
Re: Details on privacy and tracking Lassi Kortela (29 Dec 2020 13:06 UTC)
Re: Details on privacy and tracking Jakub T. Jankiewicz (29 Dec 2020 16:15 UTC)
Re: Details on privacy and tracking Lassi Kortela (29 Dec 2020 16:40 UTC)
Gambit and other JavaScript Schemes Lassi Kortela (29 Dec 2020 12:11 UTC)
Re: Gambit and other JavaScript Schemes Lassi Kortela (29 Dec 2020 12:17 UTC)
Re: Gambit and other JavaScript Schemes Jakub T. Jankiewicz (29 Dec 2020 12:55 UTC)
Re: Gambit and other JavaScript Schemes Lassi Kortela (29 Dec 2020 13:14 UTC)
Re: New proposal for a set of links on the front page Marc Feeley (29 Dec 2020 14:38 UTC)
Aspects of JavaScript Schemes Lassi Kortela (29 Dec 2020 14:55 UTC)
Re: Aspects of JavaScript Schemes Marc Feeley (29 Dec 2020 15:11 UTC)
Re: Aspects of JavaScript Schemes Lassi Kortela (29 Dec 2020 15:27 UTC)
Re: Aspects of JavaScript Schemes Jakub T. Jankiewicz (29 Dec 2020 16:54 UTC)
Re: Aspects of JavaScript Schemes Marc Feeley (29 Dec 2020 21:35 UTC)
Re: Aspects of JavaScript Schemes Jakub T. Jankiewicz (29 Dec 2020 22:33 UTC)
Re: Aspects of JavaScript Schemes Jakub T. Jankiewicz (29 Dec 2020 16:36 UTC)
Re: New proposal for a set of links on the front page Lassi Kortela (29 Dec 2020 15:04 UTC)
Re: New proposal for a set of links on the front page Arthur A. Gleckler (29 Dec 2020 16:19 UTC)
Re: New proposal for a set of links on the front page Lassi Kortela (29 Dec 2020 16:30 UTC)
Re: New proposal for a set of links on the front page Arthur A. Gleckler (29 Dec 2020 16:38 UTC)
Re: New proposal for a set of links on the front page Lassi Kortela (29 Dec 2020 16:46 UTC)
lips.scheme.org implementation subdomain Lassi Kortela (28 Dec 2020 22:28 UTC)
Re: lips.scheme.org implementation subdomain Jakub T. Jankiewicz (29 Dec 2020 08:04 UTC)
Hosting and SEO for Scheme implementations Lassi Kortela (29 Dec 2020 12:35 UTC)
Re: Hosting and SEO for Scheme implementations Lassi Kortela (29 Dec 2020 12:43 UTC)
Re: Hosting and SEO for Scheme implementations Jakub T. Jankiewicz (29 Dec 2020 13:20 UTC)
Re: Hosting and SEO for Scheme implementations Lassi Kortela (29 Dec 2020 13:45 UTC)
Re: Hosting and SEO for Scheme implementations Jakub T. Jankiewicz (29 Dec 2020 17:13 UTC)
Re: Hosting and SEO for Scheme implementations Lassi Kortela (29 Dec 2020 17:43 UTC)
Re: Hosting and SEO for Scheme implementations Jakub T. Jankiewicz (29 Dec 2020 18:34 UTC)
Re: Hosting and SEO for Scheme implementations Lassi Kortela (29 Dec 2020 18:46 UTC)
Re: Hosting and SEO for Scheme implementations Arthur A. Gleckler (29 Dec 2020 16:28 UTC)
Re: Hosting and SEO for Scheme implementations Lassi Kortela (29 Dec 2020 16:35 UTC)
Re: Hosting and SEO for Scheme implementations Jakub T. Jankiewicz (29 Dec 2020 17:21 UTC)
Re: Hosting and SEO for Scheme implementations Lassi Kortela (29 Dec 2020 18:15 UTC)
Re: New proposal for a set of links on the front page Jakub T. Jankiewicz (29 Dec 2020 20:05 UTC)
Scheme tutorials Lassi Kortela (29 Dec 2020 20:16 UTC)
Re: Scheme tutorials Jakub T. Jankiewicz (29 Dec 2020 21:44 UTC)

Re: Aspects of JavaScript Schemes Jakub T. Jankiewicz 29 Dec 2020 22:33 UTC


On Tue, 29 Dec 2020 16:35:55 -0500
Marc Feeley <xxxxxx@iro.umontreal.ca> wrote:

> > On Dec 29, 2020, at 11:54 AM, Jakub T. Jankiewicz <xxxxxx@onet.pl> wrote:
> >
> >
> >> If we can get people collaborating on try.scheme.org, we could add one
> >> code editor there that works with all the supported JavaScript Schemes.
> >> In the best case, it could save everyone some time finding and fixing
> >> bugs with the JS libraries <-> Scheme integration and end up with a
> >> result that could be re-used on implementations' own websites as well.
> >>
> >
> > What about if you create repo try.scheme.org in scheme org, and add me
> > to the org maybe you can add Marc as well and we will be able to work on
> > the page if Marc agree.
> >
> > Marc can start the project with base emscripten of Gambit, but it need
> > have the source code. The gambit itself don't need to be included, but it
> > need to have all makefiles and scripts that build this so it can be build
> > by anyone. And the code should be Open Source (Free Open license).
>
> I’ve added some files to the try.scheme.org github repo to show how a
> barebones Scheme interpreter webapp can be created using Gambit.  It is a
> makefile and a 45 line Scheme source file.
>
> The interpreter is only “barebones” in its UI.  It currently runs a REPL
> using the JavaScript “prompt” function that allows showing the last few
> lines of output and allowing the next line of input to be entered.  Very
> minimal but often good enough to start developing webapps.
>
> The I/O for the interpreter’s console can be redirected elsewhere by
> redefining the JavaScript functions g_console_input_add and
> g_console_output_add.  I’m confident an interface to  JQueryTerminal would
> be easy to achieve with minimal work.  For Gambit-in-the-browser I had used
> Terminus (https://github.com/breuleux/terminus) another JavaScript terminal
> emulator,with lots of interesting features by the way.  I expect
> JQueryTerminal to be similarly easy to interface to.
>
> File I/O would have to be improved to support editing files in the browser.
>  Currently open-input-file will use AJAX to read files from the web server,
> which is useful for accessing libraries and other resources.

Lets continue in GitHub issues.

--
Jakub T. Jankiewicz, Web Developer
https://jcubic.pl/me