SBCL won't run-program fzf, but ECL does.
I was thinking of writing a program in lisp. Part of the program was going to pipe some choice to fzf fuzzy finder. I was trying to use SBCL, but it just hangs and does not launch fzf. I thought I try ECL, and it launches fzf just fine.
Type in
(uiop:run-program "echo -e 'One\\nTwo' | fzf" :interactive t :output *standard-output*) SBCL hangs and ECL launches fzf with my choices.
#common_lisp #lisp #sbcl #ecl
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
rstewart456 :guix: :sway: (rstewart456@fosstodon.org)'s status on Sunday, 22-Dec-2024 09:27:16 JST rstewart456 :guix: :sway: