Gnus development mailing list
 help / color / mirror / Atom feed
* a little question ...
@ 1998-10-22 18:30 PISTORI David
  1998-10-22 20:18 ` Wes Hardaker
  0 siblings, 1 reply; 7+ messages in thread
From: PISTORI David @ 1998-10-22 18:30 UTC (permalink / raw)
  Cc: ding

Hello,

scuse me, but i wanted to ask you, if you know where can i find a 
gnu gcc compiler for dos or windows ...

or if you have it , send me .... please !

thanks Bye...


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: a little question ...
  1998-10-22 18:30 a little question PISTORI David
@ 1998-10-22 20:18 ` Wes Hardaker
  1998-10-24  4:59   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Wes Hardaker @ 1998-10-22 20:18 UTC (permalink / raw)


>>>>> On Thu, 22 Oct 1998 19:30:45 +0100, "PISTORI David" <HT@hol.fr> said:

PISTORI> scuse me, but i wanted to ask you, if you know where can i find a 
PISTORI> gnu gcc compiler for dos or windows ...

I think Lars is in the process of re-writting the gcc compiler using elisp...

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: a little question ...
  1998-10-22 20:18 ` Wes Hardaker
@ 1998-10-24  4:59   ` Lars Magne Ingebrigtsen
  1998-10-27 18:46     ` Dave Love
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-10-24  4:59 UTC (permalink / raw)


Wes Hardaker <wjhardaker@ucdavis.edu> writes:

> I think Lars is in the process of re-writting the gcc compiler using
> elisp...

I'm writing the Elisp interpreter in Java, though, but first I have to
write the JVMEGCC environment in Fortran.  (Right after I install the
egcs g77 frontend.)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: a little question ...
  1998-10-24  4:59   ` Lars Magne Ingebrigtsen
@ 1998-10-27 18:46     ` Dave Love
  1998-10-28  9:14       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Love @ 1998-10-27 18:46 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

 Lars> I'm writing the Elisp interpreter in Java, though, but first I
 Lars> have to write the JVMEGCC environment in Fortran.  (Right after
 Lars> I install the egcs g77 frontend.)

I don't think g77 is really up to the job currently (though it was
once traditional to write Lisp and similar systems in FORTRAN, not to
mention the occasional OS); you probably want to get going on g95
development initially.

-- 
GNU Fortran -- It's free crunch time.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: a little question ...
  1998-10-27 18:46     ` Dave Love
@ 1998-10-28  9:14       ` Lars Magne Ingebrigtsen
  1998-10-28 19:46         ` Dave Love
  1998-11-04  3:15         ` Carl R. Witty
  0 siblings, 2 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-10-28  9:14 UTC (permalink / raw)


Dave Love <d.love@dl.ac.uk> writes:

> I don't think g77 is really up to the job currently (though it was
> once traditional to write Lisp and similar systems in FORTRAN, not to
> mention the occasional OS); you probably want to get going on g95
> development initially.

Yeah; you're right.  But I've been thinking about rewriting gcc itself
in Scheme, but I first have to write a Scheme compiler in Perl.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: a little question ...
  1998-10-28  9:14       ` Lars Magne Ingebrigtsen
@ 1998-10-28 19:46         ` Dave Love
  1998-11-04  3:15         ` Carl R. Witty
  1 sibling, 0 replies; 7+ messages in thread
From: Dave Love @ 1998-10-28 19:46 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

 Lars> But I've been thinking about rewriting gcc itself in Scheme,
 Lars> but I first have to write a Scheme compiler in Perl.

OTOH perhaps you could write it in Emacs Lisp.

[I wish GCC really was written in Lisp, of course.]


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: a little question ...
  1998-10-28  9:14       ` Lars Magne Ingebrigtsen
  1998-10-28 19:46         ` Dave Love
@ 1998-11-04  3:15         ` Carl R. Witty
  1 sibling, 0 replies; 7+ messages in thread
From: Carl R. Witty @ 1998-11-04  3:15 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Dave Love <d.love@dl.ac.uk> writes:
> 
> > I don't think g77 is really up to the job currently (though it was
> > once traditional to write Lisp and similar systems in FORTRAN, not to
> > mention the occasional OS); you probably want to get going on g95
> > development initially.
> 
> Yeah; you're right.  But I've been thinking about rewriting gcc itself
> in Scheme, but I first have to write a Scheme compiler in Perl.

OK, it's not Scheme, but there is a (toy) Lisp interpreter written in
Perl.  This is especially appropriate for this mailing list since the
project started as a reader for .newsrc.eld files.

You can check it out at:
 http://www.cpan.org/authors/Gisle_Aas/perl-lisp-0.05.tar.gz

Carl Witty
cwitty@newtonlabs.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1998-11-04  3:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-22 18:30 a little question PISTORI David
1998-10-22 20:18 ` Wes Hardaker
1998-10-24  4:59   ` Lars Magne Ingebrigtsen
1998-10-27 18:46     ` Dave Love
1998-10-28  9:14       ` Lars Magne Ingebrigtsen
1998-10-28 19:46         ` Dave Love
1998-11-04  3:15         ` Carl R. Witty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).