InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

Perception and Action: An Introduction to Clojure's Time Model

Presented by Stuart Halloway on Apr 15, 2011 Length 01:00:27     Download: MP3
     Slides
Sections
Architecture & Design,
Development
Topics
Java ,
Clojure ,
QCon San Francisco 2010 ,
Parallel Programming ,
Languages ,
Concurrency ,
QCon ,
JVM Languages ,
LISP ,
Conferences ,
Architecture ,
Programming ,
Language
The next QCon is in New York June 18-22, Join us!
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
Stuart Halloway discusses how we use a total control time model, proposing a different one that represents the world more accurately helping to solve some of the concurrency and parallelism problems.

Bio
Stuart Halloway is a co-founder of Relevance, Inc. and is the author of “Programming Clojure”, “Component Development for the Java Platform” and “Rails for Java Developers”. He regularly speaks at industry events including the No Fluff, Just Stuff Java Symposiums, the Pragmatic Studio, RubyConf, and RailsConf.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
  • This article is part of a featured topic series on Java and also QCon
my head hurts by Duraid Duraid Posted
Re: my head hurts by Faisal Waris Posted
Re: my head hurts by Duraid Duraid Posted
Re: my head hurts by Matthew Lucas Posted
Re: my head hurts by Duraid Duraid Posted
Observer should effect the observed? by Duraid Duraid Posted
  1. Back to top

    my head hurts

    by Duraid Duraid

    ...........

  2. Back to top

    Re: my head hurts

    by Faisal Waris

    need to rewire those neurons for functional programming after years of imperative programming.

    This is why Carnegie Mellon is starting freshman with functional programming right off the bat - before their absorbent young minds get infested with imperative thinking.

  3. Back to top

    Re: my head hurts

    by Duraid Duraid

    I realize i'm not enlightened like the rest of you with functional programming.

    But it's not that, it's all the other stuff. transactional memory, persistent data structures, ref deref...etc. This guy was shooting a new big keyword every minute and only stop at it for a bit as if they're well understood concepts. Makes me wonder if the purpose of the speech is to teach something or just show off.

  4. Back to top

    Re: my head hurts

    by Matthew Lucas

    That's true - but the talk is specifically about the time model, not really an introduction to Clojure or FP itself.

    Check this out for all the transactional memory, ref, deref stuff

    www.infoq.com/presentations/hickey-clojure

    But yeah, FP is hard to get your head around - I guess at least as hard as learning OO/imperative the first time around.

  5. Back to top

    Re: my head hurts

    by Duraid Duraid

    Thanks Matthew, I also found the following talk which is about the same subject but better structured.

    www.infoq.com/presentations/Value-Identity-Stat...

    Contrary to what Faisal said, I found that the time model has very little to do with the concept of functional programming.

  6. Back to top

    Observer should effect the observed?

    by Duraid Duraid

    Well according to quantum theory this is not the case. So if we want to be precise sending a message to an object asking it about its state is more correct model to the world.