Contribute Media
A thank you to everyone who makes this possible: Read More

Interoperability: from Python to Clojure and the other way round

Summary

[EuroPython 2011] Enrico Franchi - 21 June 2011 in "Track Lasagne"

Description

Clojure is a modern Lisp dialect symbiotic with the Java Virtual Machine and designed for concurrency. Clojure is compiled to byte-code and yet is fully dynamic. It is very oriented towards functional programming and manages state change in a controlled environment with software transactional memory (STM). Since Clojure is a Lisp dialect, it retains the code-as-data philosophy and has a powerful macro system

Using the Jython, an implementation of the Python programming language written in Java, it is possible to call Clojure from Python and call Python from Clojure, using the JVM as an interoperability platform.

After a brief introduction of the main Clojure features, the presentation will show how Jython and Clojure can be used together.

No previous knowledge of Clojure (or Lisp) is assumed nor required.

Details

Improve this page