Is there a single working OCaml IDE? -


i have downloaded multiple ocaml ide's / plugins , none of them work. have no clue if have directory problem or if else @ fault. can access ocaml console through cygwin fine not useful dealing larger files. total ocaml noob , have no clue how fix problems. have been reading every post on ocaml here , nothing helping. hoping can me because frustrating! reply.

ocaml modes emacs , vim work (and run on macos , windows, of course). heard geany works well.

i'm not saying must learn emacs , vim; understand it's kind of interface beginners maybe don't want -- , supporting other editors ocaml problem need fix. if want reasonable support pretty every kind of text format out there, they're still choices.

finally, if have decent terminal / command-line (if on windows might require running gnu/linux virtual machine), pretty every editor fine if compile stuff hand terminal (which not particularly hard). in-editor support still provide better experience, in particular allowing jump right place in code compiler says there error, beginner can go long way without that.

ps: extremely useful if took time spell out precisely problem each tool was, , send information respective maintainers. think main problem these tools lack of testers. future people try these tools helping maintainers fix them!


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -