Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop the dash.el dep #294

Closed
bbatsov opened this issue Feb 11, 2016 · 5 comments
Closed

Drop the dash.el dep #294

bbatsov opened this issue Feb 11, 2016 · 5 comments

Comments

@bbatsov
Copy link
Member

bbatsov commented Feb 11, 2016

Emacs now features seq.el (added in 25.1) and subr-x.el (added in 24.4), which provide pretty much everything commonly used by dash.el. seq.el is also a package on GNU ELPA. CIDER already replaced dash and I think it'd be nice if you did this as well.

@bbatsov
Copy link
Member Author

bbatsov commented Feb 11, 2016

Yeah, that's what I meant. I've clarified a bit my original post. I know dash.el is @magnars's baby, but I feel seq.el is the way to go forward.

@expez
Copy link
Member

expez commented Feb 11, 2016

Pull request welcome

@slipset
Copy link
Contributor

slipset commented Mar 23, 2016

Out of curiosity, dash.el defines -partialwhich seq.el does not define. wat to do?

@Malabarba
Copy link
Member

Emacs has apply-partially. Although a lot of times it's shorter to just write a lambda. :-)

@expez expez closed this as completed in 0fb72ef Jan 26, 2017
@benedekfazekas
Copy link
Member

woot, woot! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants