isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Web Interpreter Revamp #143

Closed Maltysen closed 9 years ago

Maltysen commented 9 years ago

4 things added to web interpreter:

  1. Better escaping in permalinks to be able to use them in markdown.
  2. Loading animation on code submission.
  3. On debug, input shows up in output box - this did not change the server, it all happens in js.
  4. Using HTML5 history api history.pushState() instead of document.location for permalinks so no need for full reload.