Hacker News new | ask | show | jobs
by kickingvegas 32 days ago
Perhaps related, I'm maintaining a "cheatsheet" to let Python programmers see what an Elisp equivalent to typical Python functions/methods are.

https://kickingvegas.github.io/elisp-for-python/

1 comments

Are `(push s x)` and `(push x s)` correct for push and insert, resp.?
Oh dang, thanks for catching that. Will amend.