タグ

ブックマーク / e2project.org (2)

  • GHN Url Shortener

    ita-wasa
    ita-wasa 2012/02/01
    e2 is an experimental project that aims to simplify Erlang/OTP development and improve developer productivity. e2 is very new – but it is being used in production applications. Get the latest source code from the e2 repository on githib and refer to this documentation [1]. If you have questions or
  • Introduction — e2 Documentation

    ita-wasa
    ita-wasa 2012/02/01
    Here’s the same service in e2: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 -module(ping_service). -behavior(e2_service). -export([start_link/0, ping/0, handle_ping/2]). start_link() -> e2_service:start_link(?MODULE, []). ping() -> e2_service:call(?MODULE, {handle_ping, []}). handle_ping(_F
  • 1