Fredrik Bergroth
|
07f0358862
|
Add test case operator !!> for expected errors
|
11 years ago |
Fredrik Bergroth
|
1ccd2b45b2
|
Improve byte compilation test
|
11 years ago |
Fredrik Bergroth
|
a06e66efb1
|
Add test for clean byte compilation
|
11 years ago |
Fredrik Bergroth
|
0c045f2d3c
|
Highlight with el instead of cl
|
11 years ago |
Fredrik Bergroth
|
63fa64f755
|
Add links to references in readme
|
11 years ago |
Fredrik Bergroth
|
3bdf60b2a4
|
Add some examples
|
11 years ago |
Matus Goljer
|
edb1e31759
|
[-let] Add more tests
|
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
|
f93920102e
|
[-let] Optimize shifting/binding of unused _ places
|
12 years ago |
Matus Goljer
|
6f81492373
|
[-lambda] Better error-handling
|
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
|
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
|
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 |
Wilfred Hughes
|
25c114c53c
|
Implementing a shallow copy counterpart to -clone.
|
12 years ago |
Magnar Sveen
|
f257fb907e
|
Add -butlast
|
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
|
f3b0a55b62
|
Change -predicate-p examples to -predicate? to maintain consistency
|
12 years ago |
Matus Goljer
|
eea928a05f
|
Add -replace
|
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 |
Matus Goljer
|
2ecc073239
|
Reorder the partition examples to follow more logical order, add tests
|
12 years ago |
Matus Goljer
|
d94808670f
|
Add -iteratefn
|
12 years ago |
Matus Goljer
|
7185db8b78
|
[Issue #83] Add `step` to `-slice`
|
12 years ago |
Matus Goljer
|
cd137e0d50
|
`-slice` should not fill the returned list with nils if to > length
|
12 years ago |
Matus Goljer
|
624c501a67
|
Add `-table` and `-table-flat`
|
12 years ago |
Matus Goljer
|
f780322bb6
|
Add `-flatten-n`
|
12 years ago |
Steve Lamb
|
6b64ea7d1a
|
Add functions for flexibly zipping uneven lists
fixes #84 on github.
Add -zip-fill, -cycle and -pad.
|
12 years ago |
Steve Lamb
|
f0dd4cc4fc
|
Add -annotate
|
12 years ago |
steve
|
703bb599c6
|
Convert -zip to support variable-length arguments
fixes #82 on github
|
12 years ago |
Matus Goljer
|
b44140accd
|
Add -is-prefix/suffix/infix-p
|
12 years ago |
Matus Goljer
|
b0758469ce
|
Add -iterate, -unfold
|
12 years ago |
Matus Goljer
|
6bdcfa5dbe
|
Add -split-on, -split-when
|
12 years ago |
Matus Goljer
|
3eb91fec0e
|
Add `-find-last-index`
|
12 years ago |
Johan Andersson
|
930b390c44
|
Add -list function.
|
12 years ago |
Johan Andersson
|
386ec0a14b
|
Add -same-items? function.
The function returns true if both lists includes the same items, no
matter of the order of the items.
|
12 years ago |
Matus Goljer
|
f86d23527c
|
Fix -cons*
|
12 years ago |
Matus Goljer
|
c788474b4c
|
Fix bug with nested lists in `-remove-at-indices`
|
12 years ago |