kernel 1.1.0

Abstract Reactive Streams
Documentation
1
2
3
4
5
6
7
8
9

/ Simple run-length encoder and decoder

rle: {{(#x;*x)}'(&~=':x)_x}
rld: ,/#/'

/ Examples:
(rle "AAABBCCDAABB"
 rld ((5;"A");(3;"C");(1;"B")))