Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Don't change a thing. Just be lazy. #81

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions mdub-functional/README.md
@@ -0,0 +1,21 @@
# Don't change a thing. Just be lazy.

What lessons can we learn from functional languages?

This talk concentrates on two techniques common in functional programming: *immutable data*, and *lazy evaluation*.

We'll look at how such techniques can be implemented in Ruby, and examine how they can improve performance, support thread-safety, ease testing, and reduce bugs.

## Mike Williams

Mike works at Cogent, as a Ruby/Agile developer/architect/consultant. There he solves problems for a variety of clients, using mainly Ruby, and the power of surprise. He's written numerous Ruby gems you've probably never heard of, and was the founding host of the Melbourne Ruby users' group.

![Profile picture](profile_picture.jpg)

- [My website](http://dogbiscuit.org/mdub/)
- [My twitter](https://twitter.com/woollyams)
- [My GitHub](https://github.com/mdub)

### Past talk slides

- [Enumerable, and the art of being lazy](http://mdub.github.com/art-of-being-lazy/)
Binary file added mdub-functional/profile_picture.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.