Viewing profile — mannuch
mannuch
HN member- Joined
- Wed, Jan 15, 2020, 8:41 PM UTC
- HN karma
- 185
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About mannuch
No profile information was provided.
Recent public activity
-
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…
-
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.…
- story
-
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.
-
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…
-
comment
Comment #40661207
https://github.com/apple/swift-for-wasm-examples?tab=readme-...
- story
- story
- story
-
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 …
-
comment
Comment #40375639
Swift has a pretty good VSCode extension these days actually. Check out https://marketplace.visualstudio.com/items?itemName=sswg.swi...
-
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…
-
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…
-
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…
-
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…