phoe changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language | <http://cliki.net/> <https://irclog.tymoon.eu/freenode/%23lisp> <https://irclog.whitequark.org/lisp> <http://ccl.clozure.com/irc-logs/lisp/> | SBCL 1.4.14, CMUCL 21b, ECL 16.1.3, CCL 1.11.5, ABCL 1.5.0
mrcom has quit [Read error: Connection reset by peer]
robotoad has quit [Quit: robotoad]
wusticality has quit [Ping timeout: 245 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
longshi has quit [Ping timeout: 252 seconds]
Bike has joined #lisp
mrcom has joined #lisp
ntbre has quit [Quit: ntbre]
akoana has left #lisp ["Leaving"]
robotoad has joined #lisp
xkapastel has joined #lisp
themsay has joined #lisp
robdog has joined #lisp
mrcom has quit [Read error: Connection reset by peer]
JetJej has quit [Read error: Connection reset by peer]
robotoad has quit [Ping timeout: 268 seconds]
mrcom has joined #lisp
robotoad has joined #lisp
mason has left #lisp [#lisp]
themsay has quit [Ping timeout: 268 seconds]
robdog has quit [Ping timeout: 250 seconds]
Oladon has joined #lisp
wusticality has joined #lisp
KingRiver has joined #lisp
torbo has joined #lisp
orivej has joined #lisp
longshi has joined #lisp
dddddd has quit [Remote host closed the connection]
longshi has quit [Ping timeout: 252 seconds]
wusticality has quit [Ping timeout: 250 seconds]
bexx has quit [Ping timeout: 240 seconds]
bexx has joined #lisp
dented42 has joined #lisp
varjag has joined #lisp
ntbre has joined #lisp
ntbre has quit [Client Quit]
hectorhonn has joined #lisp
<hectorhonn> morning everyone
varjag has quit [Ping timeout: 246 seconds]
iAmDecim has joined #lisp
dale has quit [Quit: dale]
iAmDecim has quit [Ping timeout: 258 seconds]
iAmDecim has joined #lisp
<hectorhonn> what is the difference between (in-package "abc") and (in-package :abc) and (in-package #:abc)?
<White_Flame> slight differences in memory usage for the name you're calling with
<White_Flame> oh, and "abc" is probably wrong, because :abc and #:abc imply the string name "ABC"
<White_Flame> (in default configuration, as anything can change in CL)
<hectorhonn> what do each of them mean?
<White_Flame> "abc" = string, :abc = keyword symbol, #:abc = uninterned symbol
<aeth> hectorhonn: all of the non-string ways, including potentially some others you didn't list, will (probably, it depends on your settings but by default) translate to "ABC"
<pillton> White_Flame: Don't forget readtable-case.
<White_Flame> pillton: yes, hence my parenthetical statement
<pillton> hectorhonn: There are less issues if you use "abc" instead of :abc.
<hectorhonn> is there a good reference on this topic?
<aeth> The only time you ever want to modify stuff like that is if you're implementing a case-sensitive language within CL, which, of course, can have issues at the interface between the two.
<aeth> For all practical purposes, CL is a case-insensitive language that upcases unless you escape with || like '|foo| because you'd break too much code if you switched modes.
<hectorhonn> White_Flame: then how about '#:abc? what does that mean?
<hectorhonn> aeth: not sure if you are replying to me, i meant this as in "abc" vs :abc vs #:abc
<White_Flame> hectorhonn: it won't work in IN-PACKAGE
<aeth> hectorhonn: "abc" will produce the package "abc" aka :|abc| or #:|abc| whereas :abc and #:abc will produce the package "ABC"
<aeth> (at least by default)
<White_Flame> btw, are you learning for the first time, or digging into some of the edge case specifics? For the former, #clschool is probably more appropriate
<White_Flame> you'll get a LOT of minutia here ;)
<aeth> hectorhonn: The way CL does its (mostly) case insensitive behavior is by upcasing, so if you want to literally refer to something you either have to upcase the string manually or you have to do (symbol-name 'foo)
<hectorhonn> aeth: ah so it should be "ABC" vs the rest
<aeth> yes
<hectorhonn> White_Flame: oh yes clschool... i keep forgetting
bandrami has joined #lisp
bandrami has quit [Client Quit]
<pillton> hectorhonn: The reason for all the "don't go here talk" is because of readtable-case, *print-case* and the specification of the COMMON-LISP package. (in-package #:abc) gives the illusion of writing case insensitive code but you end up in a world of hurt anyway because the COMMON-LISP package and all of its exported symbols are specified to be upper case.
<pillton> hectorhonn: Things become even worse when you consider multiple users and using libraries written using different non default readtable-case and *print-case*.
Arcaelyx has quit [Quit: Textual IRC Client: www.textualapp.com]
bexx has quit [Read error: Connection reset by peer]
bexx2 has joined #lisp
<hectorhonn> pillton: i see
Oladon has quit [Quit: Leaving.]
meepdeew has joined #lisp
iAmDecim has quit [Quit: WeeChat 1.9]
robotoad has quit [Quit: robotoad]
mercwithamouth has joined #lisp
wusticality has joined #lisp
wusticality has quit [Ping timeout: 240 seconds]
xsperry has quit [Quit: CGI:IRC (Session timeout)]
dale has joined #lisp
mercwithamouth has quit [Quit: leaving]
karlosz has quit [Quit: karlosz]
robotoad has joined #lisp
iAmDecim has joined #lisp
xristos has joined #lisp
karlosz has joined #lisp
karlosz has quit [Client Quit]
wusticality has joined #lisp
karlosz has joined #lisp
KingRiver has left #lisp ["Leaving"]
sjl has quit [Quit: WeeChat 2.2-dev]
Kaisyu has joined #lisp
<beach> Good morning everyone!
travv0 has joined #lisp
anewuser has joined #lisp
Necktwi has quit [Read error: Connection reset by peer]
mejja has quit [Quit: mejja]
xkapastel has quit [Quit: Connection closed for inactivity]
marvin2 has quit [Ping timeout: 250 seconds]
space_otter has joined #lisp
space_otter has quit [Remote host closed the connection]
KingRiver_ has joined #lisp
Oladon has joined #lisp
KingRiver_ has left #lisp [#lisp]
Bike has quit [Quit: Lost terminal]
space_otter has joined #lisp
mrcom has quit [Read error: Connection reset by peer]
mrcom has joined #lisp
refpga has quit [Read error: Connection reset by peer]
* LdBeth uploaded an image: 螢幕快照 2019-01-14 下午8.41.17.png (570KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/qgwtUgNeUPqGJVaNeqCeprde >
<LdBeth> yes, made it works
<no-defun-allowed> nice
refpga has joined #lisp
wusticality has quit [Ping timeout: 258 seconds]
Sauvin has joined #lisp
torbo has quit [Remote host closed the connection]
nanoz has joined #lisp
iAmDecim has quit [Quit: WeeChat 1.9]
dale has quit [Quit: dale]
pierpal has quit [Quit: Poof]
pierpal has joined #lisp
jack_rabbit_ has joined #lisp
meepdeew has quit [Remote host closed the connection]
iAmDecim has joined #lisp
wusticality has joined #lisp
shifty has quit [Ping timeout: 244 seconds]
KingRiver has joined #lisp
KingRiver has quit [Max SendQ exceeded]
KingRiver has joined #lisp
KingRiver has quit [Client Quit]
KingRiver has joined #lisp
iovec has joined #lisp
KingRiver has quit [Remote host closed the connection]
slyrus_ has joined #lisp
<LdBeth> which function return name of a struct?
<LdBeth> ah, never mind
robotoad has quit [Quit: robotoad]
meepdeew has joined #lisp
KingRiver has joined #lisp
KingRiver has left #lisp [#lisp]
meepdeew has quit [Ping timeout: 250 seconds]
esrse has joined #lisp
wusticality has quit [Remote host closed the connection]
robotoad has joined #lisp
KingRiver has joined #lisp
KingRiver has left #lisp [#lisp]
KingRiver has joined #lisp
KingRiver has left #lisp [#lisp]
<flip214> LdBeth: TYPEOF
meepdeew has joined #lisp
Oladon has quit [Quit: Leaving.]
slyrus_ has quit [Ping timeout: 250 seconds]
meepdeew has quit [Ping timeout: 268 seconds]
dented42 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Inline has quit [Quit: Leaving]
jprajzne has joined #lisp
slyrus_ has joined #lisp
pjb has quit [Ping timeout: 252 seconds]
asarch has quit [Quit: Leaving]
iAmDecim has left #lisp ["ERC (IRC client for Emacs 26.1)"]
Nomenclatura has joined #lisp
dented42 has joined #lisp
Necktwi has joined #lisp
pjb has joined #lisp
pierpal has quit [Read error: Connection reset by peer]
marvin2 has joined #lisp
buffergn0me has joined #lisp
<shenghi> :weight 85.5
shifty has joined #lisp
<no-defun-allowed> 85.5 of what?
slyrus_ has quit [Ping timeout: 258 seconds]
<pjb> :weight (kg 85.5)
<no-defun-allowed> do you want that in nanograms or?
tankf33der has left #lisp [#lisp]
varjag has joined #lisp
<LdBeth> In pound
<flip214> use "units" for that: # units 85.5kg electronmass => 9.385926e+31
<flip214> LdBeth: # units 85.5kg pound => 188.49523
themsay has joined #lisp
anewuser has quit [Quit: anewuser]
refpga has quit [Read error: Connection reset by peer]
refpga has joined #lisp
schweers has joined #lisp
<verisimilitude> You should in all cases where case isn't an issue prefer the uninterned symbol, hectorhonn.
<verisimilitude> Using :abc interns an unnecessary symbol.
<hectorhonn> verisimilitude: wow hello verisimilitude
<verisimilitude> Yes, hello.
<hectorhonn> verisimilitude: all right, noted
<verisimilitude> I still find myself here, because I still use #ada and why not lurk here as well?
<verisimilitude> How has your learning been going, hectorhonn?
impulse has joined #lisp
kajo has quit [Ping timeout: 268 seconds]
<hectorhonn> verisimilitude: been looking around testing frameworks
<hectorhonn> i've seen fiveam and prove, but somehow i dont feel satisfied
<verisimilitude> I find testing to be overrated.
<hectorhonn> hmm, how to put this? i want to write the tests in the source file itself, then i can press c-x c-e directly without changing buffers
impulse has quit [Quit: leaving]
<hectorhonn> verisimilitude: why so? lisp has no static checking, i have no idea if i break anything else when i change something somewhere
karlosz has quit [Quit: karlosz]
xsperry has joined #lisp
<verisimilitude> Generally, you should have well-defined boundaries and, depending on the nature of the code, will find it simple to make changes or at the least get put in the debugger when they're invalid.
<verisimilitude> I just find them overrated, hectorhonn, but you may think differently. It's just my opinion.
<hectorhonn> verisimilitude: haha, a small amount cant hurt
<verisimilitude> I'm sure that's what they thought about UNIX and C, too.
<xsperry> I wouldn't want to maintain a large project without unit tests, especially one written in dynamically typed language
<verisimilitude> Perhaps the best comment I can make is how there's a difference between actually testing software and this ``testing'' of software.
housel has quit [Ping timeout: 260 seconds]
<xsperry> what is this units thing mentioned earlier? is that irc bot thing, or actual lisp library?
space_otter has quit [Remote host closed the connection]
<flip214> Why does (babel:string-to-octets (base64:base64-decode "8TpYsprZQt9cX6YKFC/QKgvGS/c=")) give a different result from # echo 8TpYsprZQt9cX6YKFC/QKgvGS/c= | base64 -d | hexdump ??
<kayront> aliens
<shenghi> 85.5 of very wrong channel :f
<flip214> (map 'list #'char-code (base64:base64-decode ...)) seems correct!!?!?!
angavrilov has joined #lisp
<flip214> ah, perhaps babel tries to use utf8 by default?!
pierpal has joined #lisp
amerlyq has joined #lisp
<no-defun-allowed> can split-sequence split on another sequence as delimiter?
<flip214> no-defun-allowed: use (CL-PPCRE:SPLIT) for _everything_ ;)
<shka__> no-defun-allowed: yes, but supply :test
<no-defun-allowed> i'm splitting vectors of bytes
<no-defun-allowed> so no
<shka__> equalp probabbly
<no-defun-allowed> right, thanks
<shka__> remember though that equal will not work on vectors
<flip214> no-defun-allowed: BABEL:OCTETS-TO-STRING might help then
<no-defun-allowed> as in (split-sequence #(1 2) #(3 1 2 3)) => (#(3) #(3))
<no-defun-allowed> flip214: i'd love to see you encode the file i have into utf8
<flip214> no-defun-allowed: no, bytes via LATIN1 to a string?!
<shka__> ah, ok
<flip214> though you're right, I've no idea what you're trying to split
<no-defun-allowed> i have a 28mb ROM i'm trying to sift through, strings wouldn't work
heisig has joined #lisp
<no-defun-allowed> hey heisig
<flip214> no-defun-allowed: I'd probably use radare, IDA pro, or similar for an initial split ;)
<flip214> into data/code/etc.
* no-defun-allowed sighs
<no-defun-allowed> i don't have any of those, but there's big #xff runs which i assume are to preserve flash lifespan
<flip214> no-defun-allowed: and 28MB isn't that big - even in a 32bit character encoding that's less than 128MB, so should fit nicely into any smartphone even ;)
<flip214> no-defun-allowed: I guess I'd just use a LOOP myself, and split on 4kB boundaries or so
<no-defun-allowed> right
<flip214> no-defun-allowed: if you're doing many such searches, perhaps you'd want to convert into a vector of 32bit values first?
<no-defun-allowed> i can see there's two cromfs areas in hexl-mode, but i need to get them out somehow, preferably not by searching for the end myself
stereosphere has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
<flip214> no-defun-allowed: well, the "hd" binary conveniently leaves out repeated areas already -- so just do # hd rom | grep -A1 -B1 "^\*"
<flip214> to get the offsets ;)
nanoz has quit [Ping timeout: 250 seconds]
<aeth> 28 MB isn't just not that big... it's approaching "fits in cache" territory, but not quite there yet since only a few have 32 MB and most are still 8-16 MB
<flip214> aeth: try programming an ATTINY, and then repeat that ;)
<no-defun-allowed> on the next problem, what kind of name is unmkcromfs and how do i get it to extract the cromfs?
<aeth> flip214: do you program one with CL?
<no-defun-allowed> if you can fit CL in <8kb, yes
<no-defun-allowed> also, you can't modify program code at runtime so it'd be very lonely
<flip214> aeth: no, though I'm using ulisp on an ESP32
<aeth> What year was 32 MB a normal RAM amount?
<aeth> no clue where I'd find that information
<flip214> no-defun-allowed: do you mean a CRAMFS?
<no-defun-allowed> my aunt's 1999 desktop had 64mb
<flip214> no-defun-allowed: there's a forth for 8kB
<no-defun-allowed> half of 1999 is 999(.5), so then probably
<aeth> I'd guess somewhere in 1995-2000 for 32 MB
<no-defun-allowed> flip214: nope, cromfs according to `file` and the strings in the rom
<no-defun-allowed> (but really, i think 97-ish would be fair)
<flip214> no-defun-allowed: https://bisqwit.iki.fi/source/cromfs.html
<flip214> FUSE driver and then mount it, I guess
<no-defun-allowed> i saw that, but there's no example invocations or anything like that
<no-defun-allowed> `Transport endpoint is not connected`
<flip214> you'll need to start some cromfs daemon
<flip214> Mount the sample filesystem:
<flip214> $ ./cromfs-driver sample.cromfs sample
<flip214> $ mkdir sample
<no-defun-allowed> tried that
<flip214> I can offer support via SSH and screen ;)
<no-defun-allowed> i'll pass, thanks
<flip214> no problem...
<flip214> at ELS I could look over your shoulder
<flip214> would you feel better providing a read-only VNC session?
dented42 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<no-defun-allowed> I'm a bit far from the next ELS too
notzmv has quit [Ping timeout: 268 seconds]
<no-defun-allowed> i'll just find something more productive to hack at tommorow
<varjag> aeth: 1997 or so
<no-defun-allowed> aeth: https://www.youtube.com/watch?v=FnPHL4cbzLM?t=720 suggests a high-end machine would have 64MB memory in 1997, so 32MB could be average
<varjag> i had a workstation with 32mb at the time, it was solid config then
zigpaw has joined #lisp
myrkraverk has joined #lisp
zigpaw has quit [Quit: Vanishing into darkness in 1..2..3...]
mrcom has quit [Read error: Connection reset by peer]
mrcom has joined #lisp
rozenglass has quit [Ping timeout: 268 seconds]
zigpaw has joined #lisp
mrcom has quit [Read error: Connection reset by peer]
mrcom has joined #lisp
CrazyEddy has quit [Remote host closed the connection]
adulteratedjedi has quit [Ping timeout: 252 seconds]
adulteratedjedi has joined #lisp
vms14 has joined #lisp
CrazyEddy has joined #lisp
notzmv has joined #lisp
dddddd has joined #lisp
hectorhonn has quit [Quit: Page closed]
orivej has quit [Ping timeout: 244 seconds]
meepdeew has joined #lisp
meepdeew has quit [Ping timeout: 246 seconds]
Nomenclatura has quit [Quit: q]
<schweers> I have a slightly off-topic question. I have a class COST which calculates costs based on given initargs (using INITIALIZE-INSTANCE). This code has been tested and all is well. I now want to test another function, which creates a COST object using said initargs. In order to simplify testing, I’d like to make it configurable how such a COST object is created. The easiest way I can think of is adding a keyword argume
<schweers> to the symbol COST. Does anyone have a better idea?
rozenglass has joined #lisp
<White_Flame> your message got a bit cut off
<White_Flame> 2 ways: pass in a "factory function" (whee java terminology), eg (lambda () (make-instance ...)), or pass in a list of initargs and use APPLY on MAKE-INSTANCE
<schweers> The thing is that my old code already passes objects it produces on its own to MAKE-INSTANCE, so I’m not sure how APPLY and a list of initargs may help me. On the other hand ... is a lambda really different from supplying a different symbol?
<_death> if it's just for testing, you may find change-class useful
<schweers> Now that I think of it: the old code is a regular defun, while the new code I’m refactoring it into is an INITIALIZE-INSTANCE method on a new class, so I might as well use a keyword.
<schweers>
buhman has quit [Ping timeout: 258 seconds]
<schweers> _death: I’m not sure how that would help me, can you elaborate?
<schweers> The code I want to test creates objects and I want to change how these objects are created (just for testing, at least for now)
buhman has joined #lisp
<_death> if you want to change how they are created, then change-class won't help
<schweers> White_Flame: your suggestion sounds a lot like what I had in mind, so my idea seems to not have been so far off :) Thanks for your feedback!
nowhere_man has quit [Ping timeout: 252 seconds]
jdz has quit [Quit: ZNC - http://znc.in]
orivej has joined #lisp
jdz has joined #lisp
nirved has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
JetJej has joined #lisp
nirved has joined #lisp
mrcom has quit [Read error: Connection reset by peer]
Lord_of_Life_ has joined #lisp
Lord_of_Life has quit [Ping timeout: 250 seconds]
Lord_of_Life_ is now known as Lord_of_Life
mrcom has joined #lisp
nowhere_man has joined #lisp
kajo has joined #lisp
nowhere_man has quit [Ping timeout: 246 seconds]
vms14 has quit [Quit: meh...]
cage_ has joined #lisp
gxt has quit [Ping timeout: 244 seconds]
scymtym has quit [Ping timeout: 258 seconds]
nowhere_man has joined #lisp
scymtym has joined #lisp
Selwyn has joined #lisp
m00natic has joined #lisp
<Selwyn> is there a way to print Lisp forms without the quote symbol and backquote symbol being replaced by ' and `?
<Selwyn> at the REPL, '`(a ,b) ==> `(a ,b) whereas the desired output would be something like (MY-IMPL::QUASIQUOTE (A (MY-IMPL::UNQUOTE B)))
<Selwyn> (i am interested in inspecting the implementation of quasiquote in different lisps)
<flip214> Selwyn: that'll be implementation-dependent, then
<heisig> Selwyn: Maybe fare-quasiquote ( https://github.com/fare/fare-quasiquote ) can help you. As flip214 said, quasiquotation is, by default, very implementation-dependent.
<Selwyn> ah makes sense. thanks for the links and answers
<|3b|> turning off *print-pretty* might help?
<|3b|> otherwise, you can walk the tree and print elements manually
<Selwyn> turning off *print-pretty* does help
pierpal has quit [Quit: Poof]
pierpal has joined #lisp
gxt has joined #lisp
kajo has quit [Ping timeout: 268 seconds]
mingus has joined #lisp
akoana has joined #lisp
Essadon has joined #lisp
esrse has quit [Ping timeout: 268 seconds]
meepdeew has joined #lisp
meepdeew has quit [Read error: Connection reset by peer]
nowhere_man has quit [Ping timeout: 258 seconds]
meepdeew has joined #lisp
pierpal has quit [Read error: Connection reset by peer]
<ogamita> Selwyn: (print-conses '`(a ,b)) #| (list* . ((quote . (a . ())) . ((list . (b . ())) . ()))) --> (list* 'a (list b)) |#
<ogamita> (symbol-package 'print-conses) #| --> #<Package "COM.INFORMATIMAGO.COMMON-LISP.PICTURE.CONS-TO-ASCII"> |#
<ogamita> Selwyn: note however that: (print-conses '(a #(b (c d e) f) g)) #| (a . (#(b (c d e) f) . (g . ()))) --> (a #(b (c d e) f) g) |# ie. it doesn't enter into vectors and other structures.
<pfdietz> xsperry: in that thing from yesterday, you could also imagine f and g (and (c f g)) return the value returned by the argument thunk when it is called.
meepdeew has quit [Ping timeout: 250 seconds]
<Selwyn> ogamita: thanks for the link. sbcl in particular relies on some structures to implement unquoting
pillton has quit [Ping timeout: 264 seconds]
pierpal has joined #lisp
wxie has joined #lisp
Bike has joined #lisp
pierpal has quit [Ping timeout: 240 seconds]
ntbre has joined #lisp
longshi has joined #lisp
longshi has quit [Client Quit]
pierpal has joined #lisp
nowhere_man has joined #lisp
pierpal has quit [Ping timeout: 246 seconds]
travv0 has left #lisp [#lisp]
warweasle has joined #lisp
m00natic has quit [Ping timeout: 246 seconds]
amerlyq has quit [Ping timeout: 240 seconds]
amerlyq has joined #lisp
wxie has quit [Ping timeout: 258 seconds]
rippa has joined #lisp
anewuser has joined #lisp
heisig has quit [Quit: Leaving]
ntbre has quit [Quit: ntbre]
LiamH has quit [Quit: Leaving.]
dale_ has joined #lisp
dale_ is now known as dale
megalography has left #lisp [#lisp]
q3d has joined #lisp
q3d has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org]
q3d has joined #lisp
jprajzne has quit [Quit: Leaving.]
q3d has quit [Remote host closed the connection]
q3d has joined #lisp
Aritheanie has quit [Remote host closed the connection]
_whitelogger has joined #lisp
creat has joined #lisp
varjag has joined #lisp
varjag has quit [Remote host closed the connection]
fortitude has joined #lisp
anewuser has quit [Ping timeout: 268 seconds]
schweers has quit [Ping timeout: 268 seconds]
Zaab1t has joined #lisp
robotoad has quit [Quit: robotoad]
rozenglass has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 250 seconds]
shifty has quit [Ping timeout: 245 seconds]
eddof13 has joined #lisp
edgar-rft has quit [Quit: Leaving]
FreeBirdLjj has joined #lisp
housel has joined #lisp
eddof13 has quit [Quit: eddof13]
Oladon has joined #lisp
kajo has joined #lisp
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
q3d has quit [Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org]
LiamH has joined #lisp
asarch has joined #lisp
q3d has joined #lisp
robotoad has joined #lisp
powerbit has quit [Ping timeout: 272 seconds]
powerbit has joined #lisp
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
xkapastel has joined #lisp
varjag has joined #lisp
FreeBirdLjj has quit [Ping timeout: 246 seconds]
jack_rabbit_ has quit [Ping timeout: 250 seconds]
FreeBirdLjj has joined #lisp
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
FreeBirdLjj has quit [Ping timeout: 244 seconds]
FreeBirdLjj has joined #lisp
pfdietz has quit [Remote host closed the connection]
ntbre has joined #lisp
nowhere_man has quit [Ping timeout: 250 seconds]
rtypo has joined #lisp
emaczen has joined #lisp
zigpaw has quit [Remote host closed the connection]
Oladon has quit [Quit: Leaving.]
orivej has joined #lisp
refpga has quit [Read error: Connection reset by peer]
Selwyn has quit [Remote host closed the connection]
X-Scale has quit [Ping timeout: 244 seconds]
refpga has joined #lisp
themsay has quit [Ping timeout: 268 seconds]
q3d has quit [Ping timeout: 256 seconds]
themsay has joined #lisp
housel has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 268 seconds]
lnostdal has quit [Remote host closed the connection]
orivej has joined #lisp
lnostdal has joined #lisp
amerlyq has quit [Quit: amerlyq]
orivej has quit [Ping timeout: 272 seconds]
zigpaw has joined #lisp
karlosz has joined #lisp
refpga has quit [Quit: Quit]
ntbre has quit [Quit: ntbre]
myrkraverk has quit [Ping timeout: 268 seconds]
jkordani has joined #lisp
myrkraverk has joined #lisp
permagreen has quit [Ping timeout: 268 seconds]
Kaisyu has quit [Quit: Connection closed for inactivity]
nowhere_man has joined #lisp
_atomik has joined #lisp
sauvin has quit [Read error: Connection reset by peer]
Arcaelyx has joined #lisp
edgar-rft has joined #lisp
ntbre has joined #lisp
gxt has quit [Ping timeout: 250 seconds]
q3d has joined #lisp
mrcom has quit [Read error: Connection reset by peer]
mrcom has joined #lisp
dyelar has quit [Remote host closed the connection]
FreeBirdLjj has quit [Remote host closed the connection]
mrcom has quit [Read error: Connection reset by peer]
FreeBirdLjj has joined #lisp
orivej has joined #lisp
scymtym has quit [Ping timeout: 268 seconds]
FreeBirdLjj has quit [Ping timeout: 268 seconds]
mrcom has joined #lisp
emaczen has quit [Ping timeout: 268 seconds]
ntbre has quit [Quit: ntbre]
ntbre has joined #lisp
q3d has quit [Ping timeout: 256 seconds]
dyelar has joined #lisp
grumble is now known as AMENDMENT_EFFFFF
AMENDMENT_EFFFFF is now known as grumble
shka_ has joined #lisp
akoana has left #lisp ["Leaving"]
phoe has quit [Ping timeout: 260 seconds]
ealfonso has joined #lisp
cage_ has quit [Remote host closed the connection]
gxt has joined #lisp
Denommus has joined #lisp
nowhere_man has quit [Remote host closed the connection]
nowhere_man has joined #lisp
ntbre has quit [Quit: ntbre]
permagreen has joined #lisp
nowhere_man has quit [Ping timeout: 252 seconds]
mrcom has quit [Read error: Connection reset by peer]
meepdeew has joined #lisp
ntbre has joined #lisp
nowhere_man has joined #lisp
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
rtypo has quit [Ping timeout: 268 seconds]
refpga has joined #lisp
playful-owl has joined #lisp
mrcom has joined #lisp
warweasle has quit [Quit: rcirc on GNU Emacs 24.4.1]
scymtym has joined #lisp
X-Scale has joined #lisp
xsperry has quit [Quit: CGI:IRC (Session timeout)]
angavrilov has quit [Remote host closed the connection]
Lord_of_Life has quit [Ping timeout: 245 seconds]
Lord_of_Life has joined #lisp
anamorphic_ has joined #lisp
<anamorphic_> Hi, I have a bunch of lisp files and I want to create a static cross reference for them (perhaps building something like LXR) - is xref.lisp from the AI repo my best bet as a starting point?
gxt has quit [Ping timeout: 264 seconds]
<pjb> anamorphic_: yes. Also, it has been included in slime/swank, so perhaps it's modernized in there?
<anamorphic_> Oh did not know! Will check that out thanks
rozenglass has joined #lisp
ntbre` has joined #lisp
ntbre` has left #lisp [#lisp]
ntbre has quit [Quit: ntbre]
rozenglass has quit [Remote host closed the connection]
notzmv has quit [Ping timeout: 268 seconds]
kajo has quit [Ping timeout: 268 seconds]
DGASAU has quit [Remote host closed the connection]
DGASAU has joined #lisp
mejja has joined #lisp
gxt has joined #lisp
shka_ has quit [Ping timeout: 272 seconds]
pillton has joined #lisp
kajo has joined #lisp
mejja has quit [Quit: mejja]
dented42 has joined #lisp
LiamH has quit [Quit: Leaving.]
karlosz has quit [Quit: karlosz]
themsay has quit [Ping timeout: 258 seconds]
ntbre has joined #lisp
dented42 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
anamorphic_ has quit [Quit: anamorphic_]
nowhere_man has quit [Ping timeout: 252 seconds]
anamorphic_ has joined #lisp
nowhere_man has joined #lisp
Bike has quit [Ping timeout: 256 seconds]
playful-owl has quit [Quit: leaving]
q3d has joined #lisp
JetJej has quit [Read error: Connection reset by peer]
q3d has quit [Ping timeout: 256 seconds]
varjag has quit [Ping timeout: 246 seconds]
notzmv has joined #lisp
shifty has joined #lisp
Kaisyu has joined #lisp
phoe has joined #lisp
anamorphic_ has quit [Quit: anamorphic_]
anamorphic_ has joined #lisp
Lord_of_Life has quit [Ping timeout: 246 seconds]
Lord_of_Life has joined #lisp
anamorphic_ has quit [Client Quit]
q3d has joined #lisp
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 268 seconds]
karlosz has joined #lisp
pierpal has joined #lisp
Denommus has left #lisp ["ERC Version 5.3 (IRC client for Emacs)"]
emar has quit [Ping timeout: 245 seconds]
Kundry_Wag has joined #lisp
Bike has joined #lisp
Kundry_Wag has quit [Ping timeout: 258 seconds]
notzmv has quit [Ping timeout: 244 seconds]