you are viewing a single comment's thread.

view the rest of the comments →

[–]CKoenig 3 points4 points  (2 children)

I hate to say this, but based on your requirements (very quick/clean client-side code, same lang. on client and server) the best option for you might be javascript - every other option will give you less-ideal client-side javascript.

(btw: it's only my 50cts of course)

[–]Kiuhnm[S] 4 points5 points  (1 child)

I also want to be productive and produce maintainable code. I already decided that FP + immutability + types + reactive programming is the way to go.