Fredrik Bergroth
|
549bfd3a15
|
Reorder macros to make sure they are declared before being used
|
11 years ago |
Fredrik Bergroth
|
3bdf60b2a4
|
Add some examples
|
11 years ago |
Fredrik Bergroth
|
03b98ca5a9
|
Make -if-let and -when-let families destructure their arguments
|
11 years ago |
Magnar Sveen
|
75d29a2680
|
Declare --iterate macro before using it. #102
|
11 years ago |
Magnar Sveen
|
4b63be1dce
|
Declare --mapcat macro before using it. #102
|
11 years ago |
Matus Goljer
|
2436bf8f73
|
Add debug declaration on -lambda
|
12 years ago |
Matus Goljer
|
9e1a667afc
|
Do not map nodes on conses (be consistent with tree map)
|
12 years ago |
Matus Goljer
|
0310e0e52e
|
Update docs
|
12 years ago |
Magnar Sveen
|
31f321a9dc
|
Release 2.9.0
|
12 years ago |
Matus Goljer
|
40849a7538
|
[-let] Remove stale comment
|
12 years ago |
Matus Goljer
|
edb1e31759
|
[-let] Add more tests
|
12 years ago |
Matus Goljer
|
c1d555bd46
|
[-let] Optimize single-binding of vectors and kv
|
12 years ago |
Matus Goljer
|
9ec1a0229b
|
[-let] Abstract the _ test into a function
|
12 years ago |
Matus Goljer
|
db7f65142a
|
[-let] Simplify the conditions in dash--match-cons-1
|
12 years ago |
Matus Goljer
|
f7664c6112
|
[-let] Add &keys support for cons matcher
|
12 years ago |
Matus Goljer
|
0fc5d7394a
|
[-let] Make the cons matcher temp-bind as late as possible
|
12 years ago |
Matus Goljer
|
51a0c9f64f
|
[-let] Fix expansion of _ symbols in vector matcher
|
12 years ago |
Matus Goljer
|
65a373665b
|
[-let] Fix improper list non-symbol last argument handler
|
12 years ago |
Matus Goljer
|
6f0bb7df72
|
[-let] Fix dynamic scoping issue
|
12 years ago |
Matus Goljer
|
f93920102e
|
[-let] Optimize shifting/binding of unused _ places
|
12 years ago |
Matus Goljer
|
6f81492373
|
[-lambda] Better error-handling
|
12 years ago |
Matus Goljer
|
4d67b2530e
|
[-let] Do not reinvent `pop'
|
12 years ago |
Matus Goljer
|
9065e1bdaa
|
[-let] Final cdr shift optimization
|
12 years ago |
Matus Goljer
|
7f2b3c72e5
|
[-lambda] test all match-forms before converting to regular lambda
|
12 years ago |
Matus Goljer
|
05fa92f4a0
|
[-let] Transpose nreverse/flatten
|
12 years ago |
Matus Goljer
|
947ffdaa1a
|
Add support for &rest match for non-list sequences (like . for improper lists)
|
12 years ago |
Matus Goljer
|
8f9fc4113d
|
Add support for multiple input arguments to -lambda
|
12 years ago |
Matus Goljer
|
f0831d3ab9
|
Add -lambda
|
12 years ago |
Matus Goljer
|
a4be872add
|
Add `-let` and `-let*`
|
12 years ago |
Matus Goljer
|
b1e585dcdd
|
Update copyright notice
|
12 years ago |
Matus Goljer
|
2626840802
|
Add -fixfn
|
12 years ago |
Matus Goljer
|
ab99be6636
|
Add -fix
|
12 years ago |
Matus Goljer
|
3adad97d37
|
Add -non-nil
|
12 years ago |
Matus Goljer
|
166bccdd61
|
Add -tree-map-nodes
|
12 years ago |
Matus Goljer
|
d37947abfa
|
Add -tree-seq
|
12 years ago |
Magnar Sveen
|
6fc652de8c
|
Merge pull request #95 from Wilfred/shallow-copy-function
Implementing a shallow copy counterpart to -clone.
|
12 years ago |
Wilfred Hughes
|
25c114c53c
|
Implementing a shallow copy counterpart to -clone.
|
12 years ago |
Magnar Sveen
|
d9879e9f3e
|
Release 2.8.0
|
12 years ago |
Magnar Sveen
|
f257fb907e
|
Add -butlast
|
12 years ago |
Magnar Sveen
|
f8873a0dd8
|
Update readme-template with changes from last release
|
12 years ago |
Magnar Sveen
|
f18a520d90
|
Release 2.7.0
|
12 years ago |
Matus Goljer
|
9ebcce6b46
|
Add some niceties to font-locking of examples
|
12 years ago |
Matus Goljer
|
c6b92ae2ca
|
Reorder the examples into more meaningful blocks
Add aliases, add links to similar functions to docs to improve discoverability
Replace 3rd person docstrings with infinitive docstrings.
|
12 years ago |
Matus Goljer
|
174747ea97
|
Add -splice and -splice-list
|
12 years ago |
Matus Goljer
|
5637bd6f1b
|
Add alias from -find to -first
|
12 years ago |
Matus Goljer
|
f3b0a55b62
|
Change -predicate-p examples to -predicate? to maintain consistency
|
12 years ago |
Matus Goljer
|
eea928a05f
|
Add -replace
|
12 years ago |
Matus Goljer
|
7e4adb5f9d
|
Add missing keywords to highlight list
|
12 years ago |
Matus Goljer
|
a09a4b295a
|
Add code markup for docstrings and fix erroneous whitespace in docstring
|
12 years ago |
Matus Goljer
|
7f0fadcdd6
|
Add -prodfn
|
12 years ago |