Implementation Language Choice

"Kevin Albrecht" <kevin@albrecht.net>
12 Feb 2004 11:27:49 -0500

          From comp.compilers

Related articles
Implementation Language Choice kevin@albrecht.net (Kevin Albrecht) (2004-02-12)
Re: Implementation Language Choice kenrose@tfb.com (Ken Rose) (2004-02-13)
Re: Implementation Language Choice wienczny@web.de (Stephan Wienczny) (2004-02-13)
Re: Implementation Language Choice basile-news@starynkevitch.net (Basile Starynkevitch \[news\]) (2004-02-13)
Re: Implementation Language Choice joachim.durchholz@web.de (Joachim Durchholz) (2004-02-13)
Re: Implementation Language Choice kevin@albrecht.net (Kevin Albrecht) (2004-02-13)
Re: Implementation Language Choice lex@cc.gatech.edu (Lex Spoon) (2004-02-26)
[10 later articles]
| List of all articles for this month |

From: "Kevin Albrecht" <kevin@albrecht.net>
Newsgroups: comp.compilers
Date: 12 Feb 2004 11:27:49 -0500
Organization: RoadRunner - Tampa Bay
Keywords: design
Posted-Date: 12 Feb 2004 11:27:49 EST

I am an experienced compiler/interpreter writer, but have always
written my compilers in C/C++ so far. As almost everyone will admit,
C/C++ are hardly ideal languages. I am considering writing my next
compiler in some other language, but I am unsure of what language to
use. What languages have others found useful as implementation
languages?


The following features are important to me in a choice for a better
implementation language:


* mature compiler(s) that produces native-code binaries
* open source - preferable, but not 100% necessary


Thanks,
Kevin Albrecht


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.