On Sun, May 8, 2016 at 6:19 PM, Allan Wegan wrote: > I am new to OCaml and wonder, whether there exists any noob-friendly > X-based IDE that is at least a bit like PyCharm. Termianl-based editors > and IDEs proved to be cumbersome and too shortcut-heavy in the past. > Has anyone seen such a beast? > Sure we have! OCaml-top [1] is very newbie friendly and work out of box, ideal for the first steps. Even a faster way to start is to try OCaml in your web browser [2]. Once you feel yourself more comfortable in the language, you should consider to switch to emacs, vim or sublime. They all have a nice integration with OCaml, including intellisense like completion, code and doc lookup and incremental typechecking. [1]: https://www.typerex.org/ocaml-top.html [2]: https://try.ocamlpro.com/ > > I come from Python in need of more performance and already wrote some > tens of lines of code feeling that this language might be exactly what i > need to write the more performance-critical parts in (don't like C/C++). > > > > -- > Allan Wegan > > Jabber: allanwegan@ffnord.net > OTR-Fingerprint: E4DCAA40 4859428E B3912896 F2498604 8CAA126F > Jabber: allanwegan@jabber.ccc.de > OTR-Fingerprint: A1AAA1B9 C067F988 4A424D33 98343469 29164587 > ICQ: 209459114 > OTR-Fingerprint: 71DE5B5E 67D6D758 A93BF1CE 7DA06625 205AC6EC > >