English 中文(简体)
Erlang demo app?
原标题:Erlang demo app?
  • 时间:2011-03-17 20:18:04
  •  标签:
  • erlang

I m in a group at work reading Seven Languages in Seven Weeks by Bruce A. Tate and we are having a presentation on one language each week. I m partially responsible for Erlang in 2 weeks and am looking for a good demo app that would show off the strengths of Erlang. I plan to go through the programming exercises in the book, but am looking for that little, interesting app for the demo. I will need to be able to write it in just a few hours once I become more familiar with the language. Any suggestions are welcome.

最佳回答

页: 1 为了显示某些名单职能,我接着收到一份。 感谢Adam和Mazen的想法。

问题回答

I ran a neat demo at Dyncon in Stockholm last weekend: https://gist.github.com/854389

它是一种“病毒”,在连接点之间跳跃(参加者从机器上开始,与已经“受感染”的探测器连接)。

它非常出色地减少了蚊的分布。 作为补充,我开始了埃尔兰壳,并发现了100多万个闲置过程(等待着一个房间),每千个工序都印在炮弹上,直到我手提电脑失去记忆。 Very nice effect. :-

如果你想要你,你可以看一看。 图书馆更多是审委会的图书馆,但符合审调处的要求。 易于理解、使用和借鉴(README档案中的例子),因此我认为第一个项目是好的。

您可在此查阅:





相关问题
How big can Erlang DETS be and what to do if its too small?

All I need is a large persistent lookup table in Erlang and dets seems like just the thing though I need a definative answer to: just how big the total size of the binaries in the table can be. how ...

passing events from erlang to Clojure

I m looking for a way to pass events back and forth between Clojure and erlang. has someone done this before? how should I encode the (immutable) messages in a flaxable general way? Should IPC be ...

How to send a push notification using Erlang?

I m trying to send a push notification to APNs using Erlang. This is the code I came up with so far: -module(apnstest2). -export([connect/0]). connect() -> application:start(ssl), ssl:...

How do I build a DNS Query record in Erlang?

I am building a native Bonjour / Zeroconf library and need to build DNS query records to broadcast off to the other machines. I have tried looking thru the Erlang source code but as I am relatively ...

AccessViolation when calling unmanaged dll

When calling an unmanaged Dll from a c# application I get an AccessViolationException. The strange thing is that the exported function has no arguments, so the problem is not in the Marshalling of ...

How to enable active sockets in a Mochiweb application?

Does anyone know how to enable active instead of passive sockets in a Mochiweb application. Specifically, I am trying to adapt http://www.metabrew.com/article/a-million-user-comet-application-with-...

How to convert numbers to words in Erlang?

I found this interesting question about converting numbers into "words": Code Golf: Number to Words I would really like to see how you would implement this efficiently in Erlang.

热门标签