Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Typing

Name: Anonymous 2009-10-22 15:39

Many languages such as Java and C use what is known as strong or static variable typing. This means that when you declare a variable in your application code you must define the variable type.

Name: Anonymous 2009-10-26 10:43

And I've forgot to mention that if you would like to declare types and have the compiler check their type for you, you can use the CHECK-TYPE macro which just expands to:

 (check-type place typespec)
 ==  (assert (typep place 'typespec) (place)
            'type-error :datum place :expected-type 'typespec)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List