I wondering if there is a set of Emacs Lisp code that implements some of Clojure’s functions. For example, -> and ->> and comp and partial, and others?
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve ported the
->and->>macros to Emacs Lisp a while ago. I use them occasionally in my configuration code and they seem to work fine.