February Meeting

Posted: January 31, 2009 by Alex Miller in Uncategorized
Tags: , , ,

The February meeting is just around the corner this coming Thursday February 5th at 6 pm.

On tap for this month:

  • Nate Young – Functional programming with Javascript
  • Alex Miller – Actor concurrency with Erlang

Nate will be talking about some aspects of the Lambda Calculus and how they can be implemented in Javascript and how to use method chaining/continuation passing to develop event-driven web pages.

Alex will be talking about actor concurrency, which is a different model for concurrency than the more common shared state and locks model that is prevalent today. It’s based on processes (light-weight user-space threads) and message-passing. Erlang is probably the best-known language to embrace actor concurrency and will be the focus of the examples.

More info:

Hope to see you there!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s