OK, as I understand it, implementing interfaces / features like Seq is not possible. However, since Scala rewrites for syntax- for loops into regular foreach / map-calls, it works just fine to just implement map and foreach with the required cps annotation. filter and co should also work.
However, any advice on how to implement features in a cps context is greatly appreciated.
hotzen
source share