Erlang
■download
Mar 28, 2007 R11B-4
■説明
- http://ja.wikipedia.org/wiki/Erlang
- Joe Armstrong (2003). "Making reliable distributed systems in the presence of hardware errors".
- http://jp.rubyist.net/magazine/?0017-Legwork
- http://www.kmonos.net/alang/etc/erlang.php
- http://d.hatena.ne.jp/keyword/Erlang
- http://en.wikipedia.org/wiki/Erlang_programming_language
■感想など
■Yaws
- Apache vs. Yaws http://www.sics.se/~joe/apachevsyaws.html
- Yaws http://yaws.hyber.org/
- http://yaws.hyber.org/download/
- http://yaws.hyber.org/configuration.yaws
- Erlang + Yaws vs. Ruby on Rails http://yarivsblog.com/articles/2006/07/11/erlang-yaws-vs-ruby-on-rails
■Wiki
> mkdir /home/joe/installed > cp wiki.tgz /home/joe/installed > cd /home/joe/installed > tar -xzvf wiki.tgz > ... wiki is unpacked into a sub-directory called wiki > cd wiki > make
- wiki.sh
## You will have to edit the following three variables ## $ROOT = path to the wiki code and store ## $PORT = port to run as ## $ERL = location of erlang ROOT=/home/joe/wiki PORT=4999 ERL=/home/joe/installed/otp_src_R8B-2/bin/erl
> cd /home/joe/installed/wiki > emacs wiki.sh ... edit environment variables
> cd /home/joe/installed/wiki
./wiki.sh debug
Erlang (BEAM) emulator version 5.1.2 [source]
Eshell V5.1.2 (abort with ^G)
1> Start:{'4992','/home/joe/installed/wiki/store'}
Starting a port server on 4992...
# start my local demons /etc/rc.d/joe_services.sh &
- joe_services.sh
#!/bin/sh
## start my local demons
for i in /home/joe/services/*.sh
do
/bin/su joe $i start
done
■他
- http://b.hatena.ne.jp/t/erlang
- http://www.hyuki.com/yukiwiki/wiki.cgi?TenQuestionsWithJoeArmstrong
- http://www.trapexit.org/ ←チュートリアル
- http://www.rabbitmq.com/
- Multicore Programming Primerが面白すぎる http://kzk9.net/blog/2007/01/multicore_programming_primer.html
- 「次」の言語 http://www.rubyist.net/~matz/20070418.html#p05
- http://www.pragmaticprogrammer.com/articles/erlang.html
- PDFを全部downloadした。
- http://schemecookbook.org/Erlang/
- How to write an RSS aggregator http://wiki.trapexit.org/index.php/How_to_write_an_RSS_aggregator
Last modified: 2007-05-02