InfoQ

Presentation

Recorded at:
Recorded at

Clojure

Posted by Rich Hickey on Nov 20, 2008 04:00 AM

Community
Java
Topics
Dynamic Languages
Tags
Functional Programming ,
JVM ,
Clojure ,
LISP ,
JVM Language Summit
Summary
In this presentation from the JVM Languages Summit 2008, Rich Hickey discusses Clojure, which is an implementation of Lisp. Topics covered include Clojure features and syntax, example code, interoperation with Java, Clojure and functional programming, persistent data structures, concurrency semantics, references, transactions, software transactional memory, agents, implementation and pain points.

Bio
Rich Hickey, the author of Clojure, is an independent software designer, consultant and application architect with over 20 years of experience in all facets of software development. Rich has worked on scheduling systems, broadcast automation, audio analysis and fingerprinting, database design, yield management, exit poll systems, and machine listening.

About the conference
The 2008 JVM Language Summit is an open technical collaboration among language designers, compiler writers, tool builders, runtime engineers, and VM architects. The talks inform the audience, in detail, about the state of the art of language design and implementation on the JVM, and the present and future capabilities of the JVM itself.

3 comments

Reply

iPhone has no Flash by Sasa Ebach Posted Nov 21, 2008 9:28 PM
Re: iPhone has no Flash by Giovanni De Facci Posted Dec 5, 2008 6:29 AM
Good introduction to features by Martin Gilday Posted Nov 23, 2008 10:13 AM
  1. Back to top

    iPhone has no Flash

    Nov 21, 2008 9:28 PM by Sasa Ebach

    no iPhone version :-(

  2. Back to top

    Good introduction to features

    Nov 23, 2008 10:13 AM by Martin Gilday

    This is a nice introduction to Clojure but does assume some knowledge of Lisp/Functional programming. There is also a good introduction for Java programmers here

  3. Back to top

    Re: iPhone has no Flash

    Dec 5, 2008 6:29 AM by Giovanni De Facci

    the iphone does not support flash (this make me laugh).

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.