spores icon indicating copy to clipboard operation
spores copied to clipboard

Scala Spores, safe mobile closures.

Results 9 spores issues
Sort by recently updated
recently updated
newest added

I was finally reading the spores paper from https://infoscience.epfl.ch/record/191239/files/spores_1.pdf (which IIUC is still the up-to-date documentation since it's not subsumed by the SIP). I like the approach, but one issue...

This test does not compile: ``` scala @Test def nestedPTTCaptureNullary(): Unit = { val s = spore{ delayed { spore { (_: Unit) => () } () } } }...

Hi, Nice project! At my org, it would be convenient for us to have spores that have structural equality in the obvious way. I could imagine that you wouldn't want...

this throws a java.io.NotSerializableException `sc.parallelize(1 to 5).map(spore{(x: Int) => x * 2}).collect()` I thought this was the intended usage, am I missing something? This looks like just the library I...

Hi Heather, can you just say a few words about - the current state of SIP-21 - dependency on libraries ( I'n able to build with 2.10.4 and ``` libraryDependencies

TODO: picklers for nullary spores that capture more than one variable.