Zulip Chat Archive

Stream: general

Topic: Is web editor good-enough for IDE plugin?


Daniel Donnelly (Feb 20 2020 at 20:23):

Was wondering if I could make an IDE for Lean by just directing a browser widget to the lean prover address. Should I need to parse any of the language input by the user, I just grab the html of the browser widget. Or is the web editor version limited in some way?

Reason is all the complicated steps required to install Lean and its dependencies. Then you have to reverse-engineer the web editor anyway to see how the JSON communications work in server mode.

Patrick Massot (Feb 20 2020 at 20:27):

The Lean web editor is way too slow.

Patrick Massot (Feb 20 2020 at 20:27):

And installing Lean is not complicated.

Daniel Donnelly (Feb 20 2020 at 20:27):

@Patrick Massot okay, cool I will try making an installer then. :D

Patrick Massot (Feb 20 2020 at 20:28):

What is currently too complicated is installing mathlib tooling.

Patrick Massot (Feb 20 2020 at 20:28):

Installing Lean itself is as simple as downloading and extracting a zip file.

Daniel Donnelly (Feb 20 2020 at 20:29):

@Patrick Massot that's good. That would make it ideal for packaging in an app's installer.


Last updated: Dec 20 2023 at 11:08 UTC