uncomplicate

2016-05-23T03:05:01.000098Z

@blueberry: Made a little progress on a pure Java implementation of Neanderthal. Only includes "dge" and "ax" operations so far. https://github.com/ericlavigne/mlearn/commit/52d4fa91d5891e914256d472537e5a086fda4303

2016-05-23T05:28:51.000099Z

Thanks. Good catch. Fortunately, this method has not been used anywhere (yet) so no harm was done.

2016-05-23T06:48:20.000100Z

BTW, you don't need neither dge nor ax. You don't even need the deftype of a new factory. Just implement the engine(s) and create a function that instantiates factory with that engine.