mirror of
https://github.com/zaphar/jeremy.marzhillstudios.com.git
synced 2025-07-22 19:39:56 -04:00
21 lines
839 B
YAML
21 lines
839 B
YAML
|
title: Learning Erlang
|
||
|
time: 2007-09-17 03:21:21
|
||
|
tags:
|
||
|
- Site-News
|
||
|
- erlang
|
||
|
- etap
|
||
|
- Open-Source
|
||
|
- OSS-Apps
|
||
|
- Testing
|
||
|
content: |
|
||
|
I have taken on the task of learning erlang. I was trying to decide between
|
||
|
learninng Haskell, OCaml, or Erlang. OCaml, I decided against since it had too
|
||
|
close a similarity to C and I wanted to really stretch myself.
|
||
|
Haskell and Erlang both fit that bill however I found the Erlang
|
||
|
Documentation to be far better for someone completely new to the functional
|
||
|
programming world. Haskell's idea of a tutorial tried to cover too many
|
||
|
concepts at once and took too long to get to the hands on stuff. Also erlang
|
||
|
offered the opportunity to learn Distributed programming concepts along the way
|
||
|
so erlang it was. You can see my first erlang project
|
||
|
[etap here](http://github.com/zaphar/etap).
|