openworm / tracker-commons

Compilation of information and code bases related to open-source trackers for C. elegans
11 stars 12 forks source link

Java implementation is missing #103

Closed Ichoran closed 8 years ago

Ichoran commented 8 years ago

Although WCON has a Scala implementation, Scala's Java interoperability is awkward given the set of features used in that implementation.

An idiomatic Java implementation should be created that presents a less awkward set of features to the user. In particular, they shouldn't need to know anything about Scala beyond how to type a few simple commands with SBT.

Ichoran commented 8 years ago

Resolved by https://github.com/openworm/tracker-commons/pull/107