Re: Choosing a language for compiler design

jsa@alexandria.organon.com (Jon S Anthony)
20 Oct 1996 16:45:27 -0400

          From comp.compilers

Related articles
Choosing a language for compiler design pjmlp@students.si.fct.unl.pt (1996-10-16)
Re: Choosing a language for compiler design sestoft@ellemose.dina.kvl.dk (1996-10-18)
Re: Choosing a language for compiler design torbenm@diku.dk (1996-10-18)
Re: Choosing a language for compiler design ukcwitd@cambridge.simoco.com (Tim Wilson 6093) (1996-10-18)
Re: Choosing a language for compiler design icedancer@ibm.net (1996-10-18)
Re: Choosing a language for compiler design bmd@cs.kuleuven.ac.be (Bart Demoen) (1996-10-20)
Re: Choosing a language for compiler design jsa@alexandria.organon.com (1996-10-20)
Re: Choosing a language for compiler design jsa@alexandria.organon.com (1996-10-20)
Re: Choosing a language for compiler design joshua@intrinsa.com (Joshua Levy) (1996-10-20)
Re: Choosing a language for compiler design pbrisset@apoge.eis.enac.dgac.fr (Pascal Brisset) (1996-10-24)
Re: Choosing a language for compiler design will@ccs.neu.edu (William D Clinger) (1996-10-24)
Re: Choosing a language for compiler design rgh@shellus.com (1996-11-01)
Re: Choosing a language for compiler design geraldo@nw.com.br (1996-11-05)
| List of all articles for this month |

From: jsa@alexandria.organon.com (Jon S Anthony)
Newsgroups: comp.compilers
Date: 20 Oct 1996 16:45:27 -0400
Organization: Organon Motives, Inc.
References: 96-10-075 96-10-083
Keywords: design



:> Now that I have an Yacc/Lex files for Oberon, I face the problem of
:> choosing a language for its implementation.
:> I have versions of Yacc/Lex for C, C++, Turbo Pascal and Ada.


icedancer@ibm.net (Ken Walter) writes:
> You need to decide what is important for you. If it is portability
> then C++ is good since you don't need to use ALL of it.


I'm not sure I understand this line of thought. If portability is
really an issue, I would think that Perl (as another poster
suggested), C and Ada are the best of those listed. Perl is basically
everywhere, gcc makes C available basically everywhere, and GNAT makes
Ada95 basically available everywhere - without restrictions on what
you can or should not use to avoid shooting yourself in the foot.


/Jon


--
Jon Anthony
Organon Motives, Inc.
Belmont, MA 02178
617.484.3383
jsa@organon.com
--


Post a followup to this message

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