This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7ced47a6b1
factor
/
extra
/
sequences
History
Doug Coleman
627f8603bd
sequences.extras: add a nullable span-slices word that allows f.
2016-04-10 11:39:50 -07:00
..
abbrev
use ``if*`` instead of ``dup [ ] [ drop ] if``.
2015-07-20 22:24:30 -07:00
extras
sequences.extras: add a nullable span-slices word that allows f.
2016-04-10 11:39:50 -07:00
frozen
sequences.frozen: adding virtual "frozen" sequences.
2016-03-31 09:14:30 -07:00
inserters
unicode: make this the API for all unicode things.
2016-03-30 23:29:48 -07:00
modified
Fix comments to be ! not #!.
2015-09-08 16:15:10 -07:00
n-based
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
2015-07-25 22:59:56 -07:00
repeating
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
2015-07-03 09:39:59 -07:00
rotated
sequences.rotated: can be a lot faster if we don't circular-wrap.
2015-05-11 19:41:01 -07:00
shifted
…
snipped
sequences.snipped: adding snipped virtual sequences.
2013-04-17 10:27:22 -07:00
squish
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
2015-07-03 09:39:59 -07:00
zipped
…