On Fri, Jul 5, 2013 at 1:25 AM, Jake Mannix <jake.man...@gmail.com> wrote:
> > at this point i have only a very obvious apply(Double,Double):Double = > > m.getQuick(...), i.e. only element reads are supported with that syntax. > > > > I am guessing Jake, if anyone, might have an idea here... thanks. > > > > Hmmm... right off the top of my head, no. But my play-DSL is pretty > free of operators, as that level of scala cleverness worries me a little, > when it comes to making sure we're sticking to efficient operations > under the hood. I don't know how to make something like that work without some pretty clever lazy evaluation juju.