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?