Up to tag cloud
Subscribe to an RSS feed for this tag

Entries tagged with Erlang

  1. Title: Writing Join in Erlang
    Tags: Erlang functional

    Erlang 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.

  2. Title: Thoughts on Dating Erlang
    Tags: Erlang functional

    I 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.