help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I access cl-* system packages in sbcl + emacs + slime/sly?


From: Pierre Neidhardt
Subject: Re: How do I access cl-* system packages in sbcl + emacs + slime/sly?
Date: Sat, 06 Mar 2021 09:47:12 +0100

Hi Kurt,

Install cl-csv, then from a SLIME or SLY REPL you can call

--8<---------------cut here---------------start------------->8---
(asdf:load-system :cl-csv)
--8<---------------cut here---------------end--------------->8---

Try also the comma-commands.

If you install a Guix package after starting your REPL, you can refresh
ASDF paths with

--8<---------------cut here---------------start------------->8---
(asdf:clear-configuration)
--8<---------------cut here---------------end--------------->8---

Hope that helps!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]