Live data from Hacker News

Viewing profile — mannuch

mannuch

HN member
Joined
Wed, Jan 15, 2020, 8:41 PM UTC
HN karma
185
Public activity
15 items

About mannuch

No profile information was provided.

Recent public activity

  1. comment
    Comment #40701142

    Well I for one appreciate Swift’s focus on ergonomics and progressive disclosure. I think Rust is great, but I don’t see it as a great application-level programming language. I thi…

  2. comment
    Comment #40692859

    Rust is much less ergonomic than Swift, especially for application-level development. I like to think about it like this: Rust forces you to think about memory where Swift doesn’t.…

  3. story
  4. comment
    Comment #40664039

    Swift has had first-class C interop for a long time. It is only C++ interop that is more experimental/in-progress.

  5. comment
    Comment #40663996

    First of all, traditional (tracing) GCs require more expensive runtimes and consume much more memory. ARCs are also much more predictable in their behavior and pave the way for gre…

  6. comment
    Comment #40661207

    https://github.com/apple/swift-for-wasm-examples?tab=readme-...

  7. story
  8. story
  9. story
  10. comment
    Comment #40375691

    I don't think this blog post ever intended to provide a comprehensive comparison between Swift/Vapor and other languages/frameworks. I think the bigger lesson from this writeup is …

  11. comment
    Comment #40375639

    Swift has a pretty good VSCode extension these days actually. Check out https://marketplace.visualstudio.com/items?itemName=sswg.swi...

  12. comment
    Comment #40375611

    Yeah I get that it's frustrating. But it is open source, and there isn't anything stopping you or anyone else from making contributions that bring the language to more places. Sure…

  13. comment
    Comment #40042796

    How recent were your experiences? The server-side Swift ecosystem has matured over the past few years, with specific attention from teams at Apple. For example, regarding JSON, the…

  14. comment
    Comment #38750695

    For sure! Yeah I think a lot of people don’t realize that there’s actually a ton of really interesting work going on in Swift that is very relevant to the current conversation arou…

  15. comment
    Comment #38742594

    I wonder what the author thinks about Swift’s new C++ interop story? Since the Swift compiler includes Clang, and can thus compile both your C++ and Swift into LLVM IR, without the…