Related articles |
---|
Compiler Construction - New to it and getting started. NatLWalker@gmail.com (Nate the Capricious) (2005-02-11) |
Re: Compiler Construction - New to it and getting started. napi@cs.indiana.edu (2005-02-12) |
Re: Compiler Construction - New to it and getting started. torbenm@diku.dk (2005-02-16) |
Re: Compiler Construction - New to it and getting started. touati@nospam-prism.uvsq.fr (TOUATI Sid) (2005-02-28) |
Re: Compiler Construction - New to it and getting started. torbenm@app-4.diku.dk (2005-02-28) |
Re: Compiler Construction - New to it and getting started. touati@prism.uvsq.fr (TOUATI Sid) (2005-03-01) |
From: | "Nate the Capricious" <NatLWalker@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 11 Feb 2005 22:18:52 -0500 |
Organization: | http://groups.google.com |
Keywords: | question, comment |
Posted-Date: | 11 Feb 2005 22:18:52 EST |
Hello everyone,
I want to start doing some research on compiler construction and was
wondering what programming language you guys use or would like to use
to implement a compiler. I know a bit of C/C++ and 'a little' Pascal
but was reading and it seems Modula-2 and Objective CaML get alot of
thumbs up in this department.
Thoughts?
Nathaniel L. Walker
[Depends on what your goals are. These days I write most of my programs in
perl because they run fast enough for my purposes, and the built in data
types and all the public libraries make me a lot more productive than in
low level languages like C or C++. On the other hand, if I were writing
a compiler to ship to a thousand other sites, I'd probably write it in C
or C++. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.