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/>
yaneko has quit [Quit: parting]
shka has quit [Quit: Konversation terminated!]
dra has joined #commonlisp
dra has quit [Changing host]
dra has joined #commonlisp
<tux0r> curious: what is the correct lQuery expression to get a website's favicon from a parsed lQuery object? "link[rel=icon]" does not seem to work.
yaneko has joined #commonlisp
waleee has joined #commonlisp
dra has quit [Remote host closed the connection]
rkazak has joined #commonlisp
prokhor has quit [Ping timeout: 272 seconds]
spdegabrielle has joined #commonlisp
<Bubblegumdrop> tux0r I came up with (lquery:$ *doc* "head" "link[rel='icon']")
mange has quit [Ping timeout: 252 seconds]
rkazak has quit [Ping timeout: 252 seconds]
<tux0r> Bubblegumdrop: ah, i'll need to traverse down to where <link> is?
<Bubblegumdrop> seems to be the case
<Bubblegumdrop> If you look at the doc for $ it takes a series of &body actions
<ixelp> Lquery
<Bubblegumdrop> so if you want to go "down" you can just specify where
<Bubblegumdrop> "body" "div" "p"
<Bubblegumdrop> pranav im 40 seconds into this video and mind=blown
<Bubblegumdrop> thannks
<tux0r> oh. that would explain it. thank you.
<tux0r> works!
rkazak has joined #commonlisp
vardhan has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
wobbol has quit [Ping timeout: 252 seconds]
vardhan has quit [Ping timeout: 245 seconds]
Codeko has joined #commonlisp
rkazak has joined #commonlisp
random-nick has quit [Ping timeout: 252 seconds]
ldb has joined #commonlisp
ldb has quit [Changing host]
ldb has joined #commonlisp
beagles has quit [Quit: Leaving...]
rkazak has quit [Ping timeout: 264 seconds]
random-nick has joined #commonlisp
akoana has quit [Ping timeout: 246 seconds]
NotThatRPG has quit [Quit: Textual IRC Client: www.textualapp.com]
waleee has quit [Remote host closed the connection]
NotThatRPG has joined #commonlisp
rkazak has joined #commonlisp
random-nick has quit [Ping timeout: 252 seconds]
spdegabrielle has quit [Quit: Connection closed for inactivity]
rkazak has quit [Ping timeout: 265 seconds]
Devon has joined #commonlisp
<Devon> Good evening everyonde
NotThatRPG has quit [Ping timeout: 260 seconds]
NotThatRPG has joined #commonlisp
<Devon> (loop for i in '(1 2 3) for j from 1 finally (return j)) ;=> 3 in CCL & SBCL ;=> 4 in CLISP & EMACS
<Devon> are both ok?
<Devon> Seems exit tests happen ASAP in CCL & SBCL but are deferred in CLISP & EMACS.
<Devon> I.e., the former do update1, test1, update2, test2, ...
<Devon> but the latter do update1, update2, test1, test2, ...
<Devon> ;; in other news, резидент вернулся
mange has joined #commonlisp
fristed has quit [Ping timeout: 260 seconds]
fristed has joined #commonlisp
ando-ryuichi has joined #commonlisp
ando-ryuichi has quit [Client Quit]
ando-ryuichi has joined #commonlisp
ando-ryuichi has quit [Remote host closed the connection]
ryuichi has joined #commonlisp
yewscion_ has joined #commonlisp
yewscion has quit [Ping timeout: 272 seconds]
rkazak has joined #commonlisp
vardhan has joined #commonlisp
vardhan has quit [Ping timeout: 248 seconds]
Pixel_Outlaw has joined #commonlisp
rkazak has quit [Ping timeout: 276 seconds]
pranav has quit [Remote host closed the connection]
pranav has joined #commonlisp
surabax has quit [Quit: Leaving]
<kanuba> MIT loop implementations are non-conforming according to beach's paper, giving that specific comformance issue as one example: http://metamodular.com/SICL/loop.pdf
ian__ has quit [Quit: Connection closed for inactivity]
rkazak has joined #commonlisp
jonatack has joined #commonlisp
yewscion_ has quit [Read error: Connection reset by peer]
yewscion_ has joined #commonlisp
soweli_iki has joined #commonlisp
soweli_iki has quit [Changing host]
soweli_iki has joined #commonlisp
yewscion_ has quit [Remote host closed the connection]
rkazak has quit [Ping timeout: 276 seconds]
rkazak has joined #commonlisp
rkazak has quit [Ping timeout: 244 seconds]
basicnpc has joined #commonlisp
basicnpc has quit [Changing host]
basicnpc has joined #commonlisp
basicnpc has left #commonlisp [#commonlisp]
pillton has joined #commonlisp
rkazak has joined #commonlisp
Devon has quit [Ping timeout: 245 seconds]
edgar-rft_ has joined #commonlisp
edgar-rft` has quit [Ping timeout: 248 seconds]
rkazak has quit [Ping timeout: 276 seconds]
rkazak has joined #commonlisp
chomwitt1 has joined #commonlisp
rkazak has quit [Ping timeout: 252 seconds]
ebzzry has joined #commonlisp
bpanthi977 has quit [Ping timeout: 252 seconds]
rkazak has joined #commonlisp
olnw has joined #commonlisp
decweb has quit [Ping timeout: 252 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
gnoo has quit [Ping timeout: 252 seconds]
rkazak has quit [Ping timeout: 248 seconds]
gnoo has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 248 seconds]
rainthree has joined #commonlisp
bpanthi977 has joined #commonlisp
ryuichi has quit [Ping timeout: 252 seconds]
mishoo has joined #commonlisp
rkazak has joined #commonlisp
bpanthi977 has quit [Ping timeout: 272 seconds]
Pixel_Outlaw has quit [Remote host closed the connection]
johnjaye has quit [Ping timeout: 248 seconds]
shka has joined #commonlisp
bpanthi977 has joined #commonlisp
Th30n has joined #commonlisp
ingeniot has joined #commonlisp
rkazak has quit [Ping timeout: 264 seconds]
Devon has joined #commonlisp
<simendsjo> The following fails on my sbcl 2.4.10 with "WARNING: unrecognized declaration (SB-EXT:GLOBAL 'FOO)": (locally (declare (sb-ext:global 'foo))). It should work though? Can someone test on this version to remove my setup from the equation, and on a different version to see if it's specific to this one?
bpanthi977 has quit [Ping timeout: 252 seconds]