, 2003-03-26
Until Unix and Linux programmers get over their macho love for low-level programming languages, the security holes will continue to flow freely.
Expand all |
Post comment
Too Cool For Secure Code
2003-03-26
Anonymous (4 replies)
Anonymous (4 replies)
That's the wrong attitude.
2003-03-26
Anonymous (26 replies)
Anonymous (26 replies)
That's the wrong attitude.
2003-03-27
dbtid (1 replies)
dbtid (1 replies)
This is hogwash... I guess we should all use VB? That's High Level and we know how "bug" free that is.
2003-03-27
Anonymous
Anonymous
This is so funny - linux on linux battle
2003-04-02
Anonymous (1 replies)
Anonymous (1 replies)

On the issue of speed, that too is less of an issue. As long as you're not doing GUI stuff Java is pretty zippy (and if you use something like SWT the GUI can be fast too). Also other languages, such as LISP, can be compiled to machine language and can be made quite fast. LISP compliation has been around for almost 30 years, and a good LISP compiler can emit code to compete with C. Likewise highly optimizing Java compilers are emerging and in several cases have been shown to perform within 5-10% of equivalent C code.
Higher level languages are good things. C is a wonderful language and is good for implementations where low-level detail is important. But C has its limitations, the current big one is that it is all to easy to write insecure C code. Expand your horizons, learn a new programming language.
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/columns/150/19040#19040