Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The latest service I built kept a list of urls to poll in a database and it polls/processes/sends off the result. Using a http and ORM library I found this task to be pretty much the same difficulty as doing it in Ruby only it was far more reliable than Ruby.

Making HTTP requests and using an ORM in rust wasn't harder than in Ruby. I didn't have to think much about the borrow checker or memory as it was all single threaded simple stuff.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: