I’ve recently been intrigued by RabbitMQ which is an implementation of AMPQ (Advanced Message Queuing Protocol) written in Erlang. Here’s the short and sweet installation instructions for Erlang on Mac OS X:
按照上面的步骤安装完之后,在终端下输入:erl,显示如下,“>”提示表示了系统正在等待输入。
MacBookPro:otp_src_R14A shang$ erl
Erlang R14A (erts-5.8) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
Eshell V5.8 (abort with ^G)
1>
For more information about Erlang: