View Poll Results: Worth upgrade?

Voters
27. You may not vote on this poll
  • no

    7 25.93%
  • yes

    20 74.07%
Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Delphi 2009 "Tiburon", a worth upgrade since D7?

  1. #1

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    New Language Construct for Exit
    Full Unicode supports
    Generics
    Anonymous Methods
    [..] another things

    and all things included on previous delphi
    inline support
    recods with methods
    operator overload
    class constants
    for in (iterators)
    etc..

    generics and anonymous methods:
    http://blogs.codegear.com/davidi/2008/07/23/38915
    new exit:
    http://blogs.codegear.com/nickhodges/2008/07/22/39079/


    what do you guys think?
    From brazil (:

    Pascal pownz!

  2. #2

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    Good thing with generics support. I would like to see how it's done in delphi. The FPC implementation seems a bit dodgy
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  3. #3

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    i edited the first post, see the 1¬? link
    From brazil (:

    Pascal pownz!

  4. #4

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    Looks ok. Don't know quite about the usability of anonymous functions which looks like a weird concept to me, but interesting anyhow
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  5. #5

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    Quote Originally Posted by JSoftware
    Looks ok. Don't know quite about the usability of anonymous functions which looks like a weird concept to me, but interesting anyhow
    same here ;p
    From brazil (:

    Pascal pownz!

  6. #6

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    Quote Originally Posted by JSoftware
    Good thing with generics support. I would like to see how it's done in delphi. The FPC implementation seems a bit dodgy
    I made a generic list in FPC, and it's not so much dodgy as the current "stable" release has a few critical bugs only fixed in the development releases you can get with Lazarus. (IE, don't JUST get a dev copy of FPC, it isn't new enough unless packaged with Lazarus.) It's also got a few wacky limitations that I can't remember any more, like no more than 1 anonymous part. Like you can't do "TGenericStringIntList" or something.

  7. #7

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    Now exit works like return in C, nice. But creating procedures on the fly seems a little contradictory to reusability...

    Which .NET versions D2009 will support?

  8. #8

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    Still not multi-platform?
    Marmin^.Style

  9. #9

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    Now exit works like return in C, nice. But creating procedures on the fly seems a little contradictory to reusability...
    Wow.. that's awesome That WAS one of the few things i disliked about pascal (absence of a return *returnvalue* construct).
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  10. #10
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Delphi 2009 "Tiburon", a worth upgrade since D7?

    I really like the generics support . I'm looking forward to this one!
    NecroSOFT - End of line -

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

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