Erlang Inside header image

Playdar reduces codebase by 75% by rewriting music app in Erlang

playdar_logoPlaydar, an open-source ‘music content resolver service’ that finds music on your local computers or your friends’ computers, then streams that music to you, rewrote the code in Erlang. From the original C++ codebase, Richard Jones reduced the lines of code by 75% – from 8000 to 2000 lines of code… The code is on github and the old source is available if you want to compare the two. The biggest hurdle Richard has yet to overcome is the redistributable binary is about 10MB vs 2.5 MB for the C++ version. Does Erlang have a future in desktop applications outside of CouchDB?

1 Comment on “Playdar reduces codebase by 75% by rewriting music app in Erlang”

  1. #1 Abdul Fattah Mahran
    on Nov 15th, 2009 at 5:27 am

    You can try wx widgets in Erlang
    http://www.erlang.org/doc/apps/wx/

Leave a Comment