Fuco1
9abae5e6bc
Add combinators
13 years ago
Wilfred Hughes
b1cfe18231
Fix incorrect alias checking in docs--signature
...
help-split-fundoc expects the function symbol to be the function
name used in the docstring. Since we only use help-split-fundoc for
subrs, this isn't an issue in practice, because subrs use
`(fn some-arg some-other-arg)` rather than an explicit name.
Still, the boolean ought to do what it says it's doing.
13 years ago
Magnar Sveen
0db2f5a5ab
Fix second example for -last/first-item
13 years ago
Magnar Sveen
824fcb3531
Release 1.8.0
13 years ago
Wilfred Hughes
b0ff280894
Updating docs--signature to handle aliases and subrs
...
I've also removed docs--docstring since it's just 'documentation.
13 years ago
Fuco1
9bd656ebcd
Add -rotate
13 years ago
Johan Andersson
41649089e3
Add -min, -max, -min-by and -max-by.
13 years ago
Wilfred Hughes
e07cef640b
Adding -first-item and -last-item. [ magnars/dash.el#17 ]
...
`-first-item` is a trivial alias to `car`, so I used `defalias` so
there isn't the additional overhead of a function call. This has
broken `create_docs.sh`.
It seems that `defexamples` expects `symbol-function` to return an
elisp function definition, but `car` is implemented in C.
13 years ago
Magnar Sveen
2b200884ca
Add -juxt
13 years ago
Johan Andersson
12291f3ea6
Add -product function.
13 years ago
Johan Andersson
ff3d7bd333
Add -sum function.
13 years ago
Magnar Sveen
de67c4b0a7
Add `-sort`
...
Fixes #34
13 years ago
Fuco1
d556884b65
Add reduce-r, the right associative variant of reduce
13 years ago
Magnar Sveen
5614753d73
Fix bug with -partition-all-in-steps
13 years ago
Magnar Sveen
3c546aba07
Add -partition-in-steps & -partition-all-in-steps
13 years ago
Emanuel Evans
e870be867c
Add -when-let* and -if-let*
13 years ago
Emanuel Evans
30ac13b766
Add -insert-at ( closes #27 )
13 years ago
Emanuel Evans
139610257a
Add -when-let and -if-let macros
13 years ago
Fuco1
a559a80d58
Added -last
13 years ago
Magnar Sveen
d7174ed63a
Handle cons-cells properly in -flatten
...
Fixes #21
13 years ago
Jonas Bernoulli
bd942e122c
inhibit dev from being added to the load-path
13 years ago
Wilfred Hughes
a4b70f96c9
[ magnars/dash.el#18 ] implementing -slice
13 years ago
Magnar Sveen
adfafcb468
Add -partition-by-header
13 years ago
Magnar Sveen
3f604cde37
Add -count
13 years ago
Magnar Sveen
f7a828f7df
Add -zip and -zip-with
...
Thanks to @Fuco1 :-)
Fixes #14
13 years ago
Nic Ferier
50e9f46710
-cons* for making improper lists.
13 years ago
Magnar Sveen
8fe15ed419
Group -repeat with -dotimes
13 years ago
vemv
a196ac1166
Fix -repeat
13 years ago
Magnar Sveen
1284bc6f96
Move .el files out of root.
...
- to avoid cluttering the provide-namespace
- like not interfering with with ert.el
Fixes #9
13 years ago