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)
|
> 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 would like if that's possible to use my jQuery Terminal[1] since I can add lot of features to the REPL like auto complete (forget to add that LIPS repl have it for function/macro names, but only for globals) auto indent and auto formatting and syntax highlighting. I can use part of LIPS code for that or maybe extract that into one smaller file. I wanted to split LIPS JavaScript code into modules, but it was failure, so whole JS code is in one file. [1]: https://terminal.jcubic.pl/ -- Jakub T. Jankiewicz, Web Developer https://jcubic.pl/me