yeah i agree entirely. that's why it's good to stick to just algo
discussion. pang academic stuffs lang where u use pseudo-code to implement
an algo. ;-) i don't know if there's a standard for a pseudo-code? ;-)

and using VB for plain old code programming is a burden. ;-) as they always
say, download an activex, get a plug-in. ;-)

in my opinion C is enough to show any algo. please correct me, if `m wrong.
;-)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rafael R. Sevilla
Sent: Monday, February 19, 2001 2:28 PM
To: [EMAIL PROTECTED]
Subject: RE: [plug] Computer Science mailing list?



On Mon, 19 Feb 2001, Mark John Buenconsejo wrote:

> btw, there's only a few IT professionals who are using C at work. so it's
> good to get the students involve in the list and also the hackers. ;-)
> anyway, pag algo ang topics, nde naman importante ang programming
language.
>

I beg to differ.  The programming language can be vitally important when
discussing certain types of algorithms and data structures.  Have you ever
tried to do list processing in Visual Basic?  Or string manipulation in C?
Or code up an encryption program in Pascal?  Languages tend to be
optimized to do various things, and while you surely can do most anything
with most modern programming languages, that does not mean you can do it
cleanly or elegantly.  List processing in VB is almost impossible because
VB doesn't even support structures, string processing in C tends to be so
clumsy because of static limits on string length, and Pascal doesn't have
the kind of bit-twiddling operations common in cryptography.  No language
can be all things to all problems, and any sane discussion of algorithmics
should take this into account.

--
Rafael R. Sevilla <[EMAIL PROTECTED]>         +63 (2)   4342217
UP Diliman Mobile Robotics Laboratory           +63 (917) 4458925
OpenPGP Key ID: 0x0E8CE481

_
Philippine Linux Users Group. Web site and archives at
http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to