Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE : a tuareg-like environment #239

Open
ysalmon opened this issue Feb 21, 2019 · 0 comments
Open

RFE : a tuareg-like environment #239

ysalmon opened this issue Feb 21, 2019 · 0 comments
Assignees
Labels
kind: feature New user-facing feature.

Comments

@ysalmon
Copy link

ysalmon commented Feb 21, 2019

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 be in exercise mode for this, as the "toplevel" feature is, understandably, a simple toplevel.

So I suggest the following :

  • create a "free range" code editor and REPL interface (in fact, a pseudo-exercise without any objective would suffice) ;
  • upgrade it with the ability to send to OCaml REPL only a portion of the code (like tuareg's C-c C-e), using ;; for delimiters (to avoid complex parsing to determine the enclosing phrase under the text cursor) ;
  • add the possibility to upload a .ml file into the editor.
@EmileRolley EmileRolley added kind: enhancement Enhancement to an existing user-facing feature. kind: feature New user-facing feature. and removed kind: enhancement Enhancement to an existing user-facing feature. labels Jun 22, 2021
@erikmd erikmd self-assigned this Jan 26, 2025
@erikmd erikmd added this to the learn-ocaml 1.2.0 milestone Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New user-facing feature.
Projects
None yet
Development

No branches or pull requests

3 participants