Re: A89: Which is better?


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

Re: A89: Which is better?




Hi!

> i cant ever imagine finding assembly easier then C... (in most respects)
C
> seems alot like basic to me. and its especially easy after learning
> cgi/perl. they seem almost the same...

Generally, C is easier than ASM, but C programs may be much more cryptic
than ASM programs, e.g. C programs sometimes may be absolutely 
ununderstandable. It is not hard to write such programs, but it is
very hard to read and understand them. That's why C is sometimes 
called "write-only language".

Zeljko Juric




Follow-Ups: