Joe Python scripsit: > Does chicken have optional type checking?
Yes, but only in compiled code. The interpreter ignores all type declarations and makes no type-checks except at run time. > A example and pointers to documentation would be nice. http://wiki.call-cc.org/man/4/Types is the documentation. -- John Cowan http://www.ccil.org/~cowan [email protected] And they pack their lyrics till they're so damn dense You could put 'em in your yard and you could use 'em for a fence. --Alan Chapman, "Everybody Wants to Be Sondheim" _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
