in reply to Language for something simple
"simple" is always relative.
In Perl it's very simple to do some basic string processing, uniquifying values through hashes and so on.
In C it's very simple to write some calculation which just need a million arithmetic calculations.
In Prolog it's very simple to search for relations in a graphs (for example determine cousinship relations between two people).
In many languages it's simple task to write a program or a problem that is mostly solved by a ready-made library already exists.
And finally "simple" also depends on how familiar you are with a language.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Language for something simple
by PeterPeiGuo (Hermit) on Mar 08, 2010 at 08:02 UTC |