Learning Erlang? speedbump thread, common, small problems

后端 未结 7 382
一个人的身影
一个人的身影 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:11

    Integrating it into msvc 6, so I could use the editor, and see the results in the output window.

    I created a tool, with

    command - path to erlc

    arguments - +debug_info $(FileName)$(FileExt)

    Initial Directory - $(fileDir)

    Checked Use Output Window.

提交回复
热议问题