Learning Erlang? speedbump thread, common, small problems

后端 未结 7 384
一个人的身影
一个人的身影 2021-01-31 06:17

I just want know all the small problems that got between you and your final solution when you were new to Erlang.

For example, here are the first speedbumps I had:

相关标签:
7条回答
  • 2021-01-31 07:15

    The thing that took me the most time to get my head around was just the idea of structuring my code entirely around function calls and message passing. The rest of it either just fell out from there (spawning, remote nodes) or felt like the usual stuff you've got to learn in any new language (syntax, stdlib).

    0 讨论(0)
提交回复
热议问题