Pre-West Prep: Ryan Neufeld

This summary was graciously written by Nola Stowe. She's a programmer, the co-founder of DevChix, and a prolific teacher. She recently ran ClojureBridge Austin. Please shout out to her and say thanks!
Talk: Simulant in Anger; an Experience Report
Ryan Neufeld's talk at Clojure/West is about Simulation Testing using Simulant.
Background
Simulation Testing is a systems based testing methodology where a series of actions are randomized but repeatable and then the outcomes are recorded and observed. The actions can simulate realistic load on the system. The library for that in Clojure is Simulant.
Hear more information on episode 59 of the Cognicast where Michael Nygard talks about using Simulant. When researching this topic I found what looks to be a simple example testing an API with simulant.
About Ryan Neufeld
Ryan is the co-author of: Clojure Cookbook