Kare Morstol
|
96ab5a2070
|
Enable "func run (shellcommand: String) -> ReadableStreamType" to also be run by itself on a single line.
A thorough explanation is forthcoming.
|
2014-09-02 15:23:22 +02:00 |
|
Kare Morstol
|
85579f6b37
|
Print one stream to another: readablestream |> writablestream
|
2014-08-28 00:21:13 +02:00 |
|
Kare Morstol
|
ed34a689ec
|
ReadableStreamType inherits from Streamable.
Also tried out and commented stuff that does not work in beta 6.
|
2014-08-23 21:02:08 +02:00 |
|
Kare Morstol
|
660b2f9d00
|
Radically simplified stream(String) and stream(array/sequence).
|
2014-08-22 01:46:27 +02:00 |
|
Kare Morstol
|
8c6f0a7171
|
Moved stream factory functions from unit test to stream.swift.
A new stream factory function which takes a closure which returns a closure which returns a string.
|
2014-08-21 23:38:50 +02:00 |
|