Giter Site home page Giter Site logo

Comments (3)

AltGr avatar AltGr commented on May 30, 2024 1

Indeed; merlin turned out to be a little heavy-weight for that purpose (although enabling it could give quite a few other benefits, like inline typing of (sub-)expressions!) ; but we are considering bringing in ocp-index, which is much lighter-weight. The big difference is that ocp-index will only search the available libraries, and not include values defined in the current module, or even locally bound (let..in) identifiers; but that's where completion is most useful.

Handling the UI widgets is another difficult question though...

from learn-ocaml.

AltGr avatar AltGr commented on May 30, 2024 1

Side-note: ocaml-jupyter has support for Merlin, but since it's just a cilent for a fully server-side solution, they just had to implement a proxy to the Merlin server. Including the full Merlin in Javascript is another story.

On the UI side, the latest version of Ace (which is now the one used) seems to have fairly decent support for completion drop-downs, etc.

from learn-ocaml.

picdc avatar picdc commented on May 30, 2024

I think it has been experimented at a time using Merlin, for the first session of the MOOC. If I recall correctly, Merlin was a bit heavy at that time to be embedded into the client, and Ace (the JS editor used) not ready for such auto-completion.

But actually this is a feature we would like to implement in the future.

from learn-ocaml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.