implicit.ly

Scala software, hot off the presses

yoink 1.1.0

Now with more things:

  • Small code refactoring.
  • Added a mild smattering of documentation.
  • Added Atom, a Scala-y atomic reference.
  • Added MutablePersistentHashMap and MutablePersistentTreeMap, which are backed by atomic references to Clojure's persistent, immutable maps.
  • Now cross-compiled for 2.8.0.Beta1 and 2.8.0.RC2.

Yoink is a Scala library which files the serial numbers off of Clojure's awesome persistent, immutable maps and wraps them in the standard Scala Map interface.

Filed under  //   Scala 2.8.0.Beta1   Scala 2.8.0.RC2   com.codahale   yoink  
Posted May 11, 2010 by Coda Hale 

yoink 1.0.0

Initial release:

  • works
  • doesn't explode
  • made a clean get-away

Yoink is a Scala library which files the serial numbers off of Clojure's awesome persistent, immutable maps and wraps them in the standard Scala Map interface.

Filed under  //   Scala 2.8.0.Beta1   com.codahale   yoink  
Posted April 6, 2010 by Coda Hale