Talk:Factor (programming language)

This is an old revision of this page, as edited by 206.169.226.36 (talk) at 01:11, 30 January 2008 (removed useless and harmful commentary about 'noteability'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Latest comment: 18 years ago by LittleDan in topic Interpreted language?

Interpreted language?

Quote: "Factor was originally only interpreted, but it can now also be compiled. The compiler is written entirely in Factor, and it does not output standalone executables but rather merely a faster image."

So in other words....the compiler optimizes the code, which is still in Factor? Or am I missing something here? Bjelleklang - talk Bug Me 23:59, 6 May 2007 (UTC)Reply

No, the compiler converts Factor into machine code (currently supporting PPC, x86, x86-64 and ARM), which is nevertheless stored in the image with non-compiled Factor code. Maybe the wording was unclear. LittleDantalk 17:21, 8 August 2007 (UTC)Reply