[Novalug] Teaching Computers Science
DonJr
djr1952 at hotpop.com
Sun Sep 30 16:15:15 EDT 2007
On Sun, 2007-09-30 at 13:01 -0400, Angelo Bertolli wrote:
> Raul wrote:
> > Thanks - I missed that. Looking over it now makes sense - ...
> > assembler - which is definitely not scripting
>
> Actually, C can be a scripting language if you want it to. C is a
> definition of language syntax, so whether it's implemented as an
> interpreter or a compiler is up to the implementor. But usually when
> you're talking about C, you're talking about a compiler. I am unaware
> of any implementations of C as a scripting language.
>
>
> Angelo
Then you really don't know your interpreters.
Lets see there is 'csh' - a shell (command interpreter) with C-like
syntax.
Then there is 'ch' by Soft Integration an embeddable C/C++ interpreter
<http://www.softintegration.com/>
Plus take a look at the references on this page:
<http://www.thefreecountry.com/compilers/cpp.shtml>
All just do a Google on: c interpreter
I first learned to program in C-like syntax {before ANSI-C was even
defined} by using the C macro interpreter for an editor called Brief.
<http://www.briefeditor.com/>
More information about the Novalug
mailing list