chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] optional type checking


From: John Cowan
Subject: Re: [Chicken-users] optional type checking
Date: Mon, 7 Dec 2015 17:37:55 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

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        address@hidden
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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]