“Clojure in Unity 3D: Functional Video Game Development“ by Ramsey Nasser and Tims Gardner

Unity 3D is the de facto industry-standard platform for making games. It is built on Mono, scripted in C#, and exports to a wide range of systems, including OSX, Windows, Linux, iOS, Android, XBox, PlayStation, and the web. We are providing an open-source library integrating Clojure and Unity. Clojure will dramatically improve game development by bringing Lisp-style REPL-based live coding, optimizing macros, and DSLs to Unity’s workflow. Persistent data structures will enable previously impossible co
Back to Top