Jump to content

Talk:List of compilers: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Never mind...
Line 33: Line 33:
== DevC++ is not a compiler ==
== DevC++ is not a compiler ==
It is an IDE for the MinGW compiler
It is an IDE for the MinGW compiler

This applies to Code::Blocks as well.


== mingw is for windows only ==
== mingw is for windows only ==

Revision as of 21:12, 24 February 2010

WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

Converting to chart

I am going to "be bold" and convert this list into a comparison chart, in order to better organize the various details and make it more encyclopedic. VanishingUser 09:02, 6 April 2007 (UTC)[reply]

Ok, the basic layout is done. I created a chart for C/C++ compilers and I feel that charts should be categorized by language (because people looking for compilers are generally looking for one language). I think the chart should also only contain robust, general-purpose compilers and not ones that are developmental or special-purpose/research oriented. Those should remain in their own section unless somebody wants to make a separate chart for them. Feel free to spiff it up or add more (important) details to the chart. I incorporated the list of commercial compilers (sans the links that sounded like spam) and applicable open source compilers. VanishingUser 10:28, 6 April 2007 (UTC)[reply]

architectures instead of platform?

Since compilers generate machine code for specific architectures, perhaps a set of target architectures should be in this table. Of course this could get extremely long (i.e. does compiler X target variant Y of processor family Z?..if so which version of compiler X?). Majikaltrev 03:54, 12 July 2007 (UTC)[reply]

I guess what you want to say is "Add architectures column?"
Indeed, while it is important to understand on which platforms (workstation/OS combinations) compilers and compiler frameworks execute, it's equally important to understand which (ranges of) target architectures the compiler generates code for. StephanP 10:02, 1 September 2007 (UTC)[reply]

C++ compilers

I think there should be a column for C++ support, since there are more C compilers than C++ compilers, and C++ is more difficult to implement. Sanxiyn 09:28, 14 August 2007 (UTC)[reply]

I second this, since "C/C++" is misleading, they are two different languages. It might even be worth considering splitting into two tables, but because most of the products ship with both a C compiler and a C++ compiler, a column for (C: Yes/No) and (C++: Yes/No) would be better 124.170.119.56 (talk) 09:42, 5 October 2009 (UTC)[reply]

compiler generators?

Is written "This page is dedicated to list all current compilers, compiler generators..."; but compiler generators is in List_of_parser_generators could be link --Borneq 07:58, 18 October 2007 (UTC)[reply]

Many more compilers could be added

For example, see Pascal Programming Language#Compilers and interpreters --Tim32 08:41, 1 November 2007 (UTC)[reply]

Maybe we should make this a page of notable compilers? Because pretty much every CS student who takes a compiler class writes a compiler. I've written two compilers in the last several months myself — but I don't think they should be listed on Wikipedia! Kragen Javier Sitaker (talk) 06:16, 27 October 2008 (UTC)[reply]

DevC++ is not a compiler

It is an IDE for the MinGW compiler

This applies to Code::Blocks as well.

mingw is for windows only

best to remove it and merge it with GCC, since it's basically the same thing

"GCC (mingw on windows)" or something like that could be an appropriate name

also, neither of them feature an IDE, although there are many IDEs that support these compilers.

No it isn't, there's also a mingw32 package for Linux (a win32 compiler) --80.174.59.86 (talk) 11:53, 21 February 2009 (UTC)[reply]

MathScriptor

I do not know the correct section in which to list the orphaned article MathScriptor. (Also, it is uncategorized.)

-- Wavelength (talk) 16:14, 20 September 2008 (UTC)[reply]

DJGPP is DOS only

DJGPP is a DOS port of gcc, and should follow the same conventions of mingw (i.e. merge it into gcc) or only have Other marked as yes, and Windows and Unix like marked as no. Also, I have not been able to find that DJGPP comes with an IDE, but instead, like GCC, is supported by multiple IDEs.

I'm going to change this. —Preceding unsigned comment added by FrederikHertzum (talkcontribs) 01:29, 17 November 2008 (UTC)[reply]

Old compiler - code generator called Prototyper?

I seem to recall a code development applcation called Protoyper (I think for the Mac). Similar to Visual Studio, you drew the user interface with drag and drop tools, and it would generate the code with special comments seperating the sections where you would then add your own code. Anyone remember this and it's exact name? Jeffareid (talk) 06:04, 25 May 2009 (UTC)[reply]