Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Subset-Equational Language
Jump to user comments
(SEL) A declarative language for set processing by Bharat
Jayaraman with subset and equational program clauses; patternmatching over sets (it supports efficient iteration over
sets); annotations to say which functions distribute over
union in which arguments (for point-wise/incremental
computation over sets); defining transitive closures through
circular constraints (implemented by mixed
top-down/memoisation and bottom-up strategy);
meta-programming and simple higher-order programming;
modest user-interface including tracing.