When trying to find a solution to a problem while coding using stack overflow. It becomes very tedious to keep copy and pasting code and then running your application just for the small solution you are trying to fix. And depending on how large of an application you are running it can be extremely hard to test specifically the small section of code you are targeting.

QuickTry solves this problem by letting you run the solution you are looking for completely inline in the browser. Minimizing the time it takes between looking at the code, and actually testing the code.

When a code snippet is hovered over, an edit button appears in the top left. When it is clicked, the code gets put into an interactive editor. The user can decide how they want to edit the code (so that it compiles) and also when to run the code. Anything sent to the standard out will be sent back and displayed.

So far Python, Javascript, and Go are supported.

+ 15 more
Share this project:

Updates