Comment on Should I even attempt something of this complexity in Rails?parentComments−staunch19yI wouldn't consider Ruby a risky choice for implementing something like DabbleDB -- I'd call it the safe choice. Choosing the technology is one of the greatest perks of doing your own thing.−drop19OP19yI'm only thinking in terms of what's possible. Can I build something like that without continuations? What's what I'm wondering.−staunch19yCan't you do continuations in Ruby? Anyway I'm sure you could do it with simple RoR sessions.
Comments
I wouldn't consider Ruby a risky choice for implementing something like DabbleDB -- I'd call it the safe choice. Choosing the technology is one of the greatest perks of doing your own thing.
I'm only thinking in terms of what's possible. Can I build something like that without continuations? What's what I'm wondering.
Can't you do continuations in Ruby? Anyway I'm sure you could do it with simple RoR sessions.