Re: A92: PlusC project started


[Prev][Next][Index][Thread]

Re: A92: PlusC project started




>what is the C language like?  if it's easier than TI-assembly, l'm
interested!

(Shakes head...wow, they must still be teaching Pascal instead of C.)

C's definitely easier than Assembler, though much of this "easyness" lies
in the fact that the compiler can detect errors before they nuke your
calculator.  And application development is faster because of built in loop
commands and such, things you have to program with Assembler.

A note to whoever is writing this C...please, guys, let's make it ANSI
compatible.  Standards are there for a reason--namely, the fact that there
is gigabytes of pre-tested, pre-built C code out there for use with any
ANSI-C compatible compiler.  Wouldn't that be great? :-)
--Cliff Biffle




Follow-Ups: References: