MasseGuillaume / ScalaKata2

Interactive Playground
https://scastie.scala-lang.org/
98 stars 13 forks source link

Add `scalaz-stream` #40

Closed jedesah closed 8 years ago

jedesah commented 8 years ago

Also, make the inclusion of scalaz explicit as opposed to simply being there because some other library has it as a transitive dependency.

MasseGuillaume commented 8 years ago

https://github.com/MasseGuillaume/ScalaKata2/blob/master/evaluation/src/main/scala/com.scalakata.evaluation/Security.scala#L8

maybe we should be able to write to /tmp/kata ?

jedesah commented 8 years ago

Perhaps that would be useful. But frankly, I would be happy simply to have scalaz-stream on the CLASSPATH.

Does ScalaKata currently support showing what is being printed to stdout? I have a hard time conceiving of a use case where someone is playing around with Process and outputting to a file would be more informative then printing to stdout.

MasseGuillaume commented 8 years ago

Yep it will show on the first line.

MasseGuillaume commented 8 years ago

it's live now

http://scalakata.com/