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

Re: Rather, DSSLs increase modularity, productivity



>		     Type declarations are optional in Curl, but when you 
> do declare them the compiler will check types statically and will 
> generate better code based on what it knows about the type.

If I pass the values in type-annotated variables to un-annotated
functions, how will Curl "check types statically" (or what does this
even mean)?

Shriram