Ivan Yonchovski
Ivan Yonchovski
@alphapapa @Fuco1 what is the status of this PR? Can we add `-defun` which works exactly like `-lambda` as per @Fuco1's commend and eventually something like `--defun`(?) for what @alphapapa...
@basil-conto addressed comments and force-pushed.
> > addressed comments and force-pushed. > > Thanks, but some of the docs still contain mistakes; see below. Sorry about that, please check the newly force pushed version(hopefully I...
Ping.
FWIW I started copyright assignment but it is not a blocker for the merge either way since I have already 2 commits with more than 15(?) lines in the repo....
> > And generally, we need it in melpa, not sure if having a newer version in elpa will be sufficient. > > The status of `dash.el`, as a widely...
> I don't see how that would be a problem. package.el will pick the melpa version and we will break if it does not have -defun. We will break even...
> > FWIW I started copyright assignment > > Any updates on that? I will try to finish that these days. > > > I haven't tested this, but would...
FTR the lambda has to be more complex otherwise ``` (let ((ht (make-hash-table :test 'equal))) (cl-callf concat (gethash "BAR" ht) "FOO") (cl-callf concat (gethash "BAR" ht) "FOO") ht) ``` would...
> I guess you mean "anaphoric." ;) Yes, fixed :)