clojure

TechCast #90 – Clojure Conj 2015

ClojureConj is the yearly get-together for the Clojure community, and Chariot was a sponsor this year as it happened in our backyard. What follows is a quick conversation with Chariot consultants Dan Boykis, Anatoly Polinsky, and Ron Lusk about their week attending the Conj. We apologize for the noise on the recording – people were … Read More

Philly ETE 2014 – Ambrose Bonnaire-Sergeant – What if Type Checkers were more like Linters?

By separating the type checker from the compiler, we avoid infecting the rest of the language with the massive complexities of a static type system. Our compiler is simple and robust, our language design is unrestricted by an arbitrary type system, and our users are free to choose the right type system for the job.

In this talk, we explore this idea further and demonstrate what such a type system is like to use.

Go Go Golang

Eric Snyder recently wrote a post about comparing Clojure and Go on his blog.

“There are 2 programming languages that I am into at the moment, Clojure and Go (http://golang.org). They seem to be opposites of each other in many ways, how can I love both?”

TechCast #81 – Recap of the StrangeLoop 2013 conference with Joe Berger, Dan Boykis and Anatoly Polinsky

In this podcast, I am joined by Dan Boykis and Anatoly Polinsky, two of our Chariot consultants who attended The Strange Loop conference in September. I also have some reflections from Chariot consultant Joe Berger, provided via email. Strange Loop is a 2-day conference with wraparound tutorials, and also contained a language “un-conference” by Alex Payne.

PhillyETE Screencast #15 – Livecoding a Webapp in Clojure and Scala: An intro and comparison – Dustin Getz and Jason Feingold

From the abstract: “Both Clojure and Scala target enterprise-sized challenges, but the development styles are very different. We will live-code a small webapp in both languages, on two projectors, while demonstrating how each language influences our thought process, and the toolchain and library best practices. We will discuss how Scala makes you think in types, … Read More