amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
rkazak has joined #commonlisp
amb007 has quit [Ping timeout: 248 seconds]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
cqst has joined #commonlisp
Th30n has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
oneeyedalien has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
wacki has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mgl_ has joined #commonlisp
shka has joined #commonlisp
rkazak has joined #commonlisp
King_julian has joined #commonlisp
wacki has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
amb007 has quit [Ping timeout: 248 seconds]
zwr has joined #commonlisp
mishoo has quit [Ping timeout: 244 seconds]
rtypo has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
amb007 has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
jonatack has quit [Ping timeout: 260 seconds]
pve has joined #commonlisp
dino_tutter has joined #commonlisp
jonatack has joined #commonlisp
rkazak has joined #commonlisp
shka has quit [Read error: Connection reset by peer]
oneeyedalien has quit [Ping timeout: 276 seconds]
ejohnson has joined #commonlisp
rkazak has quit [Ping timeout: 265 seconds]
shka has joined #commonlisp
vardhan__ has joined #commonlisp
aadcg has joined #commonlisp
rkazak has joined #commonlisp
oneeyedalien has joined #commonlisp
pkal has quit [Ping timeout: 248 seconds]
vardhan_ has joined #commonlisp
vardhan__ has quit [Ping timeout: 244 seconds]
liminality has joined #commonlisp
pkal has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
rkazak has joined #commonlisp
ingeniot has joined #commonlisp
oneeyedalien has quit [Quit: Leaving]
mishoo has joined #commonlisp
dino_tutter has quit [Ping timeout: 260 seconds]
rkazak has quit [Ping timeout: 248 seconds]
ingeniot has quit [Ping timeout: 240 seconds]
King_julian has quit [Read error: Connection reset by peer]
rkazak has joined #commonlisp
Guest8390 has quit [Ping timeout: 244 seconds]
fnat has joined #commonlisp
King_julian has joined #commonlisp
Guest8390 has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
bitspook has quit [Read error: Connection reset by peer]
younder has quit [Remote host closed the connection]
chiselfuse has quit [Ping timeout: 264 seconds]
bitspook has joined #commonlisp
chiselfuse has joined #commonlisp
rkazak has joined #commonlisp
drewjose has quit [Quit: Ping timeout (120 seconds)]
drewjose has joined #commonlisp
varjag has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
King_julian has quit [Read error: Connection reset by peer]
kevingal has joined #commonlisp
mwnaylor has quit [Ping timeout: 245 seconds]
JuanDaugherty has joined #commonlisp
rkazak has joined #commonlisp
aadcg has quit [Ping timeout: 252 seconds]
younder has joined #commonlisp
rkazak has quit [Ping timeout: 264 seconds]
treflip has joined #commonlisp
<fnat>
We're organising a Lisp assembly at 38c3, the hacker conference happening in Germany at the end of the month. We're reaching out to various Lisp-related communities to see if anyone is also attending 38c3 and might be interested in joining us. Info: https://events.ccc.de/congress/2024/hub/en/assembly/lisp/
<ixelp>
38c3 - Assembly Lisp
<varjag>
looks interesting but bit of a short notice
<fnat>
varjag: Definitely short notice if you weren't planning to attend. But for those who will be at 38c3 anyway, I think there's still plenty of time!
yisef has joined #commonlisp
notzmv has quit [Ping timeout: 260 seconds]
yisef has quit [Client Quit]
random-nick has joined #commonlisp
rkazak has joined #commonlisp
rainthree has joined #commonlisp
rkazak has quit [Ping timeout: 272 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
treflip has quit [Remote host closed the connection]
jadzi has joined #commonlisp
King_julian has joined #commonlisp
ingeniot has joined #commonlisp
decweb has joined #commonlisp
jonatack has quit [Ping timeout: 260 seconds]
rkazak has joined #commonlisp
jonatack has joined #commonlisp
ingeniot has quit [Ping timeout: 240 seconds]
AetherWind has joined #commonlisp
treflip has joined #commonlisp
mange has quit [Quit: Zzz...]
rkazak has quit [Ping timeout: 248 seconds]
thollief has joined #commonlisp
jonatack has quit [Ping timeout: 245 seconds]
rkazak has joined #commonlisp
jonatack has joined #commonlisp
shawnw has quit [Ping timeout: 248 seconds]
ingeniot has joined #commonlisp
aadcg has joined #commonlisp
gnoo has quit [Ping timeout: 245 seconds]
gnoo has joined #commonlisp
rkazak has quit [Ping timeout: 264 seconds]
ingeniot has quit [Quit: Client closed]
aadcg has quit [Ping timeout: 265 seconds]
ebrasca has joined #commonlisp
rkazak has joined #commonlisp
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.3)]
rainthree has quit [Ping timeout: 252 seconds]
treflip has quit [Ping timeout: 265 seconds]
rkazak has quit [Ping timeout: 248 seconds]
King_julian has quit [Read error: Connection reset by peer]
JuanDaugherty has joined #commonlisp
rkazak has joined #commonlisp
duuqnd_ has joined #commonlisp
duuqnd has quit [Ping timeout: 245 seconds]
duuqnd_ is now known as duuqnd
rkazak has quit [Ping timeout: 248 seconds]
yitzi has joined #commonlisp
nerap has joined #commonlisp
kevingal has quit [Ping timeout: 246 seconds]
<nerap>
hi, I'm using sxql and need to create a database column which has the type "varchar(128) array[3]", what's the proper syntax for that? I've tried '(varchar 128 array) ,which works, but specifying a length for the array is iffy. I was hoping someone in here uses that library.
<beach>
nerap: I don't have an answer for you, but I am curious as to why you are using a relational database.
<nerap>
I'm using it to store records related to persons.
<nerap>
'(varchar 64 array[128]) works, but it doesn't easily work with backquote notation.
<nerap>
it seems like using literal strings with format is the way to go. Kind of defeats the purpose of a lispy syntax...
<beach>
And why are you not using S-expressions in a file? Do you have huge amounts of data? Or simultaneous access by multiple processes?
kopiyka_ has quit [Remote host closed the connection]
<nerap>
There will be a huge amount of data. The db will accomodate tens of thousands of users.
<nerap>
I rely on established technology. I'm not a db expert.
rkazak has joined #commonlisp
kopiyka has joined #commonlisp
<nerap>
I can use those, but implementing such a thing is reinventing the wheel. psql + redis is proven.
treflip has quit [Remote host closed the connection]
reb has quit [Remote host closed the connection]
reb has joined #commonlisp
reb has quit [Remote host closed the connection]
reb has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
reb has quit [Remote host closed the connection]
reb has joined #commonlisp
mgl_ has quit [Ping timeout: 244 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 246 seconds]
gorignak has quit [Quit: quit]
gorignak has joined #commonlisp
shawnw has joined #commonlisp
mgl_ has joined #commonlisp
AetherWind has quit [Quit: leaving]
jadzi has quit [Remote host closed the connection]
alendvai__ has joined #commonlisp
rkazak has joined #commonlisp
yitzi has joined #commonlisp
molson_ has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
molson has quit [Ping timeout: 260 seconds]
vardhan_ has quit [Ping timeout: 246 seconds]
Pixel_Outlaw has joined #commonlisp
BrokenCog has joined #commonlisp
<BrokenCog>
hellos. Question about roswell ... if anyone is using this. Is it still relevant? the manual says "ros use sbcl" to use the installed sbcl version in $PATH ... but it always wants to download a newer version ... any suggestion what I'm doing wrong?
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 244 seconds]
Lord_of_Life_ is now known as Lord_of_Life
rkazak has joined #commonlisp
Noisytoot has quit [Remote host closed the connection]
shawnw has quit [Quit: Konversation terminated!]
Noisytoot has joined #commonlisp
zxcvz has joined #commonlisp
amb007 has quit [Ping timeout: 264 seconds]
amb007 has joined #commonlisp
Noisytoot has quit [Remote host closed the connection]
Noisytoot has joined #commonlisp
zxcvz has quit [Quit: zxcvz]
rkazak has quit [Ping timeout: 246 seconds]
rainthree has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
mishoo has quit [Ping timeout: 244 seconds]
alendvai__ is now known as attila_lendvai
trocado has joined #commonlisp
rkazak has joined #commonlisp
rainthree has quit [Ping timeout: 248 seconds]
kadir has joined #commonlisp
zwr has quit [Read error: Connection reset by peer]
zwr has joined #commonlisp
rkazak has quit [Ping timeout: 260 seconds]
kevingal has joined #commonlisp
attila_lendvai_ has joined #commonlisp
attila_lendvai has quit [Ping timeout: 252 seconds]
bitspook has quit [Ping timeout: 272 seconds]
wacki has quit [Read error: Connection reset by peer]