If you code with Xcode will you ....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AdultKing
    Raise Your Weapon
    • Jun 2003
    • 15601

    #1

    Tech If you code with Xcode will you ....

    If you code using Xcode and Objective-C will you begin using / learning Swift or will you stick with Objective-C for a while longer.

    It seems to me that Apple will be wanting to heard a lot of developers toward Swift, which makes sense - it's a more modern language with features that Objective-C just doesn't have. However Objective-C is the foundation of Cocoa which means that I don't think Objective-C is going anywhere soon.

    What are you doing ? Are you going to adopt Swift or stick to what you already know ?
  • Mutt
    Too lazy to set a custom title
    • Sep 2002
    • 34431

    #2
    There are about 3 people on this board who can code in anything

    This ain't Stackoverflow
    I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

    Comment

    • Sly
      Let's do some business!
      • Sep 2004
      • 31376

      #3
      Originally posted by Mutt
      There are about 3 people on this board who can code in anything

      This ain't Stackoverflow
      Nonsense. I can name five coders off the top of my head without even trying. That doesn't even include the ones that don't post.

      I'm taking a class on Swift soon, not that this answers the question. :-)
      Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

      Windows VPS now available
      Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
      Click here for more details.

      Comment

      • dicknipples
        Formerly known as Lensman
        • May 2014
        • 654

        #4
        Swift is very JavaScript like in nature, more people have been jumping into coding with Swift who have JavaScript backgrounds.

        Comment

        • AdultKing
          Raise Your Weapon
          • Jun 2003
          • 15601

          #5
          Originally posted by Bowser Koopa
          Swift is very JavaScript like in nature, more people have been jumping into coding with Swift who have JavaScript backgrounds.
          It may superficially look like Javascript but that's where the comparison ends. Once you add Cocoa into the mix and start creating complex classes and methods it looks quite different to Javascript and the problem most Javascript programmers moving to Swift will encounter is exactly this.

          Many assumptions a Javascript programmer would have about how logic performs would be wrong in Swift.

          Comment

          • dicknipples
            Formerly known as Lensman
            • May 2014
            • 654

            #6
            Originally posted by AdultKing
            It may superficially look like Javascript but that's where the comparison ends. Once you add Cocoa into the mix and start creating complex classes and methods it looks quite different to Javascript and the problem most Javascript programmers moving to Swift will encounter is exactly this.

            Many assumptions a Javascript programmer would have about how logic performs would be wrong in Swift.
            Any programmer worthy of their shit shouldn't have many issues picking up Swift.

            Comment

            • edgeprod
              Permanently Gone
              • Mar 2004
              • 10019

              #7
              There's a place at the table for both languages, but for mobile it seems like Apple is going to make Swift have less friction for the iPhone app approval process.

              Comment

              • brandonstills
                Confirmed User
                • Dec 2007
                • 1964

                #8
                I glanced at it. Definitely much better than Objective-C but I still don't like that they didn't just go with an off the shelf language that already has an ecosystem behind it. I haven't really done mobile too much other than simple Hello World apps. Personally, I think I'm going to make the shift to Android. It seems like it has much better developer support and you don't have to deal with app store bullshit.

                Brandon Stills
                Industry and programming veteran
                [email protected] | skype: brandonstills | ICQ #495-171-318

                Comment

                • AdultKing
                  Raise Your Weapon
                  • Jun 2003
                  • 15601

                  #9
                  Originally posted by edgeprod
                  There's a place at the table for both languages, but for mobile it seems like Apple is going to make Swift have less friction for the iPhone app approval process.
                  I agree and Swift certainly reduces the complexity aspect of barrier to entry of app development.

                  Originally posted by brandonstills
                  I glanced at it. Definitely much better than Objective-C but I still don't like that they didn't just go with an off the shelf language that already has an ecosystem behind it. I haven't really done mobile too much other than simple Hello World apps. Personally, I think I'm going to make the shift to Android. It seems like it has much better developer support and you don't have to deal with app store bullshit.
                  Honestly I have never seen a better, more comprehensive and cohesive development documentation and help environment than there is available in the Apple Development program. Even the built in documentation in Xcode is hard to beat when compared to Android development.

                  Comment

                  Working...