Re: Cross platform password string encryption



Tom St Denis wrote:
According to the TIOBE index the currently preferred language would be
Java: http://www.tiobe.com/index.htm?tiobe_index

They base that on search engine scores. That's not really a scientific
approach now is it?

That depends on what you want to measure. What do you think would be
the most relevant entity to use for a quantification of the importance
of programming language? Lines of code written in the language? The
total time any code written in the language has been executed by a CPU?
Number of developers working in the language on a daily basis? Money
spent on writing code in the language?


I have nothing against Delphi. I just think it's second rate compared
to C for most tasks. :-)

I respect your personal preference, but I also think you don't help
anyone by trying to convince Delphi programmers to switch to C. We have
discussed the quality of Delphi/Pascal vs C in the past, but I think we
can at least agree about one thing: Writing poor code doesn't improve
application security, and writing code in a "second language" increases
the risk of bugs by some percent independent of the overall skills of
the developer.

.



Relevant Pages

  • Re: Happy 7-8-9!
    ... Community College and learned Fortran and one other program - that dates ... major language used for business programming - think Point of Sales - was ... engineers, if they came across a problem for which there was no solution ... My take with people writing code - you can always ...
    (rec.crafts.textiles.needlework)
  • Re: Perl is too slow - A statement
    ... No but writing code to be fast, before one knows if the code isn't ... I do agree that I might not always code in the faster language at first ... instead of upgrading systems. ... Decisions can be made at design time and as the ...
    (comp.lang.perl.misc)
  • Re: Should I migrate from C to C++?
    ... that's what you get for writing code that's specifically ... the poster originally said that C++ was a much more 'robust' ... it includes the ability of a standard language translator ... consideration of exception safety. ...
    (alt.comp.lang.learn.c-cpp)
  • Re: Symbols for range/iteration/slicing
    ... were using them when writing code or reading the code of someone else. ... One reason I wanted to avoid words was to avoid ... Without knowing what the rest of the language looks like, ... The intention is that the ranges would be concatenated so (1 upto 3, ...
    (comp.lang.misc)
  • Re: ANSI Common Lisp, Ch 3, Ex 3
    ... collect (cons i (count i list)) into result ... This is so very terse! ... _really_ like this language. ... When you start writing code ...
    (comp.lang.lisp)