Erick Tryzelaar wrote:
>> And what should we move on TO? 

Some more things:

1. There are a couple deprecated functions in the standard library, such 
as int_of and size_of that we should eliminate.

2.. We've talked before about calling _ctor through a module access, 
like "var x = List::list[int] ()", but I'm not sure if it's made it in yet.

3. Also, since we've already got a "ctor" keyword, should we adopt it to 
replace the _ctor_int sugar, so instead of "fun _ctor_int (x:float) : 
int => ..." we would have "ctor int (x:float) => ". Is this worthwhile? 
Or should we just get rid of the ctor keyword and just use _ctor_int for 
classes/objects?

-e

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to