-
Notifications
You must be signed in to change notification settings - Fork 273
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
Incorporate a "try/clojure" REPL #55
Comments
Author of tryclj here. I just put this on iRC:
So, that's my story. I don't think tryclj is production enough to be on such a fancy Clojure website, particularly as an an introductory first-glance for more.. professional folks. I'm going to look for anyone to help me maintain the site as per the above IRC quote, and I will eventually get to it, but for now... Eh. I have grand, beautiful plans with dropping clojail and going JVM-per-session scalability, but it'll take a bit. |
Maybe the klipse plugin could help? |
Here is how the destructuring guide would look like (simulated integration of the klipse plugin with userscript): https://www.youtube.com/watch?v=D8DKbUmZrlQ |
I definitely think klipse would be the way to go here. |
Perhaps https://tryclojure.org could be embedded on the landing page of https://clojure.org? And there could be a link underneath to go to a fullscreen "playground" à la Rust: https://play.rust-lang.org |
I'd like to see what a https://tryclojure.org embed would look like, and I can manually put it in the index.ftl file, but since those templates aren't in source control I'm not sure how to suggest it in a pull request. |
At Rich’s guidance, he did not want that on the site, which is why it’s not there now. |
See the home page for Rust: https://www.rust-lang.org/
Try/clojure is a lovely project, but the casual browser of clojure.org won't know how to interpret "TryClojure provides a browser-based Clojure REPL" and may not click through.
To elaborate, if I follow the path "clojure.org" -> "clojure.org/getting_started" as a new user, the term REPL is as yet undefined for me. So I won't know that "a browser-based Clojure REPL" means "play with some Clojure code in your browser."
On the other hand, if there's an edit box with code in it and a "run me" button, then it's pretty clear what I'm looking at.
The text was updated successfully, but these errors were encountered: