Skip to content

Commit

Permalink
Eliminate inject
Browse files Browse the repository at this point in the history
  • Loading branch information
gilch committed May 30, 2023
1 parent 72d4864 commit 6d9657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hissp/macros.lissp
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,7 @@ except ModuleNotFoundError:pass"
,(op#sub -1 (kwargs? Y)))))
,@(when (kwargs? Y)
`(: :** (dict (.pop ,'$#stack)))))
`((op#attrgetter ',.#"obj[1:]")
`((op#attrgetter ',([#1:] obj))
(.pop ,'$#stack))))))
.#"/" `(.pop ,'$#stack ,(op#sub -1 (depth Y)))
.#"&" `(.append ,'$#stack (,'XY#.#"X[-1-Y]" ,'$#stack ,(depth Y)))
Expand Down

0 comments on commit 6d9657c

Please sign in to comment.