GitHub - redneckbeard/thanos: Ruby → Go at the snap of your fingers.
Ruby → Go at the snap of your fingers. Contribute to redneckbeard/thanos development by creating an account on GitHub.
Read in full here:
This thread was posted by one of our members via one of our news source trackers.
2 Likes
Interesting… not something I was expecting but looks cool.
1 Like
Well, I’m not sure converting Ruby to Go is a “good” thing to do.
I’ve worked with codebases in Ruby with Rails and some Go µS/workers, all the Go code was written with Go in mind, with idiomatic Go.
Prototyping in Ruby or Go is pretty much the same…
Nice POC anyway.
2 Likes
Instead of writing in Ruby and transpiling to Go, why not just write it in Crystal? Anyway, as @Maartz said, “Nice POC anyway”.
4 Likes
That’s so true!
I got the Crystal book from @AstonJ but I barely got time to read it tho… I’d like to give Crystal more time.
3 Likes
I’ve looked at both Lucky and Amber, and Amber seems to be the more rails-ish. Furthermore, the ORM Jenifer seems to be a terrific ActiveRecord like too. Compared to Granite so to speak.
3 Likes
I liked Amber and the way they provided more than one ORM options. I don’t know about the current status, but at one point Amber’s development kind of stalled.
3 Likes