All You Need to Know About Swift Macros | Swift Macros Deep Dive (Part 1) |

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024

ความคิดเห็น • 12

  • @vasilyrodionovich5806
    @vasilyrodionovich5806 9 หลายเดือนก่อน +3

    for sure we want an in-depth video about the Swift compiler! great job Swift Bird.

    • @Jacob-rm7vo
      @Jacob-rm7vo 9 หลายเดือนก่อน

      yes we do!

  • @kosnowman
    @kosnowman 9 หลายเดือนก่อน +1

    thanks for running the channel great quality!

    • @SwiftBird
      @SwiftBird  9 หลายเดือนก่อน

      Wow! Thank you 🙌🏻

  • @jkeee
    @jkeee 9 หลายเดือนก่อน

    Thank you for the videos man

    • @SwiftBird
      @SwiftBird  9 หลายเดือนก่อน

      Thank you for watching them! 🙌🏻

  • @larryburris6761
    @larryburris6761 9 หลายเดือนก่อน +1

    I'm enjoying the videos but I have a suggestion to make them even better. The graphics that are displayed during the video are presented and removed so quickly that it is hard to grasp what is actually being displayed. Would it be possible to leave the graphics up longer while talking about them? It would really help!

    • @SwiftBird
      @SwiftBird  9 หลายเดือนก่อน

      Sounds legit. I’ll keep an eye on those things in future videos. Thanks for the feedback!

  • @encapsulatio
    @encapsulatio 8 หลายเดือนก่อน

    Does Swift work on Linux and Windows just as well as on Mac when it comes to developer experience?
    What about developing apps that work on Android?
    Can you make a in depth episode where you go really in depth on cross platform development in Swift and also cross platform compilation of Swift software?
    Thank you!

    • @SwiftBird
      @SwiftBird  8 หลายเดือนก่อน

      Hi! Thanks for your questions!
      TBH, working with Swift just doesn’t feel right with no Xcode. The standard library, (most) open-source packages, and even (some) autocompletion work on every platform (I’ve used them to write unit tests on Ubuntu). Cross-compilation is no big deal, too. But even on the Mac, VS Code and the command line are much less enjoyable than a proper IDE. I’m a big proponent of adopting Swift outside Apple platforms (especially on the server), but the poor dev experience really slows down the progress.
      I’ve got something in the works about cross-platform development, but I want to show a real thing, because otherwise it would just be my scripting video (th-cam.com/video/WIhaZmZiEEg/w-d-xo.html) plus “and here’s how you pack this useless 1 + 1 function into a fat binary” 😅 I guess this project’s gonna take some time to finish, but it’s still one of my priorities for the channel 🤞🏻

    • @encapsulatio
      @encapsulatio 8 หลายเดือนก่อน

      @@SwiftBird Thanks. To me Swift is in the sweet spot in the sense it has good defaults, modern features, has a mission to get better and better c++ interoperability and even gives you most of the Rust features but without being forced to use a borrow checker when I don't actually need. I just don't want to be forced into using a Mac to develop software and that is a big show stopper. I subscribed, hope you can make a fair assessment on how is cross platform development going to work...especially the Android compatibility and if I can make apps on Android without too many hassles and how good is multiplatform development compared to Kotlin Multiplatform?
      The only other ergonomic candidates besides Swift are Nim and Odin, but I would prefer Swift in the sense that it has way more developers and libraries already developed in it's ecosystem. In the perfect world Nim would win but the tooling and available libraries for it right now does not make it a good candidate even if I think the language is better in itself than everything else I've tried.

  • @d_e_e_p_a_k_000
    @d_e_e_p_a_k_000 8 หลายเดือนก่อน

    Sure, swift compiler