jbdoderlein / BetterOCaml

A small but efficient, intuitive and responsive OCaml IDE right in your browser! Ships OCaml v5.1.1, interpreter by your browser (so it works offline!), compiled with js_of_ocaml.
https://perso.eleves.ens-rennes.fr/people/jean-baptiste.doderlein/betterocaml
Apache License 2.0
37 stars 8 forks source link

Multiple version of the Ocaml Toplevel #33

Closed jbdoderlein closed 3 years ago

jbdoderlein commented 3 years ago

A great idea from Naereen, add the possibility to choose the ocaml version with the url (something like this : https://betterocaml.ml/?version=4.07)

Need to add compilation for these versions in GA (see issue #32)

jbdoderlein commented 3 years ago

Done. Todo next : -UI interface -PWA cache support ? -CI

Naereen commented 3 years ago

I don't think it is necessary to add a UI button for this. Document this small feature on the README, it will be enough for « power users », who I guess will be the only users interested in this feature!

jbdoderlein commented 3 years ago

Done #35

Naereen commented 3 years ago

Great new feature! @jbdo99 :clap:!

However, I was not able to find any mention of it in the README?

jbdoderlein commented 3 years ago

Done #38 👍