Browse thread
JIT-compilation for OCaml?
[
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: | -- (:) |
| From: | John Max Skaller <skaller@o...> |
| Subject: | Re: JIT-compilation for OCaml? |
Markus Mottl wrote: > > If Ocaml had a decent GUI API that worked on just X- and MS- Windows > > systems, it would be a killer. > I expected that people would mention GUI-libraries, but I don't write > GUIs. Is this really everything people are missing? Actually, no, there are some other significant problems (apart from education) with Ocaml. 1. The lack of dynamic loading virtually wipes it out as a serious commercial language (IMHO). This can probably be fixed. 2. The difficulty of interfacing to existing C/C++ code. This probably cannot be fixed. [For example, consider the sheer volume of work required to map GTK to Ocaml] There are, of course, many other problems, such as the lack of intermodule recursion, but all languages have various difficulties which can usually either be fixed or worked around. But clearly the biggest problem is one of education, both of the virtues of functional programming, and the details of the ocaml syntax/semantics (much of which escapes me, after several years usage). -- John (Max) Skaller, mailto:skaller@maxtal.com.au 10/1 Toxteth Rd Glebe NSW 2037 Australia voice: 61-2-9660-0850 checkout Vyper http://Vyper.sourceforge.net download Interscript http://Interscript.sourceforge.net