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)
|
> The Gambit in the browser site is at Gambit v4.7.0 and hasn’t been updated in a long time. That’s why I’m looking into rebuilding it with the latest Gambit and emscripten (and compressing the generated JS/wasm code). OK, that explains. You should verify that syntax-rules conforms to the R7RS spec though: it has some extensions on top of R5RS syntax-rules. For example: (define-syntax foo (syntax-rules () ((_ first ignored ... last) (list first last)))) (foo 1 2 3 4 5) => (1 5) > I’m not sure I’ll have time, but it would be nice to add an in-browser code editor to create files (rather useful to try out writing libraries). I may reuse parts of my codeBoot project which is a in-browser IDE for JavaScript and Python. 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. I'm happy to supply Linux SSH accounts to people who want to experiment with improving the scheme.org community subdomains, and as always, each Scheme implementation is also entitled to have its own subdomain and nested subdomains.