BTW watch out for flxg compiler bug:

fun +: int -> +char;

infinite loop, segfault. this is because the + in +char is looked
up and it finds the function + being defined and disappears
up its own arsehole. Shouldn't happen: the finding of fun +
here is correct, but it should error out trying to apply a function
to a type.

--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to