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…]
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.