learn-ocaml icon indicating copy to clipboard operation
learn-ocaml copied to clipboard

A Web Application for Learning OCaml

Results 137 learn-ocaml issues
Sort by recently updated
recently updated
newest added

Here is a little suggestion to improve exercise readability. On paper, it is pretty usual for a group of exercises to share an introduction. To be able to do the...

kind: enhancement
kind: question
needs: discussion

In the context of a large corpus of exercises, it will be useful to be able to build either one single exercise or every exercises except one. Will it be...

kind: enhancement
kind: question
needs: discussion

Dear learn-ocaml developers, Would it be easy to implement in learn-ocaml some auto-complete feature, similar to that of `company` Emacs mode? In particular, a feature that would be very convenient...

kind: feature

I would be nice to mark some part of the exercise statement as "hint" that is hidden by default and revealed only when the student decides she needs some help.

kind: feature

Errors and warnings raised by the typechecker are highlighted with a yellow or red underline in the editor, and hovering over the line number shows the details of the error....

kind: question
kind: feature

I am just discovering learn-ocaml and even without the exercise-and-test feature, I fond it gives a relatively good and simple code editor and REPL for OCaml. However one has to...

kind: feature

For some reason, several modules that exist in OCaml's standard library seem to be missing when executing student code and grading code. I have noted, for instance, that the following...

kind: feature

Hi , currently the only way to save a file to the server is via grade. I think it would be interesting to have the option to sync without having...

kind: feature

We would like to be able to adjust the font size for the exercises and playground (in the editor, toplevel, and description, etc.). We have tried doing this by just...

kind: feature

Once the due date of an exercise has passed, we would like to manually screen our students' submissions with help from the automatically generated grading reports. Currently this requires us...

help wanted
kind: feature