Skip to content

Setting up quicklisp without interactive input #23

@jwg4

Description

@jwg4

Hi there, I am using sbcl and would like to run the quicklisp setup using the instructions on the quicklisp site https://www.quicklisp.org/beta/#installation or the very similar ones here: https://lisp-lang.org/learn/getting-started/

However, I'd like to be able to do this using a script which runs automatically on a test machine where there is no possibility for interactive input to the script.

This fails because ql:add-to-init-file waits for 'Enter' to go ahead and write to the sbcl config file.

Is there some way I can workaround this currently? If not, could the function be changed so that optionally it doesn't need Enter?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions