Comment on Cello – Higher Level Programming in CparentComments−comex11yIt is not as fast as normally written C due to the dynamic typing.−musername11ythat's not necessary for the API, is it?−comex11yThe API allows 'var's to be treated as dynamically typed, so sure it is. More to the point, if you tried to change it to be statically typed, it wouldn't be expressible in the same nice-looking way in C.
Comments
It is not as fast as normally written C due to the dynamic typing.
that's not necessary for the API, is it?
The API allows 'var's to be treated as dynamically typed, so sure it is. More to the point, if you tried to change it to be statically typed, it wouldn't be expressible in the same nice-looking way in C.