-
Notifications
You must be signed in to change notification settings - Fork 0
skylar/learning_erlang
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published