Y
Hacker News
new
|
ask
|
show
|
jobs
by
unquietwiki
457 days ago
This looks like an almost pure Golang program, but still has a Ruby dependency. Is there a component/library that Ruby provides, that Go doesn't have? Or some other logic going on?
1 comments
ajanuary
456 days ago
I’m pretty sure it’s just using Ruby for rake, which is a task runner. So Ruby is only needed for the build process.
link