brownplt / pyret-lang

The Pyret language.
Other
1.06k stars 106 forks source link

Offline Pyret #408

Open sorawee opened 9 years ago

sorawee commented 9 years ago

This is just a feature request.

It seems that opening Pyret has very high overhead. Is it possible to cache files and states (html5 offline app?) so that everything is almost ready for use. Indeed, there should be a process to check with the server whether newer version is released, and if so, users can choose to update Pyret (which will take time).

ktsakas commented 9 years ago

I have already sent an email to jpolitz and i am planning to create a build process and maybe make some further changes to the editor over the winter. I had thought of some optimizations, but storing everything offline sounds like a very good idea.

schanzer commented 6 years ago

@jpolitz , is this still an issue?

SethPoulsen commented 5 years ago

This is what is being solved with the server-dev branch: https://github.com/brownplt/pyret-lang/pull/1374

schanzer commented 4 years ago

@jpolitz I see a purgatory-PR for this, but I also feel like anchor has subsumed this?