logoalt Hacker News

kickingvegasyesterday at 10:32 PM1 replyview on HN

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/


Replies

emil-lpyesterday at 10:49 PM

Are `(push s x)` and `(push x s)` correct for push and insert, resp.?