Personally, I use OcaIDE but I use "Makefile project" and I manage my compilation with oasis. Inside the Makefile, I call the oasis configuration/compilation. This (sometimes) create some problems when I want to open function definition. The opened file is often the one in ./_build/src instead of ./src but, otherwise everything is working fine. 2013/8/22 Siraaj Khandkar > On 08/21/2013 11:13 AM, Casey Basichis wrote: > >> >> May I ask what you are using in place of Eclipse? >> >> I've never used emacs, but after several days trying to get Eclipse to >> work its learning curve is starting to look like a better use of time. >> >> What tools are folks commonly using to wrangle ocaml. I'm on osx here, >> if it makes any difference. >> >> > I use Vim with omlet [1] and syntax file stolen from Marcus Mottl [2]. On > both, Mac and Linux, but it doesn't make a difference :) > > > [1]: http://www.vim.org/scripts/**script.php?script_id=1196 > [2]: https://bitbucket.org/mmottl/**vim-files/src/ > > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/**arc/caml-list > Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-**bugs >