开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜