Strict functional language which can be compiled into native code -


recently started looking @ functional languages make algorithmic parts of application more reliable. of course bumped haskell. prepared many surprises me laziness. simple things become , slow.

so i'm wondering there language can use write small algorithms in functional style without unnecessary laziness causes more problems helps.

the program should compiled win32/64 native code (preferably dll) , have comparable performance c++.

ocaml closest haskell, it's strict , impure. it's successor ml.

ocaml, ml, , haskell can compiled machine code on common platform.

in experience, though, laziness great feature once sense how works.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -