Hacker News new | past | comments | ask | show | jobs | submit login
Systems Architecture Review (hackerexperience.com)
4 points by napsterbr on June 5, 2016 | hide | past | favorite | 1 comment



The most interesting point to me is this:

Major change: Programming in Elixir proved more fun and efficient than we expected. Seeing what was already done in Python, and how much work would take to rewrite it in Elixir, we decided to move the backend completely to Elixir and Erlang/OTP.

This brings several benefits. Aside from the common advantages of using a functional language, now we have:

- a team that speaks the same language and uses the same libraries.

- higher efficiency when developing new features.

- higher reliability on all code being developed by us.




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

Search: