| Article: |
What I Hate About Your Programming Language | |
| Subject: | Ideal language: Delphi w/ Clarion influence | |
| Date: | 2003-05-14 12:56:38 | |
| From: | anonymous2 | |
|
I'd love to see a delphi language/environment with Clarion's syntax for blocks, ifs, loops, and lack of the semi-colon terminator in favor of new-line. Clarion's syntax is the cleanest I've seen for these basic elements.
|
||
Showing messages 1 through 3 of 3.
-
Ideal language: Delphi w/ Clarion influence
2003-05-16 12:27:29 anonymous2 [View]
Sadly Delphi/Kylix (Object Pascal) is often overlooked. Perl, Ruby, etc. are all find for scripts, but in most cases, a compiiled program in a better way to do. Delphi lets you program procedurally like C, or with Objects like C++, only the union is much more natural. It prevents you from making many stupid mistakes, while allowing you 99.9% of the power C has. It borrows some syntax from perhaps better languages (Oberon, Modula, etc.), but has a much bigger and more useful standard library. (Unofficially, anyway...)
-
Ideal language: Delphi w/ Clarion influence
2003-05-14 13:57:11 anonymous2 [View]
You should look at REXX.
bobh
-
stupid thing deleted my indentation
2003-05-14 12:58:41 anonymous2 [View]
Ok, my code in that last post did originally have indentation on the code, the posting mechanism deleted it for some dumbass reason.


