POC: interactive coding in the browser with KLIPSE#97
Closed
viebel wants to merge 2 commits intowesbos:masterfrom
Closed
POC: interactive coding in the browser with KLIPSE#97viebel wants to merge 2 commits intowesbos:masterfrom
viebel wants to merge 2 commits intowesbos:masterfrom
Conversation
Owner
|
Hey - thanks so much. Seems like a pretty cool project. I don't have an opinions on how people code, some do it in codepen, some do it in an HTML file, others use an online editor. While I think you should pursue this because you are excited about it, it's not something I want to add to my tutorials - I'm fine with the way I've done it. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi there,
Really cool project.
I was thinking of a possible integration of a tool of mine named KLIPSE that allows to embed interactive code snippets in a web page.
The idea is that people who take the course will be able to play with your code directly inside their browser with 0 setup. My feeling is that it makes the learning experience more fun and more effective.
Here is a Live demo of Day 1 with interactive code snippets.
This is just a POC and there a lot of issues to solve - like not adding the same event listener several times - but before moving forward I wanted to know what were your thoughts around KLIPSE.