Hacker News new | ask | show | jobs
by jeremyevans 4329 days ago
The basic design for Roda was taken from Cuba (it's a fork of Cuba), and I think if you read the Roda source, you wouldn't find it difficult to understand.

There are certainly parts of Sequel that are overly clever, I won't argue that. But compared to similar libraries, I don't think it's worse in that department.

2 comments

I knew it felt familiar to me :) My first public side project was built with Cuba. Indeed, I contributed i18n to cuba-contrib around 2011 [0]

Nice to see new ideas around web frameworks. Kudos!

[0] https://github.com/imdario/cuba-contrib/commits/master

Few days later... I did my own routing tree in Go https://github.com/imdario/medeina

Thanks for the inspiration!

Full disclosure: it's been years and major revisions since I looked at Sequel code, so my criticism may well be outdated.