This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is pu... 続きを読む
Erlang has two built-in interoperability mechanisms. One is distributed Erlang nodes and the other one is ports. Ports provide the basic Erlang mechanism for communication with the external world. They provide a byte-oriented interface to an ... 続きを読む
Meeting high expectations for high performance instant messaging servers For the ejabberd development community This ejabberd web site is maintained by ProcessOne, a leading developer of ejabberd-based systems. It provides a valuable source o... 続きを読む
exmpp is a fast and scalable library for the Extensible Messaging and Presence Protocol (XMPP) written in Erlang/OTP. exmpp has several strong features: Based on Erlang message reception and pattern matching. The programming style is close to... 続きを読む
翻訳記事集原文:http://www.erlang.org/eeps/eep-0008.html 訳注: -compiler attributeは、プログラミングErlangに準拠して、「モジュール属性」と しています。termはそのままtermとしています。 EEP: 8 Title: 型と関数の仕様定義 Version: $Revision: 52 $ ... 続きを読む
Open-source Erlang distribution site· About erlang.org · Downloads · Links · FAQs + mailing lists · Enhancements · Getting started · Documentation · Examples · Mirrors For comments or questions about this site, contact webmaster@erlang.org 続きを読む
Abstract This EEP describes an extension to the Erlang language for declaring sets of Erlang terms to form a particular type, effectively forming a specific subtype of the set of all Erlang terms. Subsequently, these types can be used to spec... 続きを読む
並列処理指向で関数型のプログラミング言語であるErlangの入門サイトtop World ! {message, "why erlang"} 更新 最終更新日 08年 07/23 "gen_fsm 1" "マニュアル getting started with Erlang"を追加。 9月あたりまで多忙のため、不定期更新となります。 現在、... 続きを読む
文字列 文字列を数値に変換する list_to_integer("123"). % 123 list_to_integer("-10"). % -10 n進数の文字列を数値に変換する u は指定した基数で変換、# は文字列が表現している基数で変換します。 io_lib:fread("~16u", "100"). % {ok,[256],[]} io_lib:fre... 続きを読む
Programming, language, java, Computer, Basic, Code, programmer, linux, development, On, Application, sun, Eclipse, j2ee, Flex, RIA, AdobeFlex, Tutorial, JSF, JSP, persistence, glassfish, toplink, openjpa, ejp 続きを読む
Erlang何か新しい言語を習得しよう!そうしよう!と思い立ち、話題のモテ系言語 Erlang の勉強を決意しました。オブジェクト指向プログラミング言語、それも Java と C++ を大学でちょろっと触ってたくらいのペーペーのボクが、関数型言語なんてスマートでアカ... 続きを読む