ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Excellent, thanks for a short and effective presentation 😊
Cool! To compile the function with max debug settings, there is also a handy Slime shortcut: C-u C-c C-c.
Thanks for sharing!
And what is that command? how do I enable that in sly?
@@hem1t0x01 It's "M-x slime-compile-defun" with a prefix argument, and I bet it's the same shortcut in Sly.
Wow I needed this 10+ years ago when I was taking a common lisp class. (I don't know how I got any of the programs working with just printing!)
I had been using print for a long time, and it works. But yes, the right setup really shows you what lisp can offer! Maybe, nowadays, it is easier, there are more tutorial/books and pre-configured environments (like portacle).
Thank you for the nice explanation.
You're welcome! 😊
awesome, can this be used with elisp?
No, you cannot directly, those features are quite specific to common lisp.
great thanks!
Looks like Slime doesn't work with Emacs 29 without manually adding some legacy functions to your init.el
I am still on Emacs 28, so I haven't dealt with it. If it doesn't get fixed, I may do a video about it in the future, like a fresh install using a VM!
@@the-lisper sly is also available. :)
Yes, it has become my go to choice (as you can see in more recent videos)! :^) The idea of the first videos was to show the usage of portacle!
Sly worked out of the box for me, and had the same features.
Excellent, thanks for a short and effective presentation 😊
Cool! To compile the function with max debug settings, there is also a handy Slime shortcut: C-u C-c C-c.
Thanks for sharing!
And what is that command? how do I enable that in sly?
@@hem1t0x01 It's "M-x slime-compile-defun" with a prefix argument, and I bet it's the same shortcut in Sly.
Wow I needed this 10+ years ago when I was taking a common lisp class. (I don't know how I got any of the programs working with just printing!)
I had been using print for a long time, and it works. But yes, the right setup really shows you what lisp can offer! Maybe, nowadays, it is easier, there are more tutorial/books and pre-configured environments (like portacle).
Thank you for the nice explanation.
You're welcome! 😊
awesome, can this be used with elisp?
No, you cannot directly, those features are quite specific to common lisp.
great thanks!
Looks like Slime doesn't work with Emacs 29 without manually adding some legacy functions to your init.el
I am still on Emacs 28, so I haven't dealt with it. If it doesn't get fixed, I may do a video about it in the future, like a fresh install using a VM!
@@the-lisper sly is also available. :)
Yes, it has become my go to choice (as you can see in more recent videos)! :^)
The idea of the first videos was to show the usage of portacle!
Sly worked out of the box for me, and had the same features.