Talk:Factor (programming language): Difference between revisions

Content deleted Content added
PrimeBOT (talk | contribs)
m top: Task 24 - replacing a template following a TFD (plus genfixes/cleanup)
Legobot (talk | contribs)
m Bot: Fixing lint errors, replacing obsolete HTML tags: <font> (1x)
Line 34:
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? [[User:Bjelleklang|Bjelleklang]] - [[User_talk:Bjelleklang|talk]] <fontspan style="font-size:8px; color:red; font-face:arial">[[User:Bjelleklang/Tools|<span style="font-size:8px; color:red; font-face:arial">Bug Me</span>]]</fontspan> 23:59, 6 May 2007 (UTC)
 
: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. <small>[[User:LittleDan|LittleDan]]</small><sup>[[User talk:LittleDan|talk]]</sup> 17:21, 8 August 2007 (UTC)