why arent there any c-interpreter ?

Mike Schilling mikes at ingres.com
Mon Dec 10 11:14:00 AEST 1990


In article <3303 at medusa.informatik.uni-erlangen.de> admerlev at medusa.informatik.uni-erlangen.de (Arnd Merlevede ) writes:
>i would like to know why there aren't any c-interprters out there.
>it would be nice to test small pieces of code interactively...

Saber C is an interpretive environment for debugging C programs.  I've seen
an evaluation copy running on Sun-4s under X.  It allows
some of the application you're testing to be linked in as object code, while
the rest is run interpretively.  It's very thorough in testing for invalid
references to heap storage, array boundary checking, etc.  I found it
very impressive.  (I have no connection with the vendor.)
----------------------------------------------------------------------------
mikes at rtech.com = Mike Schilling, ASK Corporation, Alameda, CA
Just machines that make big decisions,
Programmed by fellows with compassion and vision.	-- Donald Fagen, "IGY"



More information about the Comp.lang.c mailing list