Jump to content

Talk:Factor (programming language)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 203.158.58.75 (talk) at 09:31, 16 July 2008 (history?). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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]


History

should a section on history be added to the article? I heard that factor was made with the intention of being used for a game http://factorcode.org/pics/snap2.png 203.158.58.75 (talk) 09:31, 16 July 2008 (UTC)[reply]