combinators.smart vocabulary - Factor Documentation (original) (raw)
combinators.smart vocabulary
Factor handbook » Vocabulary index
Documentation
Smart combinators
Metadata
Parents: | combinators |
---|---|
Tags: | extensions |
Authors: | Doug Coleman |
Words
Generic words
Word | Stack effect |
---|---|
![]() |
( known -- effect ) |
Macro words
Word | Stack effect |
---|---|
![]() |
( quot mapper reducer -- quot ) |
![]() |
( quot n -- array ) |
![]() |
( quot exemplar n -- quot ) |
![]() |
( 2map-reduce-quots -- quot ) |
![]() |
( 2reduce-quots -- quot ) |
![]() |
( map-reduce-quots -- quot ) |
![]() |
( reduce-quots -- quot ) |
Ordinary words
Word | Stack effect |
---|---|
![]() |
( quot -- seq ) |
![]() |
( quot exemplar -- seq ) |
![]() |
( obj quots -- array ) |
![]() |
( x seq exemplar -- array ) |
![]() |
( quot -- ) |
![]() |
( quot -- ) |
![]() |
( quot -- quot' ) |
![]() |
( value -- effect ) |
![]() |
( seq quot -- ) |
![]() |
( seq quot -- ) |
![]() |
( quot -- n ) |
![]() |
( quot -- in out ) |
![]() |
( quot -- ) |
![]() |
( quot mapper -- ) |
![]() |
( quot -- ) |
![]() |
( quot -- array ) |
![]() |
( quot exemplar -- seq ) |
![]() |
( quot -- n ) |
![]() |
( quot -- ) |
![]() |
( quot operation -- ) |
![]() |
( quot n -- ) |
![]() |
( pred true false -- ) |
![]() |
( pred true false -- ) |
![]() |
( ..a quot: ( ..a -- ..b ? ) -- ..b ) |
![]() |
( pred false -- ) |
![]() |
( pred false -- ) |
![]() |
( pred true -- ) |
![]() |
( pred true -- ) |
![]() |
( param obj quot -- obj curry ) |
![]() |
( quot -- n ) |
Files
resource:basis/combinators/smart/smart.factor
resource:basis/combinators/smart/smart-docs.factor
resource:basis/combinators/smart/smart-tests.factor
Metadata files
resource:basis/combinators/smart/authors.txt
resource:basis/combinators/smart/summary.txt
resource:basis/combinators/smart/tags.txt