33-45 Parr Street
Liverpool, England L1 4JN

Two short talks this month:

Hakim Cassimally
People like to claim Perl is line noise, with its sigils and regular expressions. But a lot of the features that make it possible to write, yes, truly awful, unreadable Perl, also let you write clean, maintainable code too.

* those $%&* sigils!
* There's More Than One Way To Do It
* strings and data structures
* map, grep, first class functions
* metaprogramming and the CPAN
* modern Object Oriented programming with Moose

And a talk from Martin Owen on Erlang, details to follow

Help us choose talks!

What is GeekUp?
GeekUp is a community of web designers, web developers, and other tech-minded folk from the North West. Our socials take place once a month in Leeds, Liverpool and Manchester and are always a lively place to share ideas and spread a little knowledge.

Who can attend GeekUp?
While the focus for GeekUp is predominately web related anybody involved in the technology industry is more than welcome to attend a GeekUp. The monthly events are free, we just ask that you buy your own beer.

Official Website: http://geekup.org

Added by tshannon on May 16, 2008

Comments

martinowen

Apologies for not getting any details of the Erlang talk but I only put it together today! If we're only starting at 7:30 it might be better to just let Hakim talk, otherwise there'll be no time for general chat!

Anyway the title is "Why Functional Programming? - An Attempt to Justify Erlang's Existence." Following on from Chris Alcock's F# talk at the .NET group the other day I'll try to get across how a functional programming language like Erlang can help write concurrent programs, and why concurrency is becoming so important.

osfameron2

I've posted the slides for the Perl talk to

http://greenokapi.net/talks/ReadablePerl.pdf

The talk is distributed under the Creative Commons Attribution-Non-Commercial 2.0 UK: England & Wales license.
Comments and questions welcome!

Hakim