Live data from Hacker News

Swifton: Ruby on Rails-inspired web framework for Swift

github.com

61–70 of 74 posts

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#61
post #37
post #8

Seems to me like the real challenge in those framework (excepting performance, of course) will be in the orm component. Having a library that can query a db in a typesafe way is a must. Another will be in the concurrency patterns ( promises ? Coroutines ?, etc). But i get a great hope that they will succeed. Having a strong open source community will help. In fact, i'm so fed up with the sad state of uikit right now,…

Swift concurrency is interesting topic for sure, looks like language isn't actually built around concurrency unlike other popular new languages these days. Interesting document here about Swift concurrency https://github.com/apple/swift/blob/master/docs/proposals/Co...

You mean like Erlang and Go?

Everything else uses concurrency via libraries, which is the right way to do it, because there isn't a solution that fits everywhere.

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#63
post #49

Earlier quoted context omitted.

I wonder if something like Realm.io will be adopted more widely https://realm.io/docs/swift/latest/ They seem to have adoption in some bigger companies, but I don't know if any of them are using the Swift version yet.

Last month, about 60% of our iOS users already used Swift, and the gap in favor of Swift is growing very quickly (it was 50/50 in November 2015). Some of our Swift users you’d probably expect: apps from Vimeo, Digg, Hipmunk or Misfit wearables. But in the past 1-2 months we’ve seen Swift + Realm apps from some real large companies like Cisco, the NFL, NBC Universal, GoDaddy and 7-Eleven. I hope this helps!

I'd love to use realm, but for now i'm still hesitating. One reason is that you're using your own custom storage engine, and building a reliable one is hard. You should release some jespen-like testbench to prove how robust your technology is.

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#64
post #42
post #35

Earlier quoted context omitted.

It's fun. You don't have to get offended. It's just a silly picture. No one was harmed in it's making. Stop wasting people's time, let them focus on productive aspects of the project.

Please explain: how is it fun exactly? Do you enjoy the image of a bound woman about to be hit by a train? Does your girlfriend / wife / mother find this image "fun"?

Certainly Taylor Swift did, no?

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#65

I am mainly a hobbyist/newbie that recently started to learn Ruby, and Ruby on Rails. While I like them both, I would prefer to just work in Swift. How soon does HN expect a Swift-based framework that is comparable to the maturity of Rails, or other powerful frameworks for that matter? Do you think Apple might jump in and introduce one of their own?

[deleted]

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#66

I am mainly a hobbyist/newbie that recently started to learn Ruby, and Ruby on Rails. While I like them both, I would prefer to just work in Swift. How soon does HN expect a Swift-based framework that is comparable to the maturity of Rails, or other powerful frameworks for that matter? Do you think Apple might jump in and introduce one of their own?

Years, if ever. Things like Rails are very major based on the experience of thousands of developers.

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#67
post #42
post #35

Earlier quoted context omitted.

It's fun. You don't have to get offended. It's just a silly picture. No one was harmed in it's making. Stop wasting people's time, let them focus on productive aspects of the project.

Please explain: how is it fun exactly? Do you enjoy the image of a bound woman about to be hit by a train? Does your girlfriend / wife / mother find this image "fun"?

It is a reference to Taylor Swift combined with Ruby on Rails. That sort of makes sense. I assume they wanted to combine rails and Taylor swift somehow and this seems like on easy way of doing it.

I reacted a bit like you, but given that this only makes sense with Taylor Swift, I figured okay, whatever no need to moralize over this one.

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#69
post #61
post #37

Earlier quoted context omitted.

Swift concurrency is interesting topic for sure, looks like language isn't actually built around concurrency unlike other popular new languages these days. Interesting document here about Swift concurrency https://github.com/apple/swift/blob/master/docs/proposals/Co...

You mean like Erlang and Go? Everything else uses concurrency via libraries, which is the right way to do it, because there isn't a solution that fits everywhere.

Not everything else, Rust, OCalm just to name a few. Maybe it's just recent hype of such languages, but it definitely fits very well in some situations.

Re: Swifton: Ruby on Rails-inspired web framework for Swift

#70
post #69
post #61

Earlier quoted context omitted.

You mean like Erlang and Go? Everything else uses concurrency via libraries, which is the right way to do it, because there isn't a solution that fits everywhere.

Not everything else, Rust, OCalm just to name a few. Maybe it's just recent hype of such languages, but it definitely fits very well in some situations.

Both Rust and OCaml have library support for concurrency, it is not hardcoded in the language like Go.
Post reply on HN