Skip to main content

Questions tagged [common-lisp]

Editing Common Lisp code and working with inferior Common Lisp read-eval-print loops. Note that Emacs's Lisp dialect is not Common Lisp; for Emacs Lisp, use the tag [elisp].

1 vote
1 answer
89 views

Full newbie here, trying to try common lisp. I'm stuck at the very beginning, so I'm obviously missing some naming / nomenclature / subtlety about asdf and (potentially ?) sly. I followed the cookbook:...
phtrivier's user avatar
  • 165
2 votes
0 answers
182 views

I'm looking for the best lsp to program in common lisp in emacs along with slime, I tried to download cl-lsp but I couldn't! I would like to know if there are any other known lsp...
Bruno Ciccarino's user avatar
1 vote
2 answers
933 views

I want to get started with Common Lisp and I follow this guide to install it on my arch linux machine. However, this call fails: (load (expand-file-name "~/.quicklisp/slime-helper.el")) ......
user avatar
2 votes
4 answers
360 views

I think emacs is just brilliant. The help functionality with C-h is extremely useful. Recently, I started coding in SB Common Lisp. It would be very useful if I could search the definitions of ...
Vinn's user avatar
  • 333
0 votes
1 answer
126 views

In emacs lisp variables are not case sensitive, so if I define a variable x, I can access it using X, but I can modify the elisp behavior by (setq readtable-case :preserve), is there something similar ...
Atreyagaurav's user avatar
1 vote
0 answers
163 views

What's the value in using a REPL? I've always wondered the advantages/disadvantages of using a REPL are (if there are any) as opposed to eval-print-last-sexp and then undoing the text printed (or ...
John DeBord's user avatar
1 vote
1 answer
489 views

I would like to start writing a few simple Domain Specific Languages in Common Lisp and would like the names of macros I define to be highlighted as if they were Common Lisp functions or macros in ...
Rama Lakshmanan's user avatar
1 vote
1 answer
708 views

Config: (use-package yasnippet :ensure t :hook (prog-mode . yas-minor-mode) ) (use-package yasnippet-snippets :ensure t :after yas) (use-package common-lisp-snippets :ensure t :after ...
C-Entropy's user avatar
  • 143

15 30 50 per page