npub1th…gzld0 on Nostr: TIL another genius feature. In SLIME, type: (find you should see the arguments lambda ...
TIL another genius feature.
In SLIME, type:
(find
you should see the arguments lambda list in the minibuffer. Want to see them better?
Type C-c C-s
it gives…
```
(find item sequence :from-end from-end
:start start
:end end
:key key
:test test
:test-not test-not)
```
clever, isn't it?
#lisp #commonlisp
In SLIME, type:
(find
you should see the arguments lambda list in the minibuffer. Want to see them better?
Type C-c C-s
it gives…
```
(find item sequence :from-end from-end
:start start
:end end
:key key
:test test
:test-not test-not)
```
clever, isn't it?
#lisp #commonlisp