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/>
wonko-the-sane has joined #commonlisp
Oladon has quit [Quit: Leaving.]
rgherdt has quit [Remote host closed the connection]
Gleefre has quit [Remote host closed the connection]
Logrus has quit [Quit: Client closed]
davidt has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 255 seconds]
Gleefre has joined #commonlisp
Lord_of_Life has joined #commonlisp
yitzi has quit [Remote host closed the connection]
Pixel_Outlaw has joined #commonlisp
habamax has quit [Remote host closed the connection]
waleee has quit [Ping timeout: 240 seconds]
tyson2 has quit [Remote host closed the connection]
Pixel_Outlaw has quit [Remote host closed the connection]
akoana has joined #commonlisp
X-Scale has joined #commonlisp
danza_ has joined #commonlisp
robin_ is now known as robin
danse-nr3 has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
danza_ has quit [Ping timeout: 258 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
bike has quit [Quit: sleep]
bike has joined #commonlisp
pranavats has left #commonlisp [Disconnected: Hibernating too long]
azimut has joined #commonlisp
wonko-the-sane has quit [Ping timeout: 256 seconds]
m5zs7k has quit [Quit: m5zs7k]
danse-nr3 has quit [Read error: Connection reset by peer]
m5zs7k has joined #commonlisp
danse-nr3 has joined #commonlisp
azimut has quit [Ping timeout: 256 seconds]
ldb has joined #commonlisp
ldb has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
akoana has quit [Quit: leaving]
Gleefre has quit [Remote host closed the connection]
contrapunctus has joined #commonlisp
wonko-the-sane has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
danse-nr3 has quit [Ping timeout: 258 seconds]
davidt has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1)]
danse-nr3 has joined #commonlisp
anticrisis has quit [Read error: Connection reset by peer]
anticrisis has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
dcb has quit [Quit: MSN Messenger 4.1.0]
X-Scale has quit [Quit: Client closed]
random-jellyfish has joined #commonlisp
random-jellyfish has joined #commonlisp
azimut has joined #commonlisp
bubblegum has joined #commonlisp
mathrick has quit [Ping timeout: 252 seconds]
kagevf has quit [Ping timeout: 252 seconds]
wonko-the-sane has quit [Remote host closed the connection]
pve has joined #commonlisp
notzmv has quit [Ping timeout: 258 seconds]
bubblegum has quit [Ping timeout: 255 seconds]
mathrick has joined #commonlisp
CO2 has joined #commonlisp
igemnace has joined #commonlisp
Cymew has joined #commonlisp
shka has joined #commonlisp
notzmv has joined #commonlisp
lottaquestions has quit [Remote host closed the connection]
lottaquestions has joined #commonlisp
bendersteed has joined #commonlisp
random-nick has joined #commonlisp
rgherdt has joined #commonlisp
rgherdt has quit [Client Quit]
danse-nr3 has quit [Remote host closed the connection]
rgherdt has joined #commonlisp
danse-nr3 has joined #commonlisp
rtypo has joined #commonlisp
mgl has joined #commonlisp
bendersteed has quit [Quit: bendersteed]
danse-nr3_ has joined #commonlisp
danse-nr3 has quit [Read error: Connection reset by peer]
travis has quit [Ping timeout: 246 seconds]
rgherdt has quit [Ping timeout: 255 seconds]
rgherdt has joined #commonlisp
Gleefre has joined #commonlisp
anticrisis has quit [Read error: Connection reset by peer]
dino_tutter has joined #commonlisp
travis has joined #commonlisp
donleo has joined #commonlisp
varjag has joined #commonlisp
dinomug has quit [Remote host closed the connection]
bendersteed has joined #commonlisp
danse-nr3_ has quit [Ping timeout: 272 seconds]
danse-nr3 has joined #commonlisp
makomo has quit [Ping timeout: 255 seconds]
Inline has joined #commonlisp
makomo has joined #commonlisp
semarie has quit [Quit: WeeChat 4.0.5]
semarie has joined #commonlisp
bendersteed has quit [Remote host closed the connection]
thollief has joined #commonlisp
random-jellyfish has quit [Ping timeout: 260 seconds]
random-jellyfish has joined #commonlisp
random-jellyfish has joined #commonlisp
random-jellyfish has quit [Changing host]
notzmv has quit [Ping timeout: 240 seconds]
puke has quit [Quit: puke]
vats has joined #commonlisp
puke has joined #commonlisp
chomwitt has joined #commonlisp
jjnkn has joined #commonlisp
makomo has quit [Ping timeout: 240 seconds]
makomo has joined #commonlisp
iosevka has joined #commonlisp
danse-nr3 has quit [Ping timeout: 255 seconds]
ebrasca has joined #commonlisp
igemnace has quit [Read error: Connection reset by peer]
igemnace has joined #commonlisp
Inline has quit [Quit: Leaving]
grawlinson_ has joined #commonlisp
<shka> hi all
<shka> i need to serialize lisp strings, and send over a wire, what encoding should I assume?
grawlinson has quit [Ping timeout: 240 seconds]
grawlinson_ is now known as grawlinson
<shka> utf-16?
<bike> Assume?
<bike> I mean I would recommend utf-8 if you can control the encoding.
<edgar-rft> depends on what encoding the receiver expects
vats has quit [Ping timeout: 260 seconds]
<shka> edgar-rft: well, i can pick encoding, but question is what i should pick so it could represent every string possible
<shka> in CL, that is
<bike> any unicode encoding should do that.
<shka> i see
grawlinson has quit [Quit: SIGTERM]
<shka> utf-8 handles asian scripts?
<bike> assuming your lisp doesn't have, like, Naxi Dongba script.
<bike> of course. it's an encoding. all the characters have a code point in the unicode repertoire, and utf-8 is just a way to encode a sequence of code points as bytes.
<shka> great
<shka> bike: thanks for answers
<shka> unicode is surprisingly confusing at times :-)
<bike> no problem. you should be able to use babel for encoding and decoding.
grawlinson has joined #commonlisp
<edgar-rft> to avoid further double-posting on #lisp: I think for internal representation UTF32 is most common, for on-the-wire encoding UTF-8 makes more sense
kwii has joined #commonlisp
kwii has left #commonlisp [#commonlisp]
yitzi has joined #commonlisp
danse-nr3 has joined #commonlisp
jjnkn has quit [Ping timeout: 264 seconds]
green_ has quit [Ping timeout: 255 seconds]
pranavats has joined #commonlisp
kwii has joined #commonlisp
kwii has quit [Read error: Connection reset by peer]
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
tyson2 has joined #commonlisp
waleee has joined #commonlisp
waleee has quit [Ping timeout: 258 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
Guest63 has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
<Guest63> Is it ok to ask emacs lisp questions here?
<beach> Not really. Try #lisp.
waleee has joined #commonlisp
green_ has joined #commonlisp
varjag has quit [Quit: ERC (IRC client for Emacs 27.1)]
Inline has joined #commonlisp
NotThatRPG has quit [Ping timeout: 240 seconds]
waleee has quit [Ping timeout: 264 seconds]
NotThatRPG has joined #commonlisp
msavoritias has joined #commonlisp
X-Scale has joined #commonlisp
Inline has quit [Quit: Leaving]
Inline has joined #commonlisp
CO2 has quit [Quit: WeeChat 4.1.0]
<lispmacs[work]> Guest63: the folks at #emacs are very helpful also
Inline has quit [Quit: Leaving]
Inline has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
waleee has joined #commonlisp
CO2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Guest63 has quit [Quit: Ping timeout (120 seconds)]
yitzi has quit [Remote host closed the connection]
Guest66 has joined #commonlisp
tyson2 has joined #commonlisp
Lycurgus has joined #commonlisp
Cymew has quit [Ping timeout: 260 seconds]
danse-nr3 has quit [Ping timeout: 255 seconds]
tyson2 has quit [Remote host closed the connection]
Lycurgus has quit [Quit: leaving]
waleee has quit [Quit: WeeChat 4.0.2]
danse-nr3 has joined #commonlisp
waleee has joined #commonlisp
rogersm has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
makomo has quit [Ping timeout: 255 seconds]
Inline has quit [Ping timeout: 260 seconds]
hrberg has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
hrberg has joined #commonlisp
danse-nr3_ has joined #commonlisp
danse-nr3 has quit [Read error: Connection reset by peer]
Guest66 has quit [Quit: Client closed]
cognemo has quit [Ping timeout: 258 seconds]
waleee has quit [Ping timeout: 258 seconds]
danse-nr3_ has quit [Remote host closed the connection]
danse-nr3_ has joined #commonlisp
randm has quit [Remote host closed the connection]
randm has joined #commonlisp
<pkal> I'd ask Elisp questions in #emacs, you just have to hope that there isn't an off-topic conversation going on that will overshadow your question
dino_tutter has quit [Ping timeout: 258 seconds]
makomo has joined #commonlisp
mgl has quit [Ping timeout: 264 seconds]
yitzi has joined #commonlisp
Guest63 has joined #commonlisp
Inline has joined #commonlisp
cognemo has joined #commonlisp
danse-nr3_ has quit [Ping timeout: 245 seconds]
X-Scale92 has joined #commonlisp
random-jellyfish has quit [Ping timeout: 260 seconds]
tyson2 has joined #commonlisp
X-Scale has quit [Ping timeout: 248 seconds]
danse-nr3_ has joined #commonlisp
danse-nr3 has joined #commonlisp
msavoritias has quit [Ping timeout: 245 seconds]
vats has joined #commonlisp
danse-nr3_ has quit [Ping timeout: 258 seconds]
Inline has quit [Quit: Leaving]
dcb has joined #commonlisp
random-jellyfish has joined #commonlisp
random-jellyfish has joined #commonlisp
random-jellyfish has quit [Changing host]
NotThatRPG has joined #commonlisp
X-Scale92 has quit [Quit: Client closed]
X-Scale has joined #commonlisp
pranavats has joined #commonlisp
jjnkn has joined #commonlisp
yitzi has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cage has joined #commonlisp
yitzi has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
NotThatRPG has joined #commonlisp
akyv13 has joined #commonlisp
random-jellyfish has quit [Ping timeout: 260 seconds]
Guest63 has quit [Quit: Client closed]
Inline has joined #commonlisp
Guest63 has joined #commonlisp
X-Scale has quit [Quit: Client closed]
X-Scale has joined #commonlisp
X-Scale has quit [Quit: Client closed]
akyv13 has quit [Ping timeout: 272 seconds]
X-Scale has joined #commonlisp
danse-nr3 has quit [Ping timeout: 260 seconds]
azimut has quit [Ping timeout: 256 seconds]
simendsjo has joined #commonlisp
Guest63 has quit [Quit: Client closed]
vats has quit [Ping timeout: 248 seconds]
Guest63 has joined #commonlisp
amb007 has quit [Ping timeout: 264 seconds]
amb007 has joined #commonlisp
<NotThatRPG> Is there an explanation somewhere about why there's `alexandria-1` and `alexandria-2`?
<skin> I seem to remember reading about it somewhere. Basically they wanted to change alexandria's API, but didn't want to break people. So they froze what they had in time as "alexandria-1" and made "a-2" and you have to opt into it.
dino_tutter has joined #commonlisp
<ixelp> Explain versioning policy (5e5c7d83) · Commits · alexandria / alexandria · GitLab
<ixelp> Commits · 7cef01b29f7d011c9cacaee5363601c8e6ed8aee · alexandria / alexandria · GitLab
<skin> I found what I read! It's in the Alexandria repo README.
Guest63 has quit [Ping timeout: 248 seconds]
amb007 has quit [Ping timeout: 240 seconds]
X-Scale has quit [Quit: Client closed]
loke has quit [Quit: ZNC - http://znc.in]
ebrasca has quit [Remote host closed the connection]
ebrasca has joined #commonlisp
jjnkn has quit [Quit: leaving]
pranavats has left #commonlisp [Error from remote client]
santiagopim has joined #commonlisp
ebrasca has quit [Remote host closed the connection]
santiagopim has quit [Remote host closed the connection]
waleee has joined #commonlisp
varjag has joined #commonlisp
pranavats has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
anticrisis has joined #commonlisp
Gleefre has joined #commonlisp
danza_ has joined #commonlisp
Guest63 has joined #commonlisp
msavoritias has joined #commonlisp
<moon-child> hey, somebody understands what backwards compatibility means! That is rare
thollief has quit [Quit: Leaving]
danza_ has quit [Remote host closed the connection]
danza_ has joined #commonlisp
semz has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
danza_ has quit [Ping timeout: 240 seconds]
msavoritias has quit [Read error: Connection reset by peer]
semz has joined #commonlisp
X-Scale has joined #commonlisp
jmdaemon has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
cage has quit [Quit: rcirc on GNU Emacs 29.1]
contrapunctus has joined #commonlisp
alendvai__ has joined #commonlisp
ebrasca has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
igemnace has quit [Read error: Connection reset by peer]
Guest63 has quit [Quit: Client closed]
amb007 has joined #commonlisp
dajole has joined #commonlisp
igemnace has joined #commonlisp
jmdaemon has quit [Ping timeout: 255 seconds]
contrapunctus has left #commonlisp [#commonlisp]
X-Scale has quit [Quit: Client closed]
contrapunctus has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
Gleefre has joined #commonlisp
kurfen has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
amb007 has quit [Ping timeout: 248 seconds]
simendsjo has quit [Ping timeout: 255 seconds]
jmdaemon has joined #commonlisp
yitzi has quit [Remote host closed the connection]
igemnace has quit [Remote host closed the connection]
X-Scale has joined #commonlisp
ebrasca has quit [Ping timeout: 255 seconds]
amb007 has joined #commonlisp
jmdaemon has quit [Ping timeout: 264 seconds]
Inline has quit [Ping timeout: 258 seconds]
NotThatRPG has joined #commonlisp
jmdaemon has joined #commonlisp
NotThatRPG has quit [Client Quit]
sjl has joined #commonlisp
shka has quit [Ping timeout: 260 seconds]
Inline has joined #commonlisp
alendvai__ is now known as attila_lendvai
Lycurgus has joined #commonlisp
Lycurgus has quit [Changing host]
Lycurgus has joined #commonlisp
pve has quit [Quit: leaving]
attila_lendvai has quit [Ping timeout: 240 seconds]
Inline has quit [Ping timeout: 245 seconds]
Inline has joined #commonlisp
green_ has quit [Ping timeout: 240 seconds]
Gleefre has quit [Remote host closed the connection]
rgherdt has quit [Remote host closed the connection]
random-nick has quit [Ping timeout: 255 seconds]
varjag has quit [Quit: ERC 5.4.1 (IRC client for GNU Emacs 29.0.50)]
Lycurgus has quit [Quit: leaving]
habamax has joined #commonlisp
triffid has quit [Remote host closed the connection]
slyrus has quit []
rtypo has quit [Ping timeout: 255 seconds]
Gleefre has joined #commonlisp
NotThatRPG has joined #commonlisp
triffid has joined #commonlisp
dino_tutter has quit [Ping timeout: 240 seconds]
jeffrey has quit [Remote host closed the connection]
jeffrey has joined #commonlisp
jmdaemon has quit [Ping timeout: 255 seconds]
jonatack has joined #commonlisp
jon_atack has quit [Read error: Connection reset by peer]
green_ has joined #commonlisp
X-Scale7 has joined #commonlisp
X-Scale has quit [Ping timeout: 248 seconds]
knusbaum has quit [Ping timeout: 255 seconds]
donleo has quit [Ping timeout: 255 seconds]
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
NotThatRPG has joined #commonlisp
green_ has quit [Ping timeout: 248 seconds]
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
pranavats has quit [Ping timeout: 258 seconds]
dinomug has joined #commonlisp