Hot code replacement in erlang

前端 未结 4 2254
栀梦
栀梦 2020-12-23 10:59

I am working on my first real project in erlang, however, this code is simplified for brevity. I want to be able to load a newer version of a file into my project r

4条回答
  •  一整个雨季
    2020-12-23 11:08

    In addition to the above I'd like to notice that some tools that reload code automatically for you exist.

    You should have a look at sync or active projects.

提交回复
热议问题