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 Tea2min (talk | contribs) at 13:14, 16 October 2009 (Notability: Mention older discussion.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Notability

Is this language really notable? There isn't much information about it besides from their own site, a few blogs, and random content aggregators. 64.191.188.252 (talk) 18:03, 29 September 2009 (UTC)[reply]

Yes, it is notable. Factor is the product of 6 years of work, is the work of over 30 people and has been mentioned in at least two academic papers. It's not helpful to go around to articles about programming languages and call them non-notable. LittleDantalk 02:39, 30 September 2009 (UTC)[reply]

How long it has been around is irrelevant. How many people it is the work of is irrelevant (my website is the work of hundreds of people, but it does not have its own Wikipedia article). Academics invent programming languages all the time; most of them are non-notable. I'm not convinced Factor is notable.

Furthermore, I don't appreciate the hostility of your tone. Assume good faith. I put all of those tags because Wikipedia is overrun with pet project programming languages that don't really meet the notability criteria. I have placed the tag back on this article, please do not remove it without better evidence. 64.191.188.252 (talk) 15:12, 15 October 2009 (UTC)[reply]

If everything is irrelevant, then you are just trolling Wikipedia. And for the people who take you serious: One evidence is "Factor includes a large standard library". As can be seen here: http://docs.factorcode.org/content/article-vocab-index.html --Stesch (talk) 08:43, 16 October 2009 (UTC)[reply]
I have restored the notability tag. After some more googling I still have not found much of what I would call reliable, secondary sources about Factor. Besides the Factor homepage there is the Factor mailing list, there is the planet-factor Atom/RSS aggregator, there is a mostly empty subreddit, there is some content at the concatenative wiki. Factor gets mentioned quite a bit at the programming subreddit. Factor seems to get mentioned here and there, and the standard library does look impressive. I am now borderline convinced of the notability of the language. However, I still would like to see some secondary sources added to the article, if only to avoid having this discussion again. —Tobias Bergemann (talk) 11:20, 16 October 2009 (UTC)[reply]
I just noticed that the notability of the language had been questioned on this very page before but that that discussion had apparently been seen as "useless and harmful". —Tobias Bergemann (talk) 13:14, 16 October 2009 (UTC)[reply]

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]