Показать сообщение отдельно
Старый 20.04.2009, 22:30   #9  
belugin is offline
belugin
Участник
Аватар для belugin
Сотрудники Microsoft Dynamics
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии 2011
Лучший по профессии 2009
 
4,622 / 2925 (107) +++++++++
Регистрация: 16.01.2004
Записей в блоге: 5
Цитата:
Сообщение от Андре Посмотреть сообщение
Все прочее - .Net, Java, Ruby, Python, Erlang, Lua компиляторами не является.
http://java.sun.com/j2se/1.4.2/docs/...ows/javac.html
The javac tool reads class and interface definitions, written in the Java programming language, and compiles them into bytecode class files

http://msdn.microsoft.com/en-us/libr...wd(VS.71).aspx

The C# compiler can be invoked at the command line by typing the name of its executable file (csc.exe) on the command line. You may need to adjust your path if you want csc.exe to be invoked from any subdirectory on your computer.



http://erlang.org/doc/apps/compiler/index.html
The Compiler application compiles Erlang code to byte-code. The highly compact byte-code is executed by the Erlang emulator.

Более того

http://haskell.org/haskellwiki/Yhc/J...Brief_overview

The ycr2js program reads the binary core file specified (.yca or .ycr), and performs conversion of Haskell functions compiled into Core to their Javascript representation storing the generated Javascript code in a file. Resulting Javascript may be embedded on a (X)HTML page to be loaded into a Web browser.