[Cuis] New Commit: FileDirectory finally gone!

KenD Ken.Dickey at Whidbey.com
Wed Oct 28 11:05:34 CDT 2015


On Wed, 28 Oct 2015 11:55:12 -0300
Juan Vuletich <juan at jvuletich.org> wrote:

> There might be details that still need tweaking. Let's go into a 
> stabilization phase with this. When we are all happy, we can call it 
> Cuis 5.0.

WooHoo!  8^)

> Cuis keeps showing us that constant cleaning and simplification enables 
> this kind of deep changes and evolution. This is so much better than 
> simply adding yet-another-API-for-doing-the-same-thing, as other 
> Smalltalk environments are forced to do!

Just tries Solitaire and noted it is significant faster. 

Current Class count is 504.

Juan, you have much to be proud about.

Thanks once again for Cuis!!!

-- 
-KenD

================
count := 0.
Metaclass allInstancesDo: [ :ignore | count := count + 1 ].
count. "==> 504"
================




More information about the Cuis mailing list