Re: Calling proxy without reflection

2018-07-31 Thread Mark Engelberg
I am seeing the same behavior when I remove the lein-virgil plugin. On Tue, Jul 31, 2018 at 11:38 AM, Mark Engelberg wrote: > That's surprising, but good to know. Thanks. > > On Tue, Jul 31, 2018 at 9:56 AM, Renzo Borgatti > wrote: > >> Hey Mark, it's lein-virgil interfering. As of why, better

Re: Type hinting protocol functions

2018-07-31 Thread Mark Engelberg
I still haven't found any definitive info on this. Any pointers? Thanks. On Sun, Jul 29, 2018 at 6:15 PM, Mark Engelberg wrote: > I'm having trouble finding current documentation for type hinting protocol > functions. > > Things like: > Do you type hint the protocol definition or the implementa

Re: Calling proxy without reflection

2018-07-31 Thread Mark Engelberg
That's surprising, but good to know. Thanks. On Tue, Jul 31, 2018 at 9:56 AM, Renzo Borgatti wrote: > Hey Mark, it's lein-virgil interfering. As of why, better opening an issue > there. > > Renzo > > > On 30 Jul 2018, at 11:50, Mark Engelberg > wrote: > > > > OK, I just pushed the repo (work in

Re: Webassembly as a Clojure target platform

2018-07-31 Thread Nathan Fisher
I haven’t been following it that closely. I thought GC is planned but not targeted for MVP or has that changed? On Thu, Jul 26, 2018 at 20:32, Gerard Klijs wrote: > Kotlin native can also target wasm. But I don't know enough of it to know > if it's usefull for the clojure story. Since there is v

Re: Webassembly as a Clojure target platform

2018-07-31 Thread scstarkey
Seems this would be a good feature to follow then: Garbage Collection On Thursday, July 26, 2018 at 6:32:48 PM UTC-5, Gerard Klijs wrote: > > Kotlin native can also target wasm. But I don't know enough of it to know > if it's usefull for the cl

[ANN] nREPL 0.4.4 released with improved support for clj

2018-07-31 Thread Bozhidar Batsov
Hey everyone, nREPL 0.4.4 is out with a few improvements to its command-line interface. New features - Added --help command-line option. - Added --bind command-line option. - Added --handler and --middleware command-line options. Extremely useful when starting nREPL using clj and

Re: Calling proxy without reflection

2018-07-31 Thread Renzo Borgatti
Hey Mark, it's lein-virgil interfering. As of why, better opening an issue there. Renzo > On 30 Jul 2018, at 11:50, Mark Engelberg wrote: > > OK, I just pushed the repo (work in progress) to github. > https://github.com/Engelberg/mister-rogers > At the bottom of mister-rogers.wrappers I tacke