This is part of a series on the Erlang Exercises which is a great set of programming problems that challenge you to implement solutions to some common Erlang problems. I’m going to share some of my solutions to these problems.
Robustness in Erlang, and use of a graphics package
Excercise: Create a window containing three buttons: Quit [...]
Archives for posts tagged ‘erlang exercises’
Erlang Examples: GUIs and Error Handling
Thursday, 31 July 2008
Erlang Examples: Talk with Erlang
Friday, 30 May 2008
This is part of a series on the Erlang Exercises which is a great set of programming problems that challenge you to implement solutions to some common Erlang problems. I’m going to share some of my solutions to these problems.
Implementing Talk with Distributed Erlang
Make a simple Talk program that makes it possible to chat with [...]
Erlang Examples: Talk with Sockets
Thursday, 29 May 2008
This is part of a series on the Erlang Exercises which is a great set of programming problems that challenge you to implement solutions to some common Erlang problems. I’m going to share some of my solutions to these problems.
Erlang using UNIX sockets
Do you want to talk with a friend on another machine? Shouldn’t it [...]
Erlang Example: Star Messages
Thursday, 29 May 2008
This is part of a series on the Erlang Exercises which is a great set of programming problems that challenge you to implement solutions to some common Erlang problems. I’m going to share some of my solutions to these problems.
Interaction between processes, Concurrency
3) Write a function which starts N processes in a star, and sends [...]
Erlang Example: Min and Max Element of a List
Wednesday, 28 May 2008
This is part of a series on the Erlang Exercises which is a great set of programming problems that challenge you to implement solutions to some common Erlang problems. I’m going to share some of my solutions to these problems.
Simple recursive programs
1. Write a function lists1:min(L) which returns the mini- mum element of the list [...]
Erlang Exercises: Ring Messages
Wednesday, 28 May 2008
Erlang Exercises has a great little series of programming problems that challenge you to implement solutions to some common Erlang problems. It’s a great way to learn the language. I’m going to share some of my solutions to these problems. Maybe for some discussion, maybe for some feedback from some people more experienced with Erlang, [...]