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/>
karlosz has joined #commonlisp
morganw has quit [Remote host closed the connection]
tyson2 has joined #commonlisp
karlosz has quit [Read error: Connection reset by peer]
karlosz has joined #commonlisp
Oladon has joined #commonlisp
perrierjouet has quit [Quit: WeeChat 3.7.1]
karlosz has quit [Quit: karlosz]
aartaka has quit [Ping timeout: 264 seconds]
aartaka has joined #commonlisp
pillton has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
pfd has joined #commonlisp
Lord_Nightmare has joined #commonlisp
perrierjouet has joined #commonlisp
jeosol has quit [Ping timeout: 260 seconds]
Fare has quit [Ping timeout: 260 seconds]
perrierjouet has quit [Killed (ozone (No Spam))]
Oladon has quit [Read error: Connection reset by peer]
Oladon has joined #commonlisp
rogersm has quit [Read error: Connection reset by peer]
rogersm has joined #commonlisp
hashfunc has joined #commonlisp
notzmv has quit [Remote host closed the connection]
perrierjouet has joined #commonlisp
dipper has quit [Remote host closed the connection]
attila_lendvai has quit [Ping timeout: 264 seconds]
dipper has joined #commonlisp
thuna` has quit [Ping timeout: 268 seconds]
perrierjouet has quit [Quit: WeeChat 3.7.1]
perrierjouet has joined #commonlisp
notzmv has joined #commonlisp
causal has joined #commonlisp
epony has quit [Ping timeout: 268 seconds]
dipper has quit [Remote host closed the connection]
aartaka has quit [Ping timeout: 256 seconds]
dipper has joined #commonlisp
aartaka has joined #commonlisp
jeosol has joined #commonlisp
hashfunc has quit [Remote host closed the connection]
perrierjouet has quit [Quit: WeeChat 3.7.1]
NotThatRPG_ has joined #commonlisp
NotThatRPG_ has quit [Client Quit]
NotThatRPG has quit [Ping timeout: 265 seconds]
epony has joined #commonlisp
perrierjouet has joined #commonlisp
Oladon has quit [Read error: Connection reset by peer]
Oladon has joined #commonlisp
waleee has quit [Ping timeout: 265 seconds]
ebrasca has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
aartaka has quit [Ping timeout: 264 seconds]
aartaka has joined #commonlisp
azimut has quit [Ping timeout: 255 seconds]
NotThatRPG has quit [Read error: Connection reset by peer]
NotThatRPG has joined #commonlisp
alfonsox has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Fare has joined #commonlisp
akoana has quit [Quit: leaving]
Oladon has quit [Quit: Leaving.]
robin has quit [Read error: Connection reset by peer]
robin has joined #commonlisp
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 265 seconds]
Lord_of_Life_ is now known as Lord_of_Life
Fare has quit [Ping timeout: 260 seconds]
Fare has joined #commonlisp
random-jellyfish has joined #commonlisp
aartaka has quit [Ping timeout: 265 seconds]
hrberg has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
aartaka has joined #commonlisp
Fare has quit [Ping timeout: 260 seconds]
Cymew has joined #commonlisp
hrberg has joined #commonlisp
igemnace has joined #commonlisp
_cymew_ has joined #commonlisp
Bung has joined #commonlisp
rangahy has joined #commonlisp
rgherdt has joined #commonlisp
Bung has quit [Remote host closed the connection]
Bung has joined #commonlisp
lisp123 has joined #commonlisp
Bung has quit [Remote host closed the connection]
Bunggg has joined #commonlisp
Bunggg is now known as Bung
shka has joined #commonlisp
<mfiano> Is there a predicate that checks if a quoted type specifier list even designates an existing type definition?
_cymew_ has quit [Ping timeout: 256 seconds]
lisp1234 has joined #commonlisp
random-jellyfish has quit [Quit: Client closed]
lisp123 has quit [Ping timeout: 264 seconds]
lisp1234 has quit [Read error: Connection reset by peer]
scymtym has quit [Ping timeout: 265 seconds]
Brucio-61 has quit [Ping timeout: 260 seconds]
pve has joined #commonlisp
<pillton> You could argue that the operations that use the type specifier define the requirements of the type definition. If the type specifier doesn't meet the requirements of the operation than it doesn't exist.
<hayley> There isn't, I believe.
<phoe> mfiano: trivial-types:type-specifier-p
<mfiano> Not even for atomic type specifiers, as in, does this name match an existing deftype/defclass/defstruct in that package?
<White_Flame> what about (subtypep t '<typespec>) ?
<pillton> Assume the function exists, what do you do with the type specifier afterwards?
<mfiano> The type specifier is user input, it gets transformed into program output.
<mfiano> So, thrown away.
enzuru has quit [Quit: ZNC 1.8.2 - https://znc.in]
enzuru has joined #commonlisp
varjag has joined #commonlisp
Brucio-61 has joined #commonlisp
seletz has joined #commonlisp
aartaka has quit [Ping timeout: 248 seconds]
aartaka has joined #commonlisp
random-nick has joined #commonlisp
Bung has quit [Remote host closed the connection]
rangahy has quit [Ping timeout: 260 seconds]
Brucio-61 has quit [Ping timeout: 260 seconds]
lisp123 has joined #commonlisp
<lisp123> splittist, no problem. I've seen some ugly firings so I know that companies try to pull the you sent work home card when its a bad breakup
lisp123 has quit [Ping timeout: 256 seconds]
aartaka has quit [Ping timeout: 265 seconds]
aartaka has joined #commonlisp
ym has joined #commonlisp
buckaroo has joined #commonlisp
MajorBiscuit has joined #commonlisp
Fare has joined #commonlisp
rangahy has joined #commonlisp
Bung has joined #commonlisp
Bocaneri has joined #commonlisp
aartaka has quit [Ping timeout: 265 seconds]
Bocaneri is now known as Guest9581
rangahy has quit [Ping timeout: 268 seconds]
ym has quit [Ping timeout: 265 seconds]
Sauvin has quit [Ping timeout: 260 seconds]
aartaka has joined #commonlisp
<jackdaniel> mfiano: (typecase nil (typespec)) wrapped in handler case
<jackdaniel> also don't forget to muffle warnings
lisp123 has joined #commonlisp
Fare has quit [Ping timeout: 260 seconds]
Guest9581 is now known as Sauvin
rangahy has joined #commonlisp
ym has joined #commonlisp
Brucio-61 has joined #commonlisp
<phoe> you gotta compile that though, no?
<phoe> that would be just an HANDLER-CASE TYPEP NIL at runtime I think
Bung has quit [Ping timeout: 255 seconds]
<jackdaniel> tryitandsee™
<jackdaniel> but I don't think that the specification elaborates of what happens when the typespec does not exist
<jackdaniel> s/not exist/not denote any type/
Bung has joined #commonlisp
son0p has quit [Ping timeout: 256 seconds]
alfonsox has quit [Read error: Connection reset by peer]
MajorBiscuit has quit [Ping timeout: 252 seconds]
rangahy has quit [Ping timeout: 264 seconds]
rangahy has joined #commonlisp
scymtym has joined #commonlisp
rainthree has joined #commonlisp
sbenitezb has joined #commonlisp
aartaka has quit [Ping timeout: 260 seconds]
rangahy has quit [Ping timeout: 268 seconds]
buckaroo has quit [Quit: WeeChat 3.7.1]
pjb has quit [Ping timeout: 264 seconds]
rangahy has joined #commonlisp
sbenitezb has left #commonlisp [Textual IRC Client: www.textualapp.com]
lisp123 has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 256 seconds]
ym has quit [Ping timeout: 268 seconds]
dipper has quit [Remote host closed the connection]
dipper has joined #commonlisp
ebrasca has joined #commonlisp
lisp123 has joined #commonlisp
ym has joined #commonlisp
lisp123 has quit [Ping timeout: 246 seconds]
pillton has quit [Remote host closed the connection]
jmdaemon has quit [Ping timeout: 264 seconds]
Lycurgus has joined #commonlisp
pranavats has joined #commonlisp
son0p has joined #commonlisp
frgo has quit [Ping timeout: 265 seconds]
Lycurgus has quit [Quit: Exeunt https://tinyurl.com/4m8d4kd5]
azimut has joined #commonlisp
_cymew_ has joined #commonlisp
Bung has quit [Quit: Leaving]
rangahy has quit [Ping timeout: 260 seconds]
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
attila_lendvai has joined #commonlisp
pranavats has joined #commonlisp
dipper has quit [Remote host closed the connection]
pranavats has left #commonlisp [Error from remote client]
ym has quit [Ping timeout: 264 seconds]
pranavats has joined #commonlisp
sedzcat has joined #commonlisp
sedzcat has quit [Client Quit]
sedzcat has joined #commonlisp
ym has joined #commonlisp
NotThatRPG has joined #commonlisp
frgo has joined #commonlisp
frgo has quit [Ping timeout: 268 seconds]
frgo has joined #commonlisp
NotThatRPG has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
frgo has quit [Remote host closed the connection]
frgo has joined #commonlisp
NotThatRPG has joined #commonlisp
Fare has joined #commonlisp
varjag has quit [Quit: ERC (IRC client for Emacs 27.1)]
sedzcat has quit [Ping timeout: 265 seconds]
Brucio-61 has quit [Ping timeout: 260 seconds]
scymtym has quit [Ping timeout: 256 seconds]
ym has quit [Ping timeout: 268 seconds]
Brucio-61 has joined #commonlisp
Bung has joined #commonlisp
scymtym has joined #commonlisp
ym has joined #commonlisp
rangahy has joined #commonlisp
tyson2 has joined #commonlisp
frgo has quit [Ping timeout: 248 seconds]
rainthree has quit [Ping timeout: 256 seconds]
rgherdt_ has joined #commonlisp
shka has quit [Quit: Konversation terminated!]
rgherdt has quit [Ping timeout: 265 seconds]
shka has joined #commonlisp
random-nick has quit [Read error: Connection reset by peer]
pfd has quit [Ping timeout: 260 seconds]
vn36 has joined #commonlisp
igemnace has quit [Quit: WeeChat 3.7.1]
jeosol has quit [Ping timeout: 260 seconds]
Inline has joined #commonlisp
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
thuna` has joined #commonlisp
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
luis has quit [Quit: The Lounge - https://thelounge.chat]
ritchie101 has joined #commonlisp
sbenitezb has joined #commonlisp
luis has joined #commonlisp
ritchie101 has quit [Remote host closed the connection]
random-nick has joined #commonlisp
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
knusbaum has joined #commonlisp
cage has joined #commonlisp
euandreh has joined #commonlisp
Catie has joined #commonlisp
karlosz has joined #commonlisp
Cymew has quit [Ping timeout: 265 seconds]
Oladon has joined #commonlisp
causal has quit [Quit: WeeChat 3.7.1]
rainthree has joined #commonlisp
cosimone has joined #commonlisp
ym has quit [Ping timeout: 265 seconds]
deadmarshal has quit [Read error: Connection reset by peer]
Krystof has quit [Ping timeout: 265 seconds]
deadmarshal has joined #commonlisp
Bung has quit [Remote host closed the connection]
Bung has joined #commonlisp
Bung has quit [Remote host closed the connection]
Bung has joined #commonlisp
karlosz has quit [Read error: Connection reset by peer]
frgo has joined #commonlisp
rangahy has quit [Ping timeout: 260 seconds]
rangahy has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
pjb has joined #commonlisp
Fare has quit [Ping timeout: 255 seconds]
Bung has quit [Remote host closed the connection]
_cymew_ has quit [Ping timeout: 265 seconds]
Bung has joined #commonlisp
tyson2 has joined #commonlisp
waleee has joined #commonlisp
Krystof has joined #commonlisp
vn36 has quit [Quit: Lost terminal]
rangahy has quit [Ping timeout: 248 seconds]
rainthree has quit [Ping timeout: 260 seconds]
lisp123 has joined #commonlisp
Bung has quit [Remote host closed the connection]
varjag has joined #commonlisp
lisp123 has quit [Ping timeout: 260 seconds]
tyson2 has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
lisp123 has quit [Remote host closed the connection]
Bung has joined #commonlisp
Sauvin is now known as s
s is now known as Sauvin
cosimone has quit [Remote host closed the connection]
thuna` has quit [Remote host closed the connection]
cage has quit [Quit: rcirc on GNU Emacs 27.1]
Bung has quit [Remote host closed the connection]
jeosol has joined #commonlisp
tyson2 has joined #commonlisp
Bike has quit [Remote host closed the connection]
zyni-moe has joined #commonlisp
zyni-moe has quit [Client Quit]
Bike has joined #commonlisp
dra has joined #commonlisp
<Shinmera> mfiano: there is not, though you can use the Definitions library as a portability layer.
<mfiano> Thanks
tibfulv_ has joined #commonlisp
tibfulv has quit [Ping timeout: 265 seconds]
ebrasca has quit [Remote host closed the connection]
rgherdt_ has quit [Remote host closed the connection]
tyson2 has quit [Remote host closed the connection]
shka has quit [Ping timeout: 260 seconds]
tibfulv_ is now known as tibfulv
euandreh has quit [Quit: euandreh]
lucerne has joined #commonlisp
lucerne has quit [Read error: Connection reset by peer]
varjag has quit [Ping timeout: 256 seconds]
gateway2000 has quit [Quit: Leaving]
gateway2000 has joined #commonlisp
pve has quit [Quit: leaving]
dra has quit [Remote host closed the connection]
pillton has joined #commonlisp