-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runnable snippets using Rakudo-JS #2454
Comments
Related: #1866 |
I could look into it.
For now the big technical obstacle is that compiled rakudo.js is big and
takes long to load so it's not something that we might want to be on by
default on the docs page.
…On Thu, 8 Nov 2018 at 09:01, Juan Julián Merelo Guervós < ***@***.***> wrote:
Related: #1866 <#1866>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2454 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAGXpjEUO9k1skSJoOUDzLR1B5bHacFJks5us-S9gaJpZM4YUGjw>
.
|
Hmmm. It seems to be 10.34 MB. Not sure if it's a big problem. |
Still. Not something you would want in every page. A server side solution
(as the one suggested) might be a better option...
|
Parsing the js is the bigger problem. The rakudo.js size should go down
once I put effort in it but for now putting in by default might not be a
clear win.
…On Thu, 8 Nov 2018 at 13:17, Juan Julián Merelo Guervós < ***@***.***> wrote:
Still. Not something you would want in every page. A server side solution
(as the one suggested) might be a better option...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2454 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAGXpoKJaDgUv_hxJKB5H4mLhFFOHLzpks5utCD1gaJpZM4YUGjw>
.
|
@Altai-man essentially solved this via https://github.com/Altai-man/docs.raku.org (although not with Rakudo-JS but I'd assume that was the less important point) |
if this is closed by the new site, assigning to @Altai-man to resolve once the deploy occurs. |
Followup discussion here: https://github.com/Raku/doc-website/discussions/54 |
It would be nice if it was possible to edit and run provided snippets directly in your browser.
See https://perl6.github.io/6pad/
The text was updated successfully, but these errors were encountered: