[ANN] Nile 0.9.0

Klaus D. Witzel klaus.witzel at cobss.com
Sat Jun 9 11:34:27 UTC 2007


Thank you Damien :)

I just unloaded the older Nile version with MC; then did a load on  
Nile-All from SqueakSource.

During load it references STranscript which is left undeclared?

/Klaus

P.S. use the squeak-dev 120 image for the above.

On Sat, 09 Jun 2007 12:28:37 +0200, Damien Cassou wrote:

> Hi,
>
> Nile is a complete reimplementation of the squeak stream hierarchy.
> It's based on traits.
>
> You can find it on Universe.
>
> New features include:
>
> - Constructors on collections like #nsReadStream or #streamContents:.
> - Better performances than Squeak for #next #next: #nextPut: and
> #nextPutAll: with Strings (you can run the benchmarks yourself using
> NSBenchmarks>>#launchBenchmarks). Thanks to Klaus D. Witzel, Mathieu
> Suen, Roel Wuyts and Andrew P. Black who helped me a lot.
> - Adds a lot of libraries based on Nile core. there are generic
> buffers, byte reading/writing methods, a thread-safe transcript
> (Stéphane Ducasse wrote it), file-based streams...
> - No more dependencies: Nile is self contained (previous dependencies
> was only for tests and not needed).
> - NSMetrics computes some metrics on Nile and the Squeak stream
> hierarchy to compare.
> - 322 tests
>





More information about the Squeak-dev mailing list