Re: how to extend a capability on a data source?
Jonathan Rees <[email protected]>
| Newsgroups | gmane.comp.capabilities.general |
|---|---|
| Message-ID | <[email protected]> |
On Nov 6, 2013, at 5:50 PM, Rob Withers wrote: > On Nov 6, 2013, at 7:57 AM, David Barbour <[email protected]> wrote: > >> On Tue, Nov 5, 2013 at 8:17 PM, Rob Withers <[email protected]> wrote: >> Well, that’s wonderful. Is it possible to do so in Scala, do you think? >> >> No. Scala made some type system decisions that are incompatible with HM inference algorithms. > > Is there another language, hosted on the jvm, that supports HM inference, like Clojure? Or fork Scala? Maybe look at JHaskell? It's not exactly HM but similar. Jonathan