#title Erlang Programming [[TableOfContents]] 어려워서 못해먹것다 --2012-12-12 그냥 이것도 저것도 하기 싫을 때 할 수 있는 취미가 필요하다. 그래서 다시 시작해 본다. --2014-04-06 ==== Erlang Basic ==== * [http://ko.wikipedia.org/wiki/%ED%95%A8%EC%88%98%ED%98%95_%EC%96%B8%EC%96%B4 함수형 프로그래밍] * [http://cafe.naver.com/erlang.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=16 Actor Model이란?] * [Erlang의 특징과 개념] * [Erlang 예제정리] * [http://benchmarksgame.alioth.debian.org/u64q/erlang.php 성능/예제] ==== An Erlang Cource ==== * 참고-> http://erlang.org/course/course.html * [Sequential Programming] * [Concurrent Programming] * [Error handling] * [Advanced Topics ] ==== 참고자료 ==== * [http://blog.eairship.kr/category/%EC%88%98%ED%95%99/%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%98/%EC%9E%90%EB%A3%8C%EA%B5%AC%EC%A1%B0 알고리즘/자료구조에 대한 설명] * [http://kwangshin.pe.kr/blog/2013/01/21/%EB%B2%88%EC%97%AD-%ED%95%A8%EC%88%98%ED%98%95-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8Dfunctional-programming-%EA%B8%B0%EC%B4%88/ 함수형 프로그래밍(Functional Programming) 기초] * http://discoproject.org/ --> erlang으로 구현한 mapreduce framework라고 해야 하나? hadoop의 구현인가? 암턴.. 그런거 * Download * http://x.cygwin.com/ * http://erlang.org/ * [http://erlide.sourceforge.net/erlide.html Eclipse Plugin] * [http://ftp.sunet.se/pub/lang/erlang/examples/ Erlang example programs] --> Joe Armstrong * http://erlangexamples.com/ * [https://github.com/devinus/sqerl sqerl] * http://en.wikibooks.org/wiki/Erlang_Programming/Making_Parsers_with_yecc * http://discoproject.org/ --> {{{Disco is a distributed computing framework based on the MapReduce paradigm}}} * [http://www.ibm.com/developerworks/kr/library/os-erlang2/index.html Erlang 프로그래밍 소개, Part 2: 고급 기능 사용하기] * [http://www.ibm.com/developerworks/kr/library/os-erlang1/index.html#list21 Erlang 프로그래밍 소개, Part 1: 기본 사항] * [http://www.ibm.com/developerworks/kr/aix/library/au-learning_erlang/index.html UNIX 개발자 관점에서 Erlang 배우기] * http://blog.naver.com/PostList.nhn?blogId=seban21&parentCategoryNo=80¤tPage=2 ---> 블로그다 * 리액(Riak) -> erlang사용하는 NoSQL 이란다.. * [http://code.google.com/p/erlinda/ Parallel computing framework for Erlang - erlinda] * [http://amnesia.sourceforge.net/user_manual/manual.html AMNESIA - An Erlang Relational Database Interface] * [http://www.developer.com/db/article.php/10920_3864331_1/Mnesia-A-Distributed-DBMS-Rooted-in-Concurrency.htm A Distributed DBMS Rooted in Concurrency] * http://cean.process-one.net/downloads/ * http://jungerl.sourceforge.net/ * http://www.erlang.se/publications/xjobb/sql_compiler_report.pdf * http://www.planeterlang.org/ * http://erlang.devsky.org/mnesia * [http://www.ibm.com/developerworks/kr/library/opendw/20080520/ Yaws와 ErlyWeb을 이용한 얼랭 웹 개발, Part 1: Yaws와 얼랭] * [http://www.ibm.com/developerworks/kr/library/opendw/20080617/ 얼랭(Erlang) 웹 프로그래밍, Part 2: ErlyWeb을 이용한 웹 개발] * [http://www.ibm.com/developerworks/kr/library/opendw/20080715/ 얼랭(Erlang) 웹 프로그래밍, Part 3: RESTful 웹 서비스와 Erlang/OTP] * [http://www.kimjuhoon.com/_sub_opal/ Functional Programming Language OPAL] * http://yaws.hyber.org/ * [http://couchdb.apache.org/ CouchDB(Document Oriented Database System)] * http://www.getangular.com/ * http://flyburi.com/473 * [http://code.google.com/p/scalaris/ Scalaris] * attachment:armstrong_thesis_2003.pdf * http://www.trapexit.org * http://en.wikibooks.org/wiki/Category:Erlang_Programming * http://armstrongonsoftware.blogspot.com/ * http://www.redhoterlang.com/ * [http://teamblog.joinc.co.kr/yundream/428 Erlang 공부 Sequential Programming] * [http://blog.naver.com/seban21?Redirect=Log&logNo=70072552592 Network Programming in Erlang] * [http://yarivsblog.com/articles/2009/03/09/parallel-merge-sort-in-erlang/ Parallel merge sort in Erlang] * [http://tamale.net/erlang/tutorial.shtml Erlang for C C++ and Java Programmers] ==== 병렬처리 ==== * [http://dcslab.snu.ac.kr/courses/pp2006/ Introduction to Parallel & Distributed Programming] * [http://comp-cse.sch.ac.kr/professor/G_lecture04_2/422 분산 및 병렬처리시스템] * [http://comp-cse.sch.ac.kr/professor/G_lecture04_2/422 병렬처리특론]