jackdaniel changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language | <https://irclog.tymoon.eu/freenode/%23lisp> <https://irclog.whitequark.org/lisp> <http://ccl.clozure.com/irc-logs/lisp/> | offtopic --> #lispcafe
Steeve has quit [Quit: end]
astronavt has quit [Ping timeout: 260 seconds]
oxum has joined #lisp
oxum has quit [Ping timeout: 258 seconds]
miasuji has quit [Ping timeout: 264 seconds]
mbomba has joined #lisp
pillton has quit [Read error: Connection reset by peer]
aartaka has joined #lisp
astronavt has joined #lisp
wglb` has quit [Remote host closed the connection]
<astronavt> is there an elegant lisp shorthand for `(if foo foo bar)`? not that it's such a big deal, but it might be nice if `foo` is a complicated expression, so it would eliminate a LET and a level of indentation
<astronavt> like how in most shells you can write ${foo:-$bar}
<aeth> iirc (not tested) you can say (or foo bar)
<aeth> I prefer the long way because it's clearer, though
<astronavt> ah yep that works
gbr_ has joined #lisp
<astronavt> havent touched lisp in a while, i feel like i forgot a lot of things
frost-lab has joined #lisp
gbr_ has quit [Ping timeout: 265 seconds]
<phadthai> I've used it intensively around 2011-2012, then rather rarely (other than running applications written in it), until recently when I used it more again... I was bit by the same forms as when beginning: defclass, let, cond (mostly because of the consecutive parens/nested lists) then felt some frustration IRT emacs that I don't normally use other than for Lisp, but after a few days it was already easier
<phadthai> fortunately
<astronavt> youve probably forgotten more than i ever knew
<phadthai> I remembered most of the language itself, but the forks can admitedly be strange at first, or sometimes the function name or argument order that are not always consistent in CL (drawbacks of a long historyevidence of a long history)
<phadthai> oops
<phadthai> inadvertently pressed enter when editing
<phadthai> today I looked again at paredit but like when I first did back then, I doubt I'd ever get used to it, at least not without making modifications or using alternate keyboard bindings
<phadthai> C-M b/f is awkwardly acrobatic
<phadthai> even for an advanced typer and guitar player heh
renzhi has joined #lisp
<phadthai> s/forks/forms/
<phadthai> hmm something else I also noticed is that I rarely find MAP/MAPCAR/MAPC forms aesthetic because of the LAMBDA placement
<phadthai> no matter how I reformat/reindent them
<phadthai> if the function is not inline then it's cleaner of course
gothnbass has quit [Ping timeout: 260 seconds]
Qudit314159 has quit [Read error: Connection reset by peer]
<phadthai> oh and I got bit again sometimes by symbol conflicts between packages and stale functions in the image that were no longer in the code but still active and getting executed inadvertently when I was reworking code, the new changes were not working as expected, then when I restarted the image the new function wasn't running anymore either, for the same reason that it depended on another function in the old
<phadthai> image
<phadthai> some care with details is necessary with long running images
Qudit314159 has joined #lisp
ex_nihilo has joined #lisp
wxie has joined #lisp
<phadthai> also, being more used to static languages I tend to see more unexpected run-time conditions with CL
<astronavt> honestly i dont take full advantage of the whole image based dev thing
<astronavt> i see it as a prototyping convenience basically
<astronavt> but i dont use emacs anyway
<phadthai> yes depending on use case it's more or less convenient
rando18239 has joined #lisp
<phadthai> I was playing with a daemon so it was convenient to remain connected to it with slime/swank
rando18239 has quit [Remote host closed the connection]
Jeanne-Kamikaze has joined #lisp
<phadthai> then with some drawing functions so it was nice to test them live a-la-LOGO
<phadthai> welcome back to lisp, btw
<astronavt> thanks
<astronavt> i was actually just wondering, is there a standalone swank-like server that doesn't depend on emacs?
Lord_of_Life_ has joined #lisp
Lord_of_Life has quit [Ping timeout: 265 seconds]
<astronavt> it looks like Sly has a "standalone" emacs-less mode
yitzi has joined #lisp
<phadthai> I've not looked much into alternatives so I don't really know
<phadthai> I know there are commercial IDEs, some non-commercial pet project ones (I don't remember names without searching), and there was a less powerful but similar connector for vim
<astronavt> yeah i know about the commercial ones. i just use neovim
<phadthai> I think I tried the latter once and it may have been in an early phase, despite being a vim user I kept emacs+slime for CL back then
<astronavt> slimv and vlime are both attempts to replicate slime in vim
<phadthai> ah it was slimv
yitzi has quit [Read error: Connection reset by peer]
<astronavt> yeah slimv is +/- 10 yrs old so that sounds about right since you said you stopped using lisp in 2011-'12
<astronavt> neovim nowadays is very "client-server" oriented, i dont like using these big monolithic plugins when i can avoid it
<phadthai> ok, I'm not familiar with neovim
<astronavt> if you are still a vim user i recommend at least checking it out. vim has come pretty far since the stagnant days when nvim was released, but nvim is pushing things in a different direction from vim
<astronavt> it's less powerful than emacs in a lot of ways still, but i think that will start to change as people write more emacs-like tooling using nvim-only features. but i dont think there are many vim/nvim-using lisp devs out there..
<astronavt> ive met a few in this channel before but they seem to be the minority
aartaka has quit [Ping timeout: 258 seconds]
<phadthai> hmm ok, thanks, I might try it for lisp eventually if it's a viable alternative perhaps, although I tend to prefer light applications to emacs-like "os-like" ones
<phadthai> so emacs is the current exception because of slime, albeit I still only run it in a terminal
orivej has quit [Ping timeout: 272 seconds]
frost-lab has quit [Ping timeout: 272 seconds]
vaporatorius__ has quit [Ping timeout: 256 seconds]
Stanley00 has joined #lisp
galex-713 has quit [Ping timeout: 272 seconds]
vaporatorius__ has joined #lisp
Nilby has joined #lisp
dbotton_ has joined #lisp
Fare has quit [Ping timeout: 264 seconds]
galex-713 has joined #lisp
dbotton has quit [Ping timeout: 272 seconds]
Stanley|00 has joined #lisp
Stanley00 has quit [Ping timeout: 240 seconds]
ggoes has quit [Quit: WeeChat 2.3]
ggoes has joined #lisp
Fare has joined #lisp
oxum has joined #lisp
pankajsg has joined #lisp
catchme has quit [Quit: Connection closed for inactivity]
judson_ has joined #lisp
oxum has quit [Ping timeout: 246 seconds]
asdflkj has joined #lisp
isaac_ has joined #lisp
oxum has joined #lisp
thmprover has joined #lisp
jfb4_ has joined #lisp
mr_yogurt has quit [Ping timeout: 256 seconds]
jfb4 has quit [Ping timeout: 256 seconds]
lucasb has quit [Quit: Connection closed for inactivity]
mr_yogurt has joined #lisp
wxie has quit [Ping timeout: 265 seconds]
ichikawatan has joined #lisp
gbr_ has joined #lisp
EvW has quit [Ping timeout: 244 seconds]
gbr_ has quit [Ping timeout: 260 seconds]
toorevitimirp has joined #lisp
gigetoo has quit [Ping timeout: 256 seconds]
wxie has joined #lisp
h11 has joined #lisp
h11 has joined #lisp
h11 has quit [Changing host]
h11 has quit [Quit: authenticating]
h11 has joined #lisp
Stanley|00 has quit [Read error: Connection reset by peer]
Stanley00 has joined #lisp
oxum has quit [Remote host closed the connection]
oxum has joined #lisp
oxum has quit [Remote host closed the connection]
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stanley00 has quit [Remote host closed the connection]
ichikawatan has quit [Quit: WeeChat 2.3]
pillton has joined #lisp
Stanley00 has joined #lisp
judson_ has joined #lisp
mbomba has quit [Quit: WeeChat 2.9]
fitzsim has joined #lisp
thmprover has quit [Quit: For He Was Great of Heart]
isaac_ has quit [Ping timeout: 258 seconds]
_jrjsmrtn has quit [Ping timeout: 246 seconds]
__jrjsmrtn__ has joined #lisp
gigetoo has joined #lisp
Alfr_ has joined #lisp
Alfr has quit [Ping timeout: 244 seconds]
wxie has quit [Ping timeout: 246 seconds]
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stanley|00 has joined #lisp
Stanley00 has quit [Ping timeout: 260 seconds]
Bike has quit [Quit: Lost terminal]
beach has joined #lisp
<beach> Good morning everyone!
Fare has quit [Ping timeout: 264 seconds]
escanda has joined #lisp
isaac_ has joined #lisp
<Nilby> Good morning beach! (and Kazakstan and Kenya, sunlightwise)
Fare has joined #lisp
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
gbr_ has joined #lisp
space_otter has joined #lisp
gbr_ has quit [Ping timeout: 260 seconds]
astronavt has quit [Ping timeout: 265 seconds]
escanda has left #lisp [#lisp]
judson_ has joined #lisp
Jesin has quit [Ping timeout: 256 seconds]
sm2n_ has joined #lisp
sm2n has quit [Ping timeout: 268 seconds]
bilegeek has quit [Quit: Leaving]
shifty has joined #lisp
Jeanne-Kamikaze has quit [Quit: Leaving]
reb has quit [Ping timeout: 264 seconds]
sm2n has joined #lisp
sm2n_ has quit [Ping timeout: 256 seconds]
Fare has quit [Ping timeout: 264 seconds]
sjl has quit [Ping timeout: 272 seconds]
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oxum has joined #lisp
jw4 has quit [Quit: tot siens]
jw4 has joined #lisp
sjl has joined #lisp
ggole has joined #lisp
pillton has quit [Remote host closed the connection]
renzhi has quit [Ping timeout: 244 seconds]
madage has quit [Remote host closed the connection]
madage has joined #lisp
bitmapper has quit [Quit: Connection closed for inactivity]
pyx has joined #lisp
pyx has quit [Client Quit]
narimiran has joined #lisp
niceplace has quit [Ping timeout: 264 seconds]
isaac_ has quit [Ping timeout: 240 seconds]
niceplace has joined #lisp
bocaneri has joined #lisp
pankajsg has quit [Ping timeout: 264 seconds]
thelounge289 has joined #lisp
thelounge289 has quit [Client Quit]
thelounge287 has joined #lisp
thelounge280 has joined #lisp
bocaneri has quit [Max SendQ exceeded]
bocaneri has joined #lisp
bocaneri has quit [Max SendQ exceeded]
thelounge280 has quit [Remote host closed the connection]
oxum has quit [Ping timeout: 256 seconds]
beach has quit [Ping timeout: 272 seconds]
beach has joined #lisp
bocaneri has joined #lisp
shka_ has joined #lisp
Cymew has joined #lisp
oxum has joined #lisp
Jesin has joined #lisp
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #lisp
oxum has quit [Remote host closed the connection]
liberliver has joined #lisp
vaporatorius has joined #lisp
ldbeth has joined #lisp
vaporatorius__ has quit [Ping timeout: 256 seconds]
<ldbeth> what could be optimal data structure for collections (sets) of fixnum pairs with fast union op and search on both fst and snd number?
aartaka has joined #lisp
ldbeth has quit [Remote host closed the connection]
ldbeth has joined #lisp
<beach> Two hash tables comes to mind, but maybe that's not fast enough.
<beach> It may depend a bit on the total number of pairs.
<ldbeth> it's mean to represent edges in a graph, where each nodes are represented by a fixnum
<ldbeth> the graph won't be very large in most case, though
<beach> That won't work in general.
gothnbass has joined #lisp
<beach> For example, in a graph that that can have multiple edges between any pair of nodes.
<ldbeth> that is considered as one edge for my purpose
<ldbeth> to be precise, it represents if two nodes are connected directly
<beach> I see.
<ldbeth> For now I just use a generic set data structure made of red black tree
jprajzne has joined #lisp
gproto23 has joined #lisp
gothnbass has quit [Ping timeout: 260 seconds]
gproto23 has joined #lisp
gproto23 has quit [Changing host]
<beach> If queries are much more common than modifications, a binary search would be faster than a complicated tree structure.
<ldbeth> and mergeing two binary search trees are more easier than rbtree
<ldbeth> ok, I find the thing called "bloom filter"
gproto23 has quit [Quit: Leaving]
oxum has joined #lisp
gproto23 has joined #lisp
gproto23 has quit [Client Quit]
gproto23 has joined #lisp
gproto23 has joined #lisp
gproto23 has quit [Changing host]
gigetoo has quit [Ping timeout: 260 seconds]
IPmonger_ has quit [Ping timeout: 264 seconds]
IPmonger has joined #lisp
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
ldbeth` has joined #lisp
ldbeth has quit [Ping timeout: 265 seconds]
gaqwas has joined #lisp
gaqwas has quit [Changing host]
gaqwas has joined #lisp
imode has quit [Quit: WeeChat 2.9]
asdflkj has quit [Ping timeout: 258 seconds]
asdflkj has joined #lisp
ldbeth`` has joined #lisp
ldbeth` has quit [Ping timeout: 264 seconds]
gigetoo has joined #lisp
oxum has quit [Remote host closed the connection]
pve has joined #lisp
gbr_ has joined #lisp
pve has quit [Ping timeout: 256 seconds]
pve has joined #lisp
semz has joined #lisp
skapata has joined #lisp
aartaka has quit [Ping timeout: 256 seconds]
midre has quit [Ping timeout: 260 seconds]
imode has joined #lisp
midre has joined #lisp
mankaev_ has joined #lisp
mankaev has quit [Read error: Connection reset by peer]
hendursa1 has joined #lisp
supercoven has joined #lisp
hendursaga has quit [Ping timeout: 240 seconds]
Stanley|00 has quit [Read error: Connection reset by peer]
Stanley00 has joined #lisp
gothnbass has joined #lisp
gaqwas has quit [Remote host closed the connection]
ldbeth`` has quit [Quit: ERC (IRC client for Emacs 26.3)]
gaqwas has joined #lisp
gaqwas has quit [Changing host]
gaqwas has joined #lisp
amerlyq has joined #lisp
orivej has joined #lisp
oxum has joined #lisp
kir0ul_ has quit [Ping timeout: 264 seconds]
edgar-rft has quit [Quit: Leaving]
imode has quit [Ping timeout: 256 seconds]
escanda has joined #lisp
aartaka has joined #lisp
escanda has left #lisp [#lisp]
escanda has joined #lisp
hnOsmium0001 has quit [Quit: Connection closed for inactivity]
oxum has quit [Remote host closed the connection]
frost-lab has joined #lisp
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #lisp
narimiran has quit [Ping timeout: 258 seconds]
narimiran has joined #lisp
Stanley00 has quit [Remote host closed the connection]
trafaret1 has joined #lisp
froggey has quit [Ping timeout: 260 seconds]
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
froggey has joined #lisp
gproto23 has quit [Ping timeout: 256 seconds]
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
space_otter has quit [Remote host closed the connection]
trafaret1 has left #lisp ["ERC (IRC client for Emacs 26.3)"]
escanda has left #lisp [#lisp]
space_otter has joined #lisp
jello_pudding has quit [Ping timeout: 260 seconds]
semz has quit [Quit: Leaving]
semz has joined #lisp
jello_pudding has joined #lisp
niceplace has quit [Ping timeout: 256 seconds]
niceplace has joined #lisp
gproto23 has joined #lisp
gproto23 has quit [Changing host]
gproto23 has joined #lisp
igemnace has joined #lisp
pankajsg has joined #lisp
bsd4me has joined #lisp
bsd4me has left #lisp [#lisp]
frgo has quit [Remote host closed the connection]
frgo has joined #lisp
kaftejiman has joined #lisp
dmiles has quit [Read error: Connection reset by peer]
dmiles has joined #lisp
Alloc has joined #lisp
oxum has joined #lisp
elimik31 has joined #lisp
dbotton has joined #lisp
oxum has quit [Ping timeout: 240 seconds]
dbotton_ has quit [Ping timeout: 272 seconds]
elimik31 has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
frost-lab has quit [Quit: Connection closed]
elimik31 has joined #lisp
space_otter has quit [Remote host closed the connection]
cosimone has joined #lisp
EvW has joined #lisp
Bike has joined #lisp
escanda has joined #lisp
kaftejiman has quit [Remote host closed the connection]
oxum has joined #lisp
ljavorsk_ has joined #lisp
oxum has quit [Ping timeout: 258 seconds]
kaftejiman has joined #lisp
escanda has left #lisp ["Disconnected: closed"]
gareppa has joined #lisp
gareppa has quit [Remote host closed the connection]
Cymew has quit [Ping timeout: 246 seconds]
elimik31 has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 256 seconds]
cosimone has quit [Remote host closed the connection]
cosimone has joined #lisp
johnjay has quit [Ping timeout: 244 seconds]
terpri_ is now known as terpri
johnjay has joined #lisp
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #lisp
cosimone has quit [Remote host closed the connection]
cosimone has joined #lisp
cosimone has quit [Remote host closed the connection]
wsinatra has joined #lisp
oxum has joined #lisp
kimura has joined #lisp
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
igemnace has quit [Remote host closed the connection]
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #lisp
kimura has quit [Client Quit]
oxum has quit [Ping timeout: 272 seconds]
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #lisp
villanella has joined #lisp
random-nick has joined #lisp
kaftejiman has quit [Ping timeout: 240 seconds]
shifty has quit [Ping timeout: 256 seconds]
madage has quit [Ping timeout: 240 seconds]
FreeBirdLjj has joined #lisp
FreeBird_ has joined #lisp
madage has joined #lisp
FreeBirdLjj has quit [Ping timeout: 256 seconds]
mmohammadi9812 has quit [Ping timeout: 240 seconds]
dbotton_ has joined #lisp
luis has quit [Ping timeout: 258 seconds]
dbotton has quit [Read error: Connection reset by peer]
oxum has joined #lisp
mmohammadi9812 has joined #lisp
escanda has joined #lisp
galex-713 has quit [Ping timeout: 272 seconds]
oxum has quit [Ping timeout: 265 seconds]
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
dbotton_ has quit [Ping timeout: 256 seconds]
dbotton has joined #lisp
Cymew has joined #lisp
Inline has joined #lisp
galex-713 has joined #lisp
madage has quit [Remote host closed the connection]
madage has joined #lisp
ex_nihilo has quit [Ping timeout: 264 seconds]
luna_is_here_ has joined #lisp
luna_is_here has quit [Ping timeout: 256 seconds]
judson_ has joined #lisp
reb has joined #lisp
hendursa1 has quit [Quit: hendursa1]
hendursaga has joined #lisp
sjl_ has joined #lisp
escanda has left #lisp [#lisp]
ljavorsk_ has quit [Ping timeout: 256 seconds]
kir0ul_ has joined #lisp
Kundry_Wag has joined #lisp
mmohammadi9812 has quit [Ping timeout: 246 seconds]
iamFIREcracker has joined #lisp
ex_nihilo has joined #lisp
mmohammadi9812 has joined #lisp
Codaraxis has quit [Ping timeout: 260 seconds]
semz has quit [Quit: Leaving]
Codaraxis has joined #lisp
mmohammadi9812 has quit [Ping timeout: 240 seconds]
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dbotton_ has joined #lisp
dbotton has quit [Read error: Connection reset by peer]
escanda has joined #lisp
villanella has quit [Remote host closed the connection]
mmohammadi9812 has joined #lisp
cosimone has joined #lisp
cosimone has quit [Client Quit]
dbotton_ has quit [Ping timeout: 240 seconds]
judson_ has joined #lisp
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #lisp
Josh_2 has joined #lisp
judson_ has quit [Client Quit]
aartaka_d has joined #lisp
dbotton has joined #lisp
aartaka has quit [Ping timeout: 272 seconds]
Codaraxis has quit [Ping timeout: 258 seconds]
toorevitimirp has quit [Remote host closed the connection]
Codaraxis has joined #lisp
FreeBird_ has quit [Remote host closed the connection]
gproto23 has quit [Quit: Leaving]
<jmercouris> other than find, is there a zerop equivalent to check if a vector contains only zeros?
Codaraxis has quit [Remote host closed the connection]
Codaraxis has joined #lisp
<Josh_2> (every #'zerop #(0 0 0 0))
<jmercouris> so far, I am only thinking of (find-if-not #'zerop ...)
<jmercouris> wouldn't every be slower?
<cl-arthur> Josh_2: beat me to it by two seconds!
<Josh_2> cl-arthur: I war racin!
<Josh_2> jmercouris: depends if it breaks out on the first non-zero instance or not, I don't know if it does
<cl-arthur> jmercouris: every short-circuits when there's a failure
<Josh_2> 'until a termination criterion is met or the end of the shortest of the sequences is reached'
<jmercouris> I see, so it is the same speed then probably, if not faster
aartaka_d has quit [Ping timeout: 256 seconds]
<cl-arthur> every expresses the intent of all vector elements satisfying predicate much better than find-if/find-if-not IMO
dbotton has quit [Ping timeout: 256 seconds]
dbotton has joined #lisp
<jmercouris> I agree with you
<escanda> jmercouris, if it's a simple array you could check the fill-pointer with (fill-pointer array), if it's zero, there you go. probably fastest way
<jmercouris> I like every the most, cl-arthur makes a very good argument
<jmercouris> thanks everyone
gproto23 has joined #lisp
ex_nihilo has quit [Ping timeout: 264 seconds]
EvW has quit [Ping timeout: 260 seconds]
gproto023 has joined #lisp
rippa has joined #lisp
gproto23 has quit [Ping timeout: 256 seconds]
gproto023 has quit [Client Quit]
gproto23 has joined #lisp
gproto23 has quit [Changing host]
gproto23 has joined #lisp
gproto023 has joined #lisp
judson_ has joined #lisp
isaac_ has joined #lisp
judson_ has quit [Client Quit]
gproto023 has quit [Client Quit]
gproto23 has quit [Ping timeout: 240 seconds]
gproto23 has joined #lisp
gproto23 has joined #lisp
gproto23 has quit [Client Quit]
gproto23 has joined #lisp
gproto23 has quit [Client Quit]
gproto23 has joined #lisp
bitmapper has joined #lisp
isaac_ has quit [Ping timeout: 256 seconds]
gproto23 has quit [Client Quit]
gproto23 has joined #lisp
<jackdaniel> (defun zerop* (arg) (and (numberp arg) (zerop arg)))
<jackdaniel> for arbitrary input
Inoperable has quit [Quit: All your buffer are belong to us!]
judson_ has joined #lisp
gproto23 has quit [Ping timeout: 240 seconds]
judson_ has quit [Client Quit]
sjl_ has quit [Quit: WeeChat 2.3-dev]
ex_nihilo has joined #lisp
Inoperable has joined #lisp
judson_ has joined #lisp
luis has joined #lisp
hansbauer[m] has quit [Quit: Idle for 30+ days]
Fare has joined #lisp
dbotton_ has joined #lisp
dbotton has quit [Ping timeout: 260 seconds]
sjl_ has joined #lisp
Lord_of_Life_ is now known as Lord_of_Life
aartaka has joined #lisp
luna_is_here has joined #lisp
dbotton has joined #lisp
dbotton_ has quit [Ping timeout: 272 seconds]
luna_is_here_ has quit [Ping timeout: 260 seconds]
toorevitimirp has joined #lisp
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
astronavt has joined #lisp
hnOsmium0001 has joined #lisp
judson_ has joined #lisp
ex_nihilo has quit [Ping timeout: 264 seconds]
toorevitimirp has quit [Remote host closed the connection]
wsinatra has quit [Ping timeout: 240 seconds]
Cymew has quit [Ping timeout: 260 seconds]
amb007 has quit [Read error: Connection reset by peer]
amerlyq has quit [Quit: amerlyq]
amb007 has joined #lisp
oxum has joined #lisp
Nilby has quit [Read error: Connection reset by peer]
wsinatra has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
oxum has quit [Ping timeout: 246 seconds]
gproto23 has joined #lisp
frgo has quit []
frgo has joined #lisp
Steeve has joined #lisp
vhost- has quit [Quit: WeeChat 2.8]
ex_nihilo has joined #lisp
gproto023 has joined #lisp
vhost- has joined #lisp
vhost- has joined #lisp
vhost- has quit [Changing host]
gproto23 has quit [Ping timeout: 260 seconds]
oxum has joined #lisp
EvW has joined #lisp
gproto23 has joined #lisp
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gproto023 has quit [Ping timeout: 256 seconds]
oxum has quit [Ping timeout: 272 seconds]
reb has quit [Remote host closed the connection]
gproto23 has quit [Ping timeout: 240 seconds]
judson_ has joined #lisp
judson_ has quit [Client Quit]
Inline has quit [Ping timeout: 272 seconds]
ex_nihilo has quit [Quit: Leaving]
judson_ has joined #lisp
pankajsg has quit [Ping timeout: 246 seconds]
oxum has joined #lisp
Cthulhux has quit [Changing host]
Cthulhux has joined #lisp
luckless has quit [Ping timeout: 240 seconds]
luna_is_here has quit [Ping timeout: 256 seconds]
luna_is_here has joined #lisp
oxum has quit [Ping timeout: 265 seconds]
liberliver has quit [Ping timeout: 256 seconds]
luckless has joined #lisp
<jonathan|> Client: HexChat 2.14.3 • OS: Microsoft Windows 7 Home Basic (x64) • CPU: Intel(R) Core(TM) i3 CPU M 330 @ 2.13GHz (2.13GHz) • Memory: 3.8 GiB Total (1.0 GiB Free) • Storage: 156.5 GiB / 581.3 GiB (424.8 GiB Free) • VGA: Realtek Wifi Display VGA Adapter, Intel(R) Graphics Media Accelerator HD • Uptime: 2d 13h 33m 3s
dbotton_ has joined #lisp
<phoe> jonathan|: congrats!
<phoe> you can run Common Lisp on such a machine without a problem
dbotton has quit [Ping timeout: 240 seconds]
imode has joined #lisp
bocaneri has quit [Remote host closed the connection]
emys has joined #lisp
trocado has joined #lisp
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
dbotton has joined #lisp
orivej has joined #lisp
clothespin has quit [Quit: Leaving]
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
judson_ has joined #lisp
gothnbass has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
Steeve has quit [Quit: end]
Steeve has joined #lisp
Lord_of_Life has quit [Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine]
Bhartrihari has left #lisp ["Disconnected: closed"]
frgo_ has joined #lisp
blackadder has quit [Ping timeout: 260 seconds]
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
frgo has quit [Ping timeout: 244 seconds]
emys has quit [Ping timeout: 244 seconds]
emys has joined #lisp
judson_ has joined #lisp
Lord_of_Life has joined #lisp
Lord_of_Life has joined #lisp
dbotton has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
hiroaki_ has quit [Ping timeout: 256 seconds]
emys has quit [Ping timeout: 256 seconds]
escanda has left #lisp ["Disconnected: closed"]
Bhartrihari has joined #lisp
emys has joined #lisp
jprajzne has quit [Quit: jprajzne]
hiroaki has joined #lisp
shifty has joined #lisp
oxum has joined #lisp
frgo_ has quit []
Lord_of_Life has quit [Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine]
Lord_of_Life has joined #lisp
Lord_of_Life has joined #lisp
hiroaki has quit [Ping timeout: 256 seconds]
oxum has quit [Ping timeout: 264 seconds]
hiroaki has joined #lisp
Stanley00 has joined #lisp
astronavt has quit [Remote host closed the connection]
astronavt has joined #lisp
galex-713 has quit [Ping timeout: 246 seconds]
Stanley00 has quit [Ping timeout: 256 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
hiroaki has joined #lisp
astronavt has quit [Quit: Leaving]
hiroaki has quit [Ping timeout: 246 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
astronavt has joined #lisp
madage has quit [Ping timeout: 240 seconds]
aartaka has quit [Ping timeout: 272 seconds]
jw4 has quit [Read error: Connection reset by peer]
jw4 has joined #lisp
frgo has joined #lisp
inode has joined #lisp
hiroaki has joined #lisp
madage has joined #lisp
luckless has quit [Ping timeout: 240 seconds]
supercoven has quit [Ping timeout: 260 seconds]
aartaka has joined #lisp
aartaka has quit [Read error: Connection reset by peer]
aartaka_d has joined #lisp
epony has quit [Quit: updates]
narimiran has quit [Ping timeout: 256 seconds]
luckless has joined #lisp
epony has joined #lisp
edgar-rft has joined #lisp
shka_ has quit [Ping timeout: 256 seconds]
ggole has quit [Quit: Leaving]
luckless has quit [Ping timeout: 240 seconds]
Steeve has quit [Quit: end]
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
wsinatra has quit [Quit: WeeChat 2.9]
luckless has joined #lisp
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
karlosz has quit [Remote host closed the connection]
karlosz has joined #lisp
rumbler31___ has quit [Ping timeout: 260 seconds]
Bhartrihari has left #lisp ["Disconnected: Replaced by new connection"]
Bhartrihari has joined #lisp
gbr_ has quit [Ping timeout: 256 seconds]
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gbr_ has joined #lisp
dbotton_ has quit [Quit: -a- IRC for Android 2.1.59]
rumbler31___ has joined #lisp
gbr_ has quit [Read error: Network is unreachable]
judson_ has joined #lisp
gbr_ has joined #lisp
madage has quit [Remote host closed the connection]
madage has joined #lisp
pillton has joined #lisp
Stanley00 has joined #lisp
emys has quit [Ping timeout: 264 seconds]
Stanley00 has quit [Ping timeout: 246 seconds]
astronavt has quit [Ping timeout: 258 seconds]
reb has joined #lisp
aartaka_d has quit [Ping timeout: 240 seconds]
jealousmonk has joined #lisp
galex-713 has joined #lisp
emys has joined #lisp
astronavt has joined #lisp
oxum has joined #lisp
Stanley00 has joined #lisp
sjl_ has quit [Ping timeout: 260 seconds]
oxum has quit [Ping timeout: 258 seconds]
pve has quit [Quit: leaving]
Stanley00 has quit [Ping timeout: 256 seconds]
emys has quit [Ping timeout: 256 seconds]
scymtym has quit [Read error: Connection reset by peer]
scymtym has joined #lisp
EvW has quit [Ping timeout: 264 seconds]
emys has joined #lisp
EvW has joined #lisp
judson_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
judson_ has joined #lisp
emys has quit [Read error: Connection timed out]
random-nick has quit [Ping timeout: 256 seconds]
frgo has quit [Remote host closed the connection]
frgo has joined #lisp
akoana has joined #lisp
gbr_ has quit [Ping timeout: 240 seconds]
reb has quit [Remote host closed the connection]
jealousmonk has quit [Ping timeout: 272 seconds]