Skip to content

skylar/learning_erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of simple erlang programs that are collected
here as I learn erlang.

Here's what's contained, and the order in which I wrote them:

echo_server - a simple tcp echo server that accepts a connection,
              echo's packets back, and exits
echo_server_multiple - a more complex tcp echo server that spawns
              one process per connection and can handle multiple
			  connections in parallel
parse_csv -   A program to read from stdin, parsing CSV data into
              distinct strings.

About

My playground as I learn erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published