Re: higher-order funcs for ranges (with usual interface)

2011-02-07 Thread Torarin
)) This will of course only work for methods, not properties or aliases, so you still need constraints in some cases. Torarin

Re: null Vs [] return arrays

2011-04-01 Thread Torarin
not interested in the difference, and you need performance, you simply use 'null'.  Everybody is happy. :) R For associative arrays it certainly would be nice to be able to do something like string[string] options = [:]; so that functions can manipulate an empty aa without using ref. Torarin

Re: typedef deprecated - now what ?

2011-12-30 Thread Torarin
=5467 thats too bad. pull request looks good. i voted for the ticket, but i guess that no one gives shit about that either :( Sure they give a shit. :-) I think Andrei is currently looking into ProxyOf for a new reference-counting type constructor. Torarin