Joel Spolsky praised the internal code versions of programs that are not run-time dependent.
What compilers for native code are available for functional languages?
This message is really obscure. The question arises: "Are there compilers for functional languages that can create their own executable files without the need to install additional software?"
, , . , Haskell , . .
, :
ocamlc - -, ocamlopt - . GCL Common Lisp .
ocamlc
ocamlopt
GCL
F #, , ,.NET , . , CSML # ocaml, , . , , .
, .
, Clojure:
, , .. , . , REPL, .
PLT JIT.
Stalin - , .
All common Lisp implementations that I know about, except CLISP, compile into native code. (Whether CL should be considered a functional language, however, depends on what is meant by the term “functional.”)
MLton is a highly optimizing compiler for standard ML.
Functional languages can be and for some time been compiled very efficiently. In this regard, there is no difference with imperative languages.
Source: https://habr.com/ru/post/1697227/More articles:Pascal's theorem for non-unique sets? - mathTIGER shapefiles - usage and interpretation - mappingxul: open local html file relative to "myapp.xul" in xul browser - javascriptSQL Query Help: converting dates in a non-trivial direction - dateCVS and Visual Studio 2008 - integration options - visual-studioReduce the startup time of a .NET windows form application that has a network drive running - performanceIs there an easy way to get Apache Tomcat to automatically reboot after deployment? - javaЧто создает CMS с открытым исходным кодом: генерирует чистый xhtml, доступен для скинов с помощью css и имеет легкий редактор содержимого разметки? - language-agnosticAn automated way to detect tests that cannot fail are checked to get minmum code coverage? - build-automationСуществует ли модель трассировки лучей на Java, которая может быть адаптирована для использования в подводной акустике? - javaAll Articles