define-struct[syntax] define-struct name field ...Bigloo, STklos: defines a structure with fields. The following related procedures are defined by this macro.
In STklos, struct instance can also be created by make-struct. See also struct?, define-record-type. [syntax] define-struct name (field ...) [inspector-expr][syntax] define-struct (name parent) (field ...) [inspector-expr]MzScheme: defines a structure name with fields. The following related objects are defined by this macro.
The second form allows to make a structure name as a subtype of parent. MzScheme also has let-struct to create local structures, make-struct-type to create structures procedurally. berkeley | About This SiteHome Alphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ConceptsConcept:CaseSensitivity Concept:DocumentationFormat Concept:ExtendedLambdaList Concept:FileSystem Concept:FindAndAnyInCollection Concept:ForeignInterface Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup Implementations
External Links |