Results 1 to 16 of 16

Thread: Delphi 6.0 60 day trial

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2001
    Location
    Banana Republic
    Posts
    115

    Delphi 6.0 60 day trial

    Before I answer their Survey and pull up the download...

    I would like to know about your opinion on delphi 6.

  2. #2
    It's based on Pascal.
























    'Nuff said. Pascal sucks.

  3. #3
    scoutt
    Guest
    Arien, don't try to make everyone conform to your opinions. not every hates all the stuff you do.

  4. #4
    You like Pascal?

  5. #5
    scoutt
    Guest
    never played with it. but just from listening to you, I hate it already, so I might never get a chance to play with it.

  6. #6
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Originally posted by scoutt
    Arien, don't try to make everyone conform to your opinions. not every hates all the stuff you do.
    Did not need to post that
    Baaaaaaaaah

  7. #7
    Junior Member Stefan Raab's Avatar
    Join Date
    Sep 2001
    Location
    Under the old core Fish Tank: Orthodox
    Posts
    25
    pascel used ta be poplar. but the syntex in flippier than a bare bellied lizard.
    in watermelon sugar the deeds were done and done again as my life is done in watermelon sugar.

  8. #8
    VB's syntax is like a mix of Pascal and C++. Freaky.

  9. #9
    scoutt
    Guest
    Originally posted by abdul


    Did not need to post that
    and why not??????

    every post he does it says "don't use that it sucks, use this..."

  10. #10
    In the Visual Basic Forums, I thought it would be appropriate.

  11. #11
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Pascal is good for teaching programming skills because it's so strict. However, that strictness means I wouldn't want to use it to write a real program.

    I prefer C++ where you can have all sorts of fun casting random numbers to pointers and then passing them off to Windows
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  12. #12
    C++ is pretty strict, too.

  13. #13
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Originally posted by filburt1
    C++ is pretty strict, too.
    Yes, but it's pointlessly simple to get past that.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  14. #14
    I believe Pascal's variables aren't case sensitive...? Or at least function names aren't...

  15. #15
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Really? Yikes.

    Not sure if VB's variables are case-sensitive since the editor corrects them
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  16. #16
    The editor does so much to "improve" your code:

    VB Code:
    1. ' It'll do this:
    2.  
    3. Sub foo()
    4.     Exit Sub
    5.  
    6. ErrorChecker:
    7.     Exit Sub
    8. End Sub
    9.  
    10. ' Instead of this
    11. Sub foo()
    12.     Exit Sub
    13.  
    14.     ErrorChecker:
    15.     Exit Sub
    16. End Sub()

    I like the IDE in the way it immediately identifies syntax errors, but it only colorizes the line after you go to the next line.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width