Y
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
emil-lp
32 days ago
Are `(push s x)` and `(push x s)` correct for push and insert, resp.?
link
kickingvegas
30 days ago
Oh dang, thanks for catching that. Will amend.
link