Re: C# (.NET) has no interpreters

2000-08-02 Thread Kevin Scott
its standard library (e.g. lots of synchronization required for thread safety in the standard library that the current crop of JITs can't safely remove.) Just my $.02 worth. -Kevin -- Kevin Scott [EMAIL PROTECTED] Ph.D. Studenthttp://www.cs.virginia.edu/~jks6b Department of Computer Science University of Virginia

Re: C--

2000-08-03 Thread Kevin Scott
t want to hack around in C compilers written in C. Notice that the two prominent C-- implementations, Quick C-- and Fermin Reig's C-- compiler are both written in functional programming languages: Quick C-- in Objective CAML, and Fermin's compiler in Standard ML. -Kevin -- Kevin Sco

Re: C--

2000-08-05 Thread Kevin Scott
d to provide an abundant source of C-- code for testing the first C-- implementations. -Kevin -- Kevin Scott [EMAIL PROTECTED] Ph.D. Studenthttp://www.cs.virginia.edu/~jks6b Department of Computer Science University of Virginia