jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
rkazak has joined #commonlisp
zenmov has quit [Ping timeout: 252 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 260 seconds]
JuanDaugherty has joined #commonlisp
pranav has quit [Read error: Connection reset by peer]
markb1 has quit [Read error: Connection reset by peer]
chomwitt has quit [Ping timeout: 244 seconds]
edgar-rft_ has joined #commonlisp
edgar-rft` has quit [Ping timeout: 252 seconds]
chum-cha has joined #commonlisp
markb1 has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
zenmov has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
rkazak has joined #commonlisp
zenmov_ has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
zenmov has quit [Ping timeout: 276 seconds]
rkazak has joined #commonlisp
vardhan has joined #commonlisp
rkazak has quit [Ping timeout: 248 seconds]
zwr has quit [Read error: Connection reset by peer]
rkazak has joined #commonlisp
semz has quit [Quit: ZNC 1.8.2+deb2ubuntu0.1 - https://znc.in]
JuanDaugherty has quit [Quit: JuanDaugherty]
semz has joined #commonlisp
zwr has joined #commonlisp
rkazak has quit [Ping timeout: 245 seconds]
chum-cha has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
pranav has joined #commonlisp
anticomputer has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
rkazak has joined #commonlisp
amb007 has joined #commonlisp
rkazak has quit [Ping timeout: 245 seconds]
amb007 has quit [Ping timeout: 245 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
random-nick has quit [Ping timeout: 252 seconds]
zenmov_ has quit [Read error: Connection reset by peer]
pkal_ has joined #commonlisp
pkal has quit [Ping timeout: 252 seconds]
pkal_ is now known as pkal
rkazak has joined #commonlisp
Everything has quit [Quit: leaving]
zenmov has joined #commonlisp
rkazak has quit [Ping timeout: 248 seconds]
mala has quit [Ping timeout: 245 seconds]
luis has quit [Quit: The Lounge - https://thelounge.chat]
luis has joined #commonlisp
rkazak has joined #commonlisp
szkl has quit [Quit: Connection closed for inactivity]
rkazak has quit [Ping timeout: 276 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
zwr has quit [Read error: Connection reset by peer]
zwr has joined #commonlisp
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 245 seconds]
ryefolk has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
ryefolk has quit [Client Quit]
mgl_ has joined #commonlisp
rkazak has joined #commonlisp
mishoo has joined #commonlisp
rkazak has quit [Ping timeout: 276 seconds]
amb007 has joined #commonlisp
mishoo has quit [Ping timeout: 276 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
cmack` has joined #commonlisp
cmack has quit [Ping timeout: 248 seconds]
puke has joined #commonlisp
pve has joined #commonlisp
rkazak has joined #commonlisp
puke has quit [Quit: WeeChat 3.8]
puke has joined #commonlisp
puke has quit [Client Quit]
puke has joined #commonlisp
puke has quit [Client Quit]
puke has joined #commonlisp
puke has quit [Client Quit]
puke has joined #commonlisp
rkazak has quit [Ping timeout: 245 seconds]
wacki has joined #commonlisp
rainthree has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
rkazak has joined #commonlisp
mi6x3m has joined #commonlisp
rkazak has quit [Ping timeout: 248 seconds]
mi6x3m has quit [Quit: Leaving]
AetherWind has joined #commonlisp
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
rkazak has joined #commonlisp
Gleefre has joined #commonlisp
brokkoli_origin has quit [Remote host closed the connection]
prokhor has quit [Remote host closed the connection]
JuanDaugherty has joined #commonlisp
rkazak has quit [Ping timeout: 245 seconds]
brokkoli_origin has joined #commonlisp
mgl_ has quit [Ping timeout: 252 seconds]
green_ has joined #commonlisp
rainthree has quit [Ping timeout: 265 seconds]
rkazak has joined #commonlisp
<green_> Maybe it's too early for me.. but I'm scratching my head over something that should be obvious. I have a list, alist, of 1000 unique integers. However, after I (sort alist #'<), alist only has 468 items in it. Why is that?
<green_> Interestingly, the same code with clisp works as expected.
<scymtym> do you get the sorted list from the variable alist or from the return value of the sort call?
mwnaylor has quit [Ping timeout: 276 seconds]
szkl has joined #commonlisp
<ixelp> UNTITLED - Pastebin Service
cmack` is now known as cmack
rainthree has joined #commonlisp
<green_> Oh.. https://paste.centos.org/view/6a1fbb24 suggests that the return value of sort is correct (1000 items), but alist is hopelessly destroyed
<ixelp> UNTITLED - Pastebin Service
<scymtym> ok, the function sort cannot change the value of the variable alist. sort "destructively" rearranges the list and returns the cons that is the new start of the list. the variable alist still point to the same cons as before which might now be somewhere in the middle of the list
<green_> I understand this now. Thank you!
<scymtym> sure. this behavior is surprising, of course, since other destructive sequence functions are generally called fnoowhen foo is the non-destructive variant
<scymtym> nfoo, i mean
rkazak has quit [Ping timeout: 264 seconds]
puke has quit [Ping timeout: 246 seconds]
puke has joined #commonlisp
puke has quit [Client Quit]
mishoo has joined #commonlisp
rkazak has joined #commonlisp
notzmv has quit [Ping timeout: 248 seconds]
<srji> \o/
<jackdaniel> \o\
<jackdaniel> /o/
zwr has quit [Read error: Connection reset by peer]
notzmv has joined #commonlisp
zwr has joined #commonlisp
rkazak has quit [Ping timeout: 248 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
rkazak has joined #commonlisp
random-nick has joined #commonlisp
asarch has joined #commonlisp
ixelp has quit [Ping timeout: 252 seconds]
ixelp has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
rainthree has quit [Ping timeout: 272 seconds]
<srji> |o|
<srji> this is a tie figther
toch has joined #commonlisp
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 264 seconds]
ebrasca has joined #commonlisp
rkazak has joined #commonlisp
mi6x3m has joined #commonlisp
<mi6x3m> friends if I have a macro parameter a list (a b c), how can I get the length before returning the body?
<mi6x3m> (and pass the length into the body)
<mi6x3m> gensym and then setf to (length <stuff>) ?
rainthree has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
mi6x3m has quit [Remote host closed the connection]
<ebrasca> mi6x3m: do you like it to be done at runtime?
rainthree has quit [Ping timeout: 252 seconds]
srji has quit [Quit: leaving]
zwr has quit [Read error: Connection reset by peer]
zwr has joined #commonlisp
rkazak has joined #commonlisp
livoreno has joined #commonlisp
<jackdaniel> `(let ((,gen
<jackdaniel> `(let ((,gen ,(length x))) ...)
rkazak has quit [Ping timeout: 260 seconds]
King_julian has joined #commonlisp
notzmv has quit [Read error: Connection reset by peer]
notzmv has joined #commonlisp
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 245 seconds]
AetherWind has quit [Quit: leaving]
rkazak has joined #commonlisp
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
kevingal has joined #commonlisp
zenmov has quit [Quit: leaving]
vardhan has quit [Ping timeout: 255 seconds]
zenmov has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
deadmarshal_ has quit [Quit: IRCNow and Forever!]
zenmov has quit [Quit: leaving]
King_julian has quit [Read error: Connection reset by peer]
zenmov has joined #commonlisp
green_ has quit [Quit: Leaving]
eddof13 has joined #commonlisp
rkazak has joined #commonlisp
eddof13 has quit [Quit: eddof13]
deadmarshal_ has joined #commonlisp
mgl_ has joined #commonlisp
chomwitt has joined #commonlisp
rkazak has quit [Ping timeout: 272 seconds]
shka has joined #commonlisp
livoreno has quit [Quit: Connection closed for inactivity]
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
rkazak has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shka has joined #commonlisp
King_julian has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 248 seconds]
NotThatRPG has joined #commonlisp
mgl_ has quit [Ping timeout: 272 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rkazak has joined #commonlisp
asarch has quit [Quit: Leaving]
King_julian has quit [Read error: Connection reset by peer]
rkazak has quit [Ping timeout: 252 seconds]
jonatack has joined #commonlisp
mgl_ has joined #commonlisp
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
chomwitt has quit [Ping timeout: 264 seconds]
rkazak has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 252 seconds]
Lord_of_Life has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
Gleefre has quit [Ping timeout: 256 seconds]
mgl_ has quit [Ping timeout: 272 seconds]
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
rkazak has quit [Ping timeout: 260 seconds]
chomwitt has joined #commonlisp
puchacz has joined #commonlisp
ryefolk has joined #commonlisp
rainthree has joined #commonlisp
rkazak has joined #commonlisp
dstein64- has joined #commonlisp
Gleefre has joined #commonlisp
ryefolk has quit [Quit: WeeChat 4.4.2]
dstein64 has quit [Ping timeout: 246 seconds]
dstein64- is now known as dstein64
bjorkintosh has quit [Ping timeout: 260 seconds]
rkazak has quit [Ping timeout: 244 seconds]
rainthree has quit [Ping timeout: 244 seconds]
szkl has quit [Quit: Connection closed for inactivity]
mgl_ has joined #commonlisp
poopiedookie has joined #commonlisp
mishoo has quit [Ping timeout: 248 seconds]
rkazak has joined #commonlisp
NotThatRPG has joined #commonlisp
wacki has quit [Read error: Connection reset by peer]
wacki has joined #commonlisp
rkazak has quit [Ping timeout: 245 seconds]
slyrus has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
<slyrus> Greetings lispers. It's been a minute :)
cage has quit [Quit: rcirc on GNU Emacs 29.4]
<poopiedookie> slyrus: Greetings.
varjag has joined #commonlisp
pve has quit [Quit: leaving]
puchacz11 has joined #commonlisp
kevingal has quit [Ping timeout: 276 seconds]
puchacz has quit [Ping timeout: 256 seconds]
rkazak has joined #commonlisp
Krystof has joined #commonlisp
markb1 has quit [Ping timeout: 260 seconds]
<Krystof> slyrus: long time
amb007 has quit [Ping timeout: 272 seconds]
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
Everything has joined #commonlisp
mgl_ has quit [Ping timeout: 252 seconds]
decweb has joined #commonlisp
<slyrus> Hey Krystof! Indeed. My lisp-fu is quite rusty, sad to say.
markb1 has joined #commonlisp
rkazak has quit [Ping timeout: 244 seconds]
<slyrus> I feel like a crazy old man talking about punchcards and reel-to-reel tapes when I suggest to the kids at work that they try lisp and emacs :(
<slyrus> It's all vscode and python, I'm afraid.
rkazak has joined #commonlisp
<slyrus> Does anyone still use emacs/slime and, perhaps more importantly, does anyone offer any consulting services to help organizations get up to speed running emacs/slime/sbcl?
NotThatRPG_ has joined #commonlisp
<varjag> we used an online video tutorial iirc
<varjag> tho not sure what exactly it covered, sly or slime
NotThatRPG has quit [Ping timeout: 252 seconds]
<random-nick> by "Does anyone still use emacs/slime" do you mean in the CL community or in the general programming community? in the CL community it's the most popular setup afaik
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<slyrus> yeah, I meant here :) so you're telling me the kool kids aren't all using sly or neovim or lem or some such?
<slyrus> I'd love to have a clean, modern-ish emacs setup that leaves behind all of my decades of cruft but has, e.g. working slime, tab-completion, clhs lookup, my keybindings (guess I can't leave it _all_ behind) :), etc...
amb007 has joined #commonlisp
puchacz11 has quit [Quit: Client closed]
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
<tux0r> sly is not notably better than slime
amb007 has quit [Ping timeout: 252 seconds]
<tux0r> neovim is awful (modal editing should be a valid punishment IMO)
<tux0r> and lem is "emacs, but just not emacs", so why not just use emacs?
<Krystof> slyrus: regarding consultancy, I don't know but I would suggest asking stylewarning for his experience at whatever his outfit is now
pillton has joined #commonlisp
szkl has joined #commonlisp
NotThatRPG_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chomwitt has quit [Ping timeout: 276 seconds]
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
shka has quit [Quit: Konversation terminated!]
JuanDaugherty has joined #commonlisp
mwnaylor has joined #commonlisp
Everything has quit [Ping timeout: 276 seconds]
Everything has joined #commonlisp
brokkoli_origin has quit [Ping timeout: 248 seconds]
varjag has quit [Remote host closed the connection]
brokkoli_origin has joined #commonlisp
dino_tutter has quit [Ping timeout: 246 seconds]
NotThatRPG has joined #commonlisp
JuanDaugherty has quit [Quit: JuanDaugherty]
amb007 has joined #commonlisp
Pixel_Outlaw has quit [Remote host closed the connection]
rkazak has quit [Ping timeout: 276 seconds]
GalaxyNova has joined #commonlisp