Up to tag cloud
Subscribe to an RSS feed for this tag
Subscribe to an RSS feed for this tag
Entries tagged with Erlang
-
Title: Writing Join in Erlang
Tags: Erlang functionalErlang doesn't have a built in function for joining strings, and so I sat down to put one together quickly. A quick look at two different ways that join can be implemented.
-
Title: Thoughts on Dating Erlang
Tags: Erlang functionalI have been working on a project using Erlang for the last few days, and have been enjoying it a good bit. Its given me a few topics to think about: message passing and functional string handling, among others.