热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

哪里可以找到“BIF”的好的erlang参考?-wherecanIfindgooderlangreferencefor“BIFs”?

IhaveProgrammingErlangbookalreadyandIusehttp:www.erlang.orgsite.ButIcantfindgood

I have Programming Erlang book already and I use http://www.erlang.org/ site.
But I can't find good reference site for BIFs and modules like lists:duplicate. I found brief explanation from the end of Programming Erlang book but I need more ;( (about parameters, example code.. etc)

anybody can help me out about this?
thanks

我已经编写了Erlang编程书,我使用http://www.erlang.org/ site。但我找不到BIF和模块之类的好的参考站点,如列表:复制。我从编程Erlang书的末尾找到了简短的解释,但我需要更多;((关于参数,示例代码......等)任何人都可以帮我解决这个问题?谢谢

3 个解决方案

#1


How about this page on the Erlang website? For example, you can find documentation for the lists module here.

在Erlang网站上这个页面怎么样?例如,您可以在此处找到列表模块的文档。

#2


The erlang module documentation notes BIFs, and notes which can appear in guards. If you've installed the manpages you can also view the erlang module with erl -man erlang.

erlang模块文档记录了BIF,以及可以出现在警卫中的注释。如果您已安装了联机帮助页,则还可以使用erl -man erlang查看erlang模块。

#3


late update: Aug 09

最新更新:2009年8月

this is kind of like Railsapi.com

这有点像Railsapi.com

http://erlapi.prepor.ru/docs/

http://groups.google.com/group/erlang-programming/browse_frm/thread/1e5bcaf304ef249f/1b3d0d676603a81d?lnk=gst&q=erlapi#

source:

http://github.com/prepor/erlapi-static/tree/master


also:

http://erldocs.com/otp_src_R13B/

http://www.gotapi.com/erlang

http://www.dpawson.co.uk/erlang/


推荐阅读
author-avatar
blue暗紫天堂
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有