开发者

Is erlang considered managed or do you have to handle memory/pointers?

开发者 https://www.devze.com 2022-12-13 06:18 出处:网络
Is erlang considered managed or do you have t开发者_如何学Goo handle memory/pointers?According to Craig Stuntz, all functional languages use garbage collection, which essentially means that they are m

Is erlang considered managed or do you have t开发者_如何学Goo handle memory/pointers?


According to Craig Stuntz, all functional languages use garbage collection, which essentially means that they are managed languages. Functional programming features do not work well with the semantics of explicit memory release.

Garbage Collection in Erlang
http://prog21.dadgum.com/16.html


I can assure you, you don't have to deal with pointers in Erlang as there is none of these (yeah!).

0

精彩评论

暂无评论...
验证码 换一张
取 消