You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation script provided for Linux distributions invokes sbcl which evals a script ( "linux-installer.lisp" ) which (around line 77) tries to install sbcl ( '(uiop:run-program "sudo apt install -y curl git sbcl libncurses5-dev build-essential" :output :interactive)').
I fail to understand how trying to install sbcl would be useful in a script 'executed' by sbcl, especially as the documentation states that installing the sbcl package is a prerequisite.
Suggestion: the reason may be succinctly stated as a comment in the script.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The installation script provided for Linux distributions invokes sbcl which evals a script ( "linux-installer.lisp" ) which (around line 77) tries to install sbcl ( '(uiop:run-program "sudo apt install -y curl git sbcl libncurses5-dev build-essential" :output :interactive)').
I fail to understand how trying to install sbcl would be useful in a script 'executed' by sbcl, especially as the documentation states that installing the sbcl package is a prerequisite.
Suggestion: the reason may be succinctly stated as a comment in the script.
Beta Was this translation helpful? Give feedback.
All reactions