I would suspect,
bladx, that you (like me) know a number of what I call C-type languages. Languages that are in the model of C and either are simpler or more complex that it, but use it as a base. Pascal, VB, Perl, Java, Javascript, C++, etc. Of there, Perl and C are the clear winners. Perl is for development speed and C is for execution speed and memory usage. (I'd use a C++ compiler to make C strongly-typed, but that's a personal preference.)
However, Having taken a (very) quick look at LISP and Prolog, for example, those are completely different languages from C, requiring a completely different paradigm. Not having a lot of experience in either, I wouldn't be able to say how their execution/memory usage compares, but I suspect that, for certain applications, it's very favorable.
Somewhere on PM, someone posted the four basic paradigms of programming languages. They roughly correlate to four different ways of tackling a given problem. I wonder if someone could bring that back up?
------
We are the carpenters and bricklayers of the Information Age.
Vote paco for President!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.