Hacker News new | ask | show | jobs
by jawzz 1945 days ago
My school’s JS IDE [1](“JavaScript without the bad parts”) has a history feature that is just a scrolling list of thumbnails of the code at every change. The IDE doesn’t have many features overall, but the history is actually very nice and natural and feels like it should be standard in any IDE.

[1] https://www.ocelot-ide.org/

1 comments

I'm curious, does it actually use the local machine to compile files? Or is the compilation done on some remote instance?
It’s built off of Stopify[1], which compiles “from JS to JS” and runs on the client side.

[1] https://www.stopify.org/