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/>
pve has quit [Quit: leaving]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 268 seconds]
Lord_of_Life_ is now known as Lord_of_Life
gjvc has joined #commonlisp
lucasta has joined #commonlisp
waleee has quit [Ping timeout: 240 seconds]
szkl has quit [Quit: Connection closed for inactivity]
karlosz has quit [Quit: karlosz]
akoana has joined #commonlisp
GnarledHorn has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
GnarledHorn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tyson2 has joined #commonlisp
random-nick has quit [Ping timeout: 256 seconds]
czy has quit [Remote host closed the connection]
dcb has quit [Quit: MSN Messenger v2.16.1]
kevingal has joined #commonlisp
guest1734 has joined #commonlisp
Guest64 has joined #commonlisp
synbian has quit [Remote host closed the connection]
chrcav has quit [Ping timeout: 240 seconds]
chrcav has joined #commonlisp
igemnace has joined #commonlisp
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Ping timeout: 256 seconds]
kevingal has quit [Remote host closed the connection]
igemnace has quit [Remote host closed the connection]
akoana has quit [Quit: leaving]
jmdaemon has joined #commonlisp
istewart has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
beach` has joined #commonlisp
beach has quit [Ping timeout: 248 seconds]
guest1734 has quit [Remote host closed the connection]
Guest64 has quit [Quit: Client closed]
istewart has quit [Quit: Konversation terminated!]
beach` is now known as beach
NotThatRPG has joined #commonlisp
NotThatRPG has quit [Ping timeout: 256 seconds]
azimut has quit [Ping timeout: 240 seconds]
shka has joined #commonlisp
rgherdt has joined #commonlisp
anticomputer_ has joined #commonlisp
anticomputer has quit [Ping timeout: 240 seconds]
pve has joined #commonlisp
gxt__ has quit [Remote host closed the connection]
anticomputer_ has quit [Remote host closed the connection]
anticomputer has joined #commonlisp
gxt__ has joined #commonlisp
remexre has quit [Read error: Connection reset by peer]
remexre has joined #commonlisp
parjanya has quit [Remote host closed the connection]
chrcav has quit [Ping timeout: 240 seconds]
chrcav has joined #commonlisp
thonkpod has quit [Ping timeout: 265 seconds]
thonkpod has joined #commonlisp
lucasta has quit [Remote host closed the connection]
rgherdt has quit [Ping timeout: 240 seconds]
rgherdt has joined #commonlisp
karlosz has joined #commonlisp
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
n1to has joined #commonlisp
not-n1to has joined #commonlisp
n1to has quit [Ping timeout: 240 seconds]
mariari has joined #commonlisp
taichi has quit [Ping timeout: 240 seconds]
random-nick has joined #commonlisp
morganw has joined #commonlisp
mooseball has joined #commonlisp
tyson2 has joined #commonlisp
cage has joined #commonlisp
bird_ has quit [Ping timeout: 265 seconds]
bird_ has joined #commonlisp
lottaquestions has joined #commonlisp
Noisytoot has quit [Ping timeout: 256 seconds]
azimut has joined #commonlisp
jonatack1 has quit [Ping timeout: 240 seconds]
Noisytoot has joined #commonlisp
jonatack1 has joined #commonlisp
mooseball has quit [Quit: Leaving]
Noisytoot has quit [Excess Flood]
Noisytoot has joined #commonlisp
Noisytoot has quit [Ping timeout: 240 seconds]
Noisytoot has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 28.2]
mooseball has joined #commonlisp
amoroso has joined #commonlisp
amoroso has quit [Client Quit]
nij- has joined #commonlisp
puchacz has joined #commonlisp
mooseball has quit [Ping timeout: 240 seconds]
mooseball has joined #commonlisp
mjoerg has joined #commonlisp
mjoerg has quit [Remote host closed the connection]
GnarledHorn has joined #commonlisp
GnarledHorn has quit [Remote host closed the connection]
pranavats has joined #commonlisp
mjoerg has joined #commonlisp
mooseball has quit [Ping timeout: 240 seconds]
nij- has quit [Ping timeout: 250 seconds]
mjoerg has quit [Remote host closed the connection]
mjoerg has joined #commonlisp
mjoerg has quit [Remote host closed the connection]
mjoerg has joined #commonlisp
OlCe has joined #commonlisp
ym has joined #commonlisp
avocadoist has quit [Quit: Konversation terminated!]
avocadoist has joined #commonlisp
mjoerg has quit [Remote host closed the connection]
mjoerg has joined #commonlisp
mjoerg has quit [Remote host closed the connection]
azimut has quit [Ping timeout: 240 seconds]
Noisytoot has quit [Ping timeout: 240 seconds]
<knusbaum> Hey, anyone know how to explicitly make a bignum in sbcl?
zacque has joined #commonlisp
<knusbaum> I've declaimed type bignum on a variable and now it complains that I can't set the value to 0 because it's not of type bignum.
dcb has joined #commonlisp
<knusbaum> I tried coerce, but no luck.
zacque has quit [Client Quit]
Noisytoot has joined #commonlisp
amoroso has joined #commonlisp
<beach> 0 is never a bignum in SBCL.
<beach> Try (1+ most-positive-fixnum)
<beach> Put differently, you don't have a choice between fixnums and bignums. The value of the number determines what it is.
<beach> But why would you proclaim a variable to be of type bignum?
<knusbaum> Just experimenting with performance stuff. I wouldn't ever want to do it in the real world.
<knusbaum> Wondering if it can avoid the generic '*' dispatching to the correct function.
<knusbaum> Thanks for the info.
<beach> Pleasure.
lottaquestions has quit [Ping timeout: 248 seconds]
mjoerg has joined #commonlisp
GnarledHorn has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
contrapunctus has joined #commonlisp
NotThatRPG has joined #commonlisp
<knusbaum> trying to think of some interesting projects to do to get back into CL.
<knusbaum> Specifically around CLOS and maybe MOP.
<beach> A lot of modern Common Lisp code uses CLOS. Not necessarily the MOP though.
mjoerg has quit [Remote host closed the connection]
<ixelp> Suggested programming projects
<beach> But maybe you have seen that page already.
<knusbaum> Yes, MOP seems like one of those tools that's rarely useful, but when it is, it's *really* useful.
<knusbaum> I think I have, but I forgot about it. Thanks!
<beach> Sure.
<knusbaum> It's been a long time I've been away.
<beach> Welcome back!
minion has joined #commonlisp
NotThatRPG has quit [Ping timeout: 240 seconds]
minion has quit [Remote host closed the connection]
<beach> What kind of things are you interested in working on?
<knusbaum> It depends. I've done a lot of work in other languages ranging from OS kernels to network protocols and distributed systems to GUIs.
<beach> Impressive!
<knusbaum> Thanks! This is probably my largest and most useful CL project: https://github.com/knusbaum/clim-gopher
<ixelp> GitHub - knusbaum/clim-gopher: A gopher browser written in Common Lisp, using the McCLIM UI library.
<beach> Nice!
<knusbaum> I think I got a lot of advice from you and a few others here while I was doing that.
tyson2 has quit [Remote host closed the connection]
specbot has joined #commonlisp
<beach> Sounds plausible, but I don't remember any of it.
specbot has quit [Remote host closed the connection]
<knusbaum> It was at least 5 years ago, so makes sense.
<beach> It makes sense with my suboptimal memory. :)
<knusbaum> You know what? I know what I'll do. I had an idea for a document management system that I partially implemented in Go a while ago. I'll try that in CL now that I've discovered a lot of the pitfalls.
<beach> Sounds good.
minion has joined #commonlisp
<knusbaum> tag-based non-hierarchical document database, basically, that you can replicate to various storage backends.
minion has quit [Remote host closed the connection]
minion has joined #commonlisp
<knusbaum> bbl
* knusbaum waves
minion has quit [Remote host closed the connection]
minion has joined #commonlisp
minion has quit [Remote host closed the connection]
minion has joined #commonlisp
minion has quit [Remote host closed the connection]
specbot has joined #commonlisp
specbot has quit [Remote host closed the connection]
dcb has quit [Quit: MSN Messenger v2.16.1]
dcb has joined #commonlisp
<contrapunctus> beach: I'd suggest sharing https://codeberg.org/closos/projects/issues instead (and make a Codeberg account so you can interact with this and the McCLIM repository)
<ixelp> Issues - projects - Codeberg.org
amoroso has quit [Quit: Client closed]
McParen has joined #commonlisp
amoroso has joined #commonlisp
azimut has joined #commonlisp
Noisytoot has quit [Ping timeout: 256 seconds]
dcb has quit [Quit: MSN Messenger v2.16.1]
dcb has joined #commonlisp
Mandus has quit [Ping timeout: 248 seconds]
Noisytoot has joined #commonlisp
Mandus has joined #commonlisp
GnarledHorn has quit [Remote host closed the connection]
GnarledHorn has joined #commonlisp
GnarledHorn has quit [Remote host closed the connection]
GnarledHorn has joined #commonlisp
GnarledHorn has quit [Remote host closed the connection]
<beach> contrapunctus: I'll try to remember all that. Now I am off for today.
AnonBlade_Spider has joined #commonlisp
dcb has quit [Quit: MSN Messenger v2.16.1]
dcb has joined #commonlisp
perrierjouet has quit [Ping timeout: 260 seconds]
perrierjouet has joined #commonlisp
igemnace has joined #commonlisp
McParen has left #commonlisp [#commonlisp]
AnonBlade_Spider has quit [Quit: Client closed]
lucasta has joined #commonlisp
amoroso has quit [Quit: Client closed]
Noisytoot has quit [Ping timeout: 240 seconds]
tevo has joined #commonlisp
lottaquestions has joined #commonlisp
ym has quit [Ping timeout: 240 seconds]
Noisytoot has joined #commonlisp
n1to__ has joined #commonlisp
not-n1to has quit [Ping timeout: 268 seconds]
NotThatRPG has joined #commonlisp
GnarledHorn has joined #commonlisp
GnarledHorn has quit [Remote host closed the connection]
NotThatRPG has quit [Ping timeout: 276 seconds]
GnarledHorn has joined #commonlisp
morganw has quit [Remote host closed the connection]
Oladon has joined #commonlisp
tyson2 has joined #commonlisp
igemnace has quit [Remote host closed the connection]
igemnace has joined #commonlisp
GnarledHorn has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
LW has joined #commonlisp
LW has quit [Client Quit]
tyson2 has quit [Remote host closed the connection]
puchacz has quit [Quit: Client closed]
notzmv has joined #commonlisp
_cymew_ has quit [Ping timeout: 268 seconds]
waleee has joined #commonlisp
notzmv has quit [Ping timeout: 240 seconds]
shka has quit [Ping timeout: 240 seconds]
MajorBiscuit has joined #commonlisp
igemnace has quit [Remote host closed the connection]
lottaquestions has quit [Ping timeout: 256 seconds]
MajorBiscuit has quit [Quit: WeeChat 3.6]
rgherdt has quit [Remote host closed the connection]
notzmv has joined #commonlisp
lottaquestions has joined #commonlisp
chrcav has quit [*.net *.split]
euandreh has quit [*.net *.split]
Perflosopher has quit [*.net *.split]
Alfr has quit [*.net *.split]
kurfen has quit [*.net *.split]
hrberg has quit [*.net *.split]
kagevf has quit [*.net *.split]
prokhor has quit [*.net *.split]
phantomics has quit [*.net *.split]
markasoftware has quit [*.net *.split]
oljenkins has quit [*.net *.split]
luis has quit [*.net *.split]
jamesmartinez has quit [*.net *.split]
jurassic has quit [*.net *.split]
aeth has quit [*.net *.split]
justache has quit [*.net *.split]
sukaeto has quit [*.net *.split]
hrberg has joined #commonlisp
kagevf has joined #commonlisp
jamesmartinez has joined #commonlisp
prokhor has joined #commonlisp
jurassic has joined #commonlisp
chrcav has joined #commonlisp
Alfr has joined #commonlisp
justache has joined #commonlisp
justache has quit [Max SendQ exceeded]
markasoftware has joined #commonlisp
sukaeto has joined #commonlisp
kurfen has joined #commonlisp
euandreh has joined #commonlisp
oljenkins has joined #commonlisp
aeth has joined #commonlisp
justache has joined #commonlisp
phantomics has joined #commonlisp
czy has joined #commonlisp