Browse thread
Jane Street is hiring (as if you didn't already know)
[
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: | Alexander Danilov <alexander.a.danilov@g...> |
| Subject: | Re: OCaml and kernels |
Richard Jones пишет: [skip] > There are some missing features to really make it possible though: > > - inline assembly > > - support for ELF (eg. putting code/data directly into named sections) > > - bit fields / bit twiddling (can probably be done with macros) > > - better optimization of int32 and int64 types > [skip] + out of box support for native executables creation for win32/mingw + convenient compiler interface, example - ghc --make main.hs Because of these two missing features, today I choose sbcl over ocaml to create small I/O and calculation intensive task, unfortunately.