Zulip Chat Archive
Stream: mathlib4
Topic: In-Browser Lean 4
Dean Young (Feb 11 2023 at 23:31):
Hi, All,
I have a server of Linear Library and I want to install an edit page which can edit and compile Lean 4. Is it possible to use existing code for this?
Jon Eugster (Feb 11 2023 at 23:38):
Probably not exactly what you're looking for, but there is lean.math.hhu.de which runs lean4 online and the code for that is on github (github.com/leanprover-community/lean4web).
Eric Wieser (Feb 12 2023 at 00:41):
From the readme (emphasis mine)
in this web editor, the Lean server is running on a web server, and not in the browser
Jon Eugster (Feb 12 2023 at 08:23):
That is correct
Dean Young (Feb 12 2023 at 19:34):
Thanks for your help guys!
Last updated: Dec 20 2023 at 11:08 UTC