705798eeb0
Added back revers_str and changed the example script
2020-12-14 10:19:02 -05:00
46722c9b5d
Simplified, shellchecked, and name deconflicted for personal use
2020-12-14 10:08:36 -05:00
Sławomir Śledź
142e1bade4
Simplifying release procedure
2019-10-07 10:27:02 +02:00
Slawomir Sledz
4c16fc52f7
Merge pull request #4 from tpoindex/master
...
Update docs
2019-10-07 01:46:34 +02:00
Tom Poindexter
5e1cf52840
Add docs for ntup, maybe, is* predicates
...
Updated ntup docs to show nested tuples, and comma safe elements.
Added docs for maybe and is* predicates.
2019-10-02 17:54:48 -06:00
Tom Poindexter
da8e3ca3cf
Merge pull request #1 from ssledz/master
...
sync with upstream
2019-10-02 16:54:02 -06:00
Sławomir Śledź
b783ac9e8f
Merge branch 'develop'
2019-10-01 00:37:03 +02:00
Slawomir Sledz
9840e94a5d
Create LICENSE
2019-10-01 00:34:01 +02:00
Sławomir Śledź
67c88a5b3f
more docs
2019-10-01 00:24:56 +02:00
Sławomir Śledź
b590285ec9
Fixing examples & documentation + adding example of usage to documentation.
2019-10-01 00:02:34 +02:00
Sławomir Śledź
540840e9d2
Manually bumping version
2019-09-14 20:23:38 +02:00
tpoindex
1b234ff597
avoid collisions with common /usr/bin/ commands
...
rename head, tail, zip to lhead, ltail, and lzip to avoid collisions with command unix commands
2019-09-14 20:21:06 +02:00
tpoindex
44dbdd3fbc
fluent predicates for filtering
2019-09-14 20:21:06 +02:00
tpoindex
b19ab5180b
maybe monad and friends
...
maybe - return a tuple of (Nothing) or (Just,value)
maybemap - apply map function when maybe has a value and wrap in another maybe; else when nothing return nothing
maybevalue - return value of maybe; else when nothing return optional default args
2019-09-14 20:21:06 +02:00
tpoindex
7736a293a0
ntup{x,l,r} - tuples that can be nested and without quoting issues, base64 encoded elements
2019-09-14 20:21:06 +02:00
tpoindex
b40adbb643
fix comma quoting in tup/tupx by quoting all commas
2019-09-14 20:21:06 +02:00
Sławomir Śledź
febedd4c5c
Bumping version
2019-09-14 19:54:57 +02:00
Slawomir Sledz
e5f3e8c5f3
Merge pull request #3 from tpoindex/master
...
Fix tup/tupx plus a few additions: safe nested tuples, maybe monad, filter predicates.
2019-09-14 11:55:48 +02:00
tpoindex
1ead6d0b87
avoid collisions with common /usr/bin/ commands
...
rename head, tail, zip to lhead, ltail, and lzip to avoid collisions with command unix commands
2019-09-11 23:53:56 -06:00
tpoindex
7b6531a74e
fluent predicates for filtering
2019-09-11 23:46:47 -06:00
tpoindex
912b3f2491
maybe monad and friends
...
maybe - return a tuple of (Nothing) or (Just,value)
maybemap - apply map function when maybe has a value and wrap in another maybe; else when nothing return nothing
maybevalue - return value of maybe; else when nothing return optional default args
2019-09-11 22:47:39 -06:00
tpoindex
9c238777e1
ntup{x,l,r} - tuples that can be nested and without quoting issues, base64 encoded elements
2019-09-11 20:58:30 -06:00
tpoindex
cba3556da8
fix comma quoting in tup/tupx by quoting all commas
2019-09-11 20:17:45 -06:00
Sławomir Śledź
20242e1d3f
[release] merge release/2.3 into develop
2019-08-31 02:14:44 +02:00
Sławomir Śledź
68125ee7d8
[release] merge previous version into master to avoid the increased version number
2019-08-31 02:14:44 +02:00
Sławomir Śledź
021477770c
[release] prepare for next development iteration
2019-08-31 02:14:44 +02:00
Sławomir Śledź
61e96159ec
[release] prepare release v2.3
2019-08-31 02:14:44 +02:00
Sławomir Śledź
bc44865f5a
ext documentation
2019-08-31 02:03:35 +02:00
Sławomir Śledź
14dd7c3993
[release] merge previous version into master to avoid the increased version number
2019-08-31 01:55:31 +02:00
Sławomir Śledź
0f8f528fcb
[release] merge release/2.2 into develop
2019-08-31 01:55:31 +02:00
Sławomir Śledź
a23cb10ac6
[release] prepare release v2.2
2019-08-31 01:55:31 +02:00
Sławomir Śledź
857a3c6109
[release] prepare for next development iteration
2019-08-31 01:55:31 +02:00
Slawomir Sledz
79e6873e8e
Merge pull request #2 from ssledz/feature-#1
...
#1 : Shorthand notations for lambdas
2019-08-31 01:54:16 +02:00
Sławomir Śledź
c1ae19f270
#1 : Shorthand notations for lambdas
2019-08-31 01:52:16 +02:00
Sławomir Śledź
5979ac8548
[release] merge previous version into master to avoid the increased version number
2018-03-27 23:14:57 +02:00
Sławomir Śledź
adfe8ec68b
[release] merge release/2.1 into develop
2018-03-27 23:14:57 +02:00
Sławomir Śledź
22c81bd09a
[release] prepare release v2.1
2018-03-27 23:14:57 +02:00
Sławomir Śledź
2a614cb04d
[release] prepare for next development iteration
2018-03-27 23:14:57 +02:00
Sławomir Śledź
03418caa85
Three new functions: pass, dropw, peek
2018-03-18 12:01:29 +01:00
Sławomir Śledź
ffff49bd0e
Documentation
2018-03-11 01:05:59 +01:00
Sławomir Śledź
47d2c2b4d4
[release] merge previous version into master to avoid the increased version number
2018-03-11 00:55:52 +01:00
Sławomir Śledź
5a0c51fd74
[release] merge release/2.0 into develop
2018-03-11 00:55:52 +01:00
Sławomir Śledź
d47c0e3240
[release] prepare release v2.0
2018-03-11 00:55:52 +01:00
Sławomir Śledź
f031d22b13
[release] prepare for next development iteration
2018-03-11 00:55:52 +01:00
Sławomir Śledź
6a9558a58f
Documentation
2018-03-11 00:55:39 +01:00
Sławomir Śledź
23cd454242
Documentation
2018-03-11 00:53:54 +01:00
Sławomir Śledź
33faefc283
Documentation
2018-03-11 00:47:25 +01:00
Sławomir Śledź
2729b6b3c4
Add release scripts
2018-03-11 00:20:01 +01:00
Sławomir Śledź
c3425e0933
Fixing bug in try
2018-03-10 23:23:23 +01:00
Sławomir Śledź
6de7798c8a
Bugfix in tup
2018-03-10 22:22:06 +01:00