Compiling Erlang code on Windows

前端 未结 6 934
夕颜
夕颜 2021-02-08 03:48

I installed Erlang 13B and tried to follow the tutorials.

Every time I get to c(tut), I get an error instead of (ok, tut), so it seems like the

6条回答
  •  萌比男神i
    2021-02-08 04:27

    I recently tried Erlang on windows.

    use the console window to make sure the text editor you are using is giving your files the correct extension ie. filename.erl and not filename.erl.txt like mine was!

    when I saved my files in notepad it added .txt so I saved in unicode. fixed

提交回复
热议问题