-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Consider alternative playpen backends for remote code execution #350
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
Comments
+1 for godbolt. I would like to present wandbox as common denominator here as well. |
There's an easy workaround here: and edit |
I'm really interested in getting this feature going - Mdbook is great but it'd be nice if we could hook into other playground code editors (like purescript, haskell, etc). I don't mind trying to implement this myself, does anyone have any suggestions as a good starting point? |
@vanceism7 Haskell folks have created a public API for executing code: |
Indeed, and we're also looking into integrating the Haskell playground into mdBook. :) |
Currently the support for https://play.rust-lang.org/ is hardcoded into book.js. We might be interested to support alternative ones like
Like:
Also take into consideration support for other languages:
See https://fiddles.io/ for extended list
The text was updated successfully, but these errors were encountered: