Browse thread
making ocaml mainstream
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-08-19 (04:34) |
From: | skaller <skaller@u...> |
Subject: | Re: [Caml-list] making ocaml mainstream |
On Sat, 2006-08-19 at 03:24 +0200, Tomasz Jamroszczak wrote: > I've been playing for a second time with Ocaml for a time now and I've > got some insights in what could make the language more popular. IMHO: the lack of debugging support on Windows is an illusion. Ocaml code just works (TM), you don't need a debugger. A couple of debugging prints is usually enough to find problems. I never use debuggers. Debuggers are for assembler geeks and would-be assembler geeks writing low level C code :) I think this is a matter of education -- you're looking for a tool you don't need in the first place. As to IDE support -- well it is much the same. I'm happy enough with a text editor and command line compilation with a script. It is only slightly more painful on Windows than on Unix. However I think you're right that a Visual Studio plugin is the way to go. No one familiar with the VS editor would ever want to learn a horrendous monstrosity like Emacs .. let alone Vim's archaic terminal editing concepts (ducks for cover!) In an industrial setting, having Ocaml as part of a VS project would be winner. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net