Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add slime-connect-unix #1485

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

BierLiebHaber
Copy link
Contributor

This adds the slime-connect-unix command to connect to swank running on a local unix socket.
Required to use lem-project/micros#16 from Lem.

(define-command slime-connect-unix (socket-path &optional (start-repl t))
((:splice
(list (prompt-for-string "Hostname: " :initial-value "/tmp/micros.sock"))))
(let ((connection (progn
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a docstring?

@vindarel vindarel requested a review from cxxxr August 22, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants