jackdaniel changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language<http://cliki.net/> logs:<https://irclog.whitequark.org/lisp,http://ccl.clozure.com/irc-logs/lisp/> | SBCL 1.4.5, CMUCL 21b, ECL 16.1.3, CCL 1.11.5, ABCL 1.5.0
kozy has quit [Remote host closed the connection]
kozy has joined #lisp
damke has joined #lisp
pierpal has quit [Ping timeout: 256 seconds]
damke_ has quit [Ping timeout: 264 seconds]
fikka has joined #lisp
pierpal has joined #lisp
EvW has joined #lisp
pierpal has quit [Client Quit]
pierpal has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
markong has quit [Ping timeout: 260 seconds]
Patternmaster has joined #lisp
pierpa has joined #lisp
Baggers has quit [Remote host closed the connection]
fikka has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
doesthiswork has joined #lisp
pmetzger has quit [Ping timeout: 256 seconds]
Karl_Dscc has joined #lisp
fikka has joined #lisp
c0rehe110 has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
Achylles has joined #lisp
arescorpio has joined #lisp
c0rehe110 has quit [Ping timeout: 256 seconds]
fikka has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
Arcaelyx has quit [Read error: Connection reset by peer]
Arcaelyx has joined #lisp
fikka has joined #lisp
al-damiri has quit [Quit: Connection closed for inactivity]
Rawriful has quit [Quit: WeeChat 1.4]
LiamH has quit [Quit: Leaving.]
dessm has joined #lisp
wxie has quit [Remote host closed the connection]
Kevslinger has quit [Quit: Connection closed for inactivity]
Kevslinger has joined #lisp
wxie has joined #lisp
pfdietz has quit []
c0rehe110 has joined #lisp
u0_a183 has quit [Quit: WeeChat 2.1]
pmetzger has joined #lisp
wxie has quit [Remote host closed the connection]
c0rehe110 has quit [Ping timeout: 256 seconds]
Arcaelyx_ has joined #lisp
Arcaelyx_ has quit [Client Quit]
Arcaelyx has quit [Ping timeout: 268 seconds]
d4ryus1 has joined #lisp
Josh_2 has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
d4ryus has quit [Ping timeout: 256 seconds]
elfmacs has joined #lisp
MasouDa has joined #lisp
siraben has quit [Ping timeout: 260 seconds]
fikka has quit [Ping timeout: 260 seconds]
pmetzger has quit []
fikka has joined #lisp
Pixel_Outlaw has joined #lisp
fikka has quit [Ping timeout: 268 seconds]
EvW has quit [Ping timeout: 276 seconds]
c0rehe110 has joined #lisp
python476 has joined #lisp
python476 has quit [Remote host closed the connection]
Duns_Scrotus is now known as ichigo_best_girl
arescorpio has quit [Quit: Leaving.]
c0rehe110 has quit [Ping timeout: 256 seconds]
Xisiqomelir has joined #lisp
fikka has joined #lisp
Karl_Dscc has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
doanyway has joined #lisp
raynold has joined #lisp
raynold has quit [Max SendQ exceeded]
c0rehe110 has joined #lisp
raynold has joined #lisp
sucks has joined #lisp
moei has quit [Read error: Connection reset by peer]
c0rehe110 has quit [Ping timeout: 260 seconds]
energizer has quit [Remote host closed the connection]
energizer has joined #lisp
fikka has quit [Ping timeout: 264 seconds]
fikka has joined #lisp
moei has joined #lisp
Arcaelyx has joined #lisp
c0rehe110 has joined #lisp
varjag has joined #lisp
varjag has quit [Ping timeout: 240 seconds]
c0rehe110 has quit [Ping timeout: 256 seconds]
FreeBirdLjj has quit [Ping timeout: 264 seconds]
Achylles has quit [Ping timeout: 256 seconds]
lemoinem has quit [Ping timeout: 256 seconds]
lemoinem has joined #lisp
DataLinkDroid has joined #lisp
DataLinkDroid has quit [Client Quit]
wxie has joined #lisp
pierpa has quit [Quit: Page closed]
c0rehe110 has joined #lisp
fikka has quit [Ping timeout: 276 seconds]
Kundry_Wag has joined #lisp
dddddd has quit [Remote host closed the connection]
c0rehe110 has quit [Ping timeout: 248 seconds]
trocado has quit [Ping timeout: 256 seconds]
arescorpio has joined #lisp
pjb` has joined #lisp
pjb has quit [Ping timeout: 256 seconds]
zmisc has joined #lisp
fikka has joined #lisp
fikka has quit [Ping timeout: 264 seconds]
FreeBirdLjj has joined #lisp
fikka has joined #lisp
c0rehe110 has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
DataLinkDroid2 has quit [Quit: WeeChat 1.6]
Kundry_Wag has joined #lisp
arescorpio has quit [Quit: Leaving.]
DataLinkDroid has joined #lisp
pierpal has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 248 seconds]
fikka has quit [Ping timeout: 256 seconds]
Kundry_Wag has quit [Ping timeout: 248 seconds]
elfmacs has quit [Ping timeout: 260 seconds]
fikka has joined #lisp
FreeBirdLjj has quit [Ping timeout: 248 seconds]
fikka has quit [Ping timeout: 248 seconds]
c0rehe110 has quit [Ping timeout: 268 seconds]
<slyrus_> I'm trying to upgrade an old package to the newer, cleaner style of ASDF system definition.
<slyrus_> My problem is that I have a library that defines some ASDF components and another library that uses those. I was hoping defsystem-depends-on would solve my problem, but it doesn't seem to work as expected.
<slyrus_> Is there a good example of how one uses defsystem-depends-on to load a library that defines a new asdf component type to be used in the original ASDF system definition?
fikka has joined #lisp
logicmoo is now known as dmiles
Oladon has joined #lisp
<beach> Good morning everyone!
fikka has quit [Ping timeout: 264 seconds]
<slyrus_> morning beach. Ah, if I quote my symbol name from the package that doesn't yet exist (but is named in the defsystem-depends-on list), then things work.
wxie has quit [Ping timeout: 264 seconds]
<slyrus_> sorry, there should have been a return after "beach".
<beach> I got it.
<edgar-rft> (return-from beach)
pierpal has joined #lisp
pierpal has quit [Client Quit]
fikka has joined #lisp
pierpal has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #lisp
xrash has joined #lisp
rippa has joined #lisp
FreeBirdLjj has joined #lisp
damke_ has joined #lisp
damke has quit [Ping timeout: 264 seconds]
FreeBirdLjj has quit [Ping timeout: 256 seconds]
fikka has joined #lisp
c0rehe110 has joined #lisp
pierpal has quit [Read error: Connection reset by peer]
c0rehe110 has quit [Ping timeout: 248 seconds]
fikka has quit [Ping timeout: 260 seconds]
elfmacs has joined #lisp
kerrhau has quit [Ping timeout: 240 seconds]
c0rehe110 has joined #lisp
fikka has joined #lisp
c0rehe110 has quit [Ping timeout: 263 seconds]
fikka has quit [Ping timeout: 256 seconds]
pierpal has joined #lisp
MasouDa has quit [Ping timeout: 248 seconds]
fikka has joined #lisp
nika has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
FreeBirdLjj has joined #lisp
Arcaelyx_ has joined #lisp
pjb` has quit [Ping timeout: 256 seconds]
Arcaelyx has quit [Ping timeout: 276 seconds]
MasouDa has joined #lisp
c0rehe110 has joined #lisp
fikka has joined #lisp
Pixel_Outlaw has quit [Quit: Leaving]
doanyway has quit [Remote host closed the connection]
igemnace has joined #lisp
fikka has quit [Ping timeout: 240 seconds]
dessm has quit [Remote host closed the connection]
wigust has quit [Ping timeout: 240 seconds]
FareTower has joined #lisp
fikka has joined #lisp
wigust has joined #lisp
stacksmith has quit [Ping timeout: 260 seconds]
fikka has quit [Ping timeout: 248 seconds]
pierpal has quit [Read error: Connection reset by peer]
Bike has quit [Quit: Lost terminal]
Arcaelyx_ has quit [Quit: Textual IRC Client: www.textualapp.com]
smasta has joined #lisp
igemnace has quit [Quit: WeeChat 2.1]
shka_ has joined #lisp
Oladon has quit [Quit: Leaving.]
SaganMan has quit [Quit: WeeChat 1.6]
fikka has joined #lisp
pierpal has joined #lisp
sucks has quit [Remote host closed the connection]
fikka has quit [Ping timeout: 265 seconds]
doesthiswork has quit [Quit: Leaving.]
fikka has joined #lisp
Kundry_Wag has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
Kundry_Wag has quit [Ping timeout: 260 seconds]
fikka has joined #lisp
angavrilov has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
Kevslinger has quit [Quit: Connection closed for inactivity]
varjag has joined #lisp
logoman has joined #lisp
mflem has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
<logoman> Could someone please explain if lambda functions are more than just anonymous functions. If not please help me understand it.
<logoman> I'm new in CL so i request you to keep the explanation simple
Lord_Nightmare has quit [Excess Flood]
<phoe> logoman: more than just anonymous functions? what do you mean?
<phoe> they *are* anonymous functions.
Lord_Nightmare has joined #lisp
<phoe> (funcall (lambda (x y) (+ x y)) 40 80) ;=> 120
<logoman> I mean other than being anonymous functions is there more to lambdas
<logoman> I asked this question because somewhere i read that java's lambda are real lambda because it is just a syntactic sugar
<logoman> Are *not real
<phoe> we're not in Java here. in Lisp, anonymous functions are as function...like? as named functions.
vlatkoB has joined #lisp
<phoe> other than being anonymous functions, there's this little tidbit that macro LAMBDA expands into FUNCTION lambda, so (lambda () 42) expands into #
<phoe> #'(lambda () 42)
lnostdal has joined #lisp
<phoe> which is then treated as a special form naming a function.
<logoman> Ok, thank you
Ukari has joined #lisp
<logoman> If i say lambda is syntactic sugar for function. Is that correct?
<phoe> nope
<edgar-rft> no, because in Lisp an anonymous function can also be stored in a variable
<phoe> FUNCTION is a special operator which evaluates to the functional object
<logoman> Could you please point me to a good link so i can understand lambdas better and properly
energizer has quit [Remote host closed the connection]
fikka has joined #lisp
energizer has joined #lisp
<logoman> Thank you sir
<phoe> no problem
pierpal has quit [Read error: Connection reset by peer]
fikka has quit [Ping timeout: 240 seconds]
FreeBirdLjj has quit [Ping timeout: 265 seconds]
lnostdal has quit [Ping timeout: 248 seconds]
nika_ has joined #lisp
nika has quit [Read error: Connection reset by peer]
FreeBirdLjj has joined #lisp
fikka has joined #lisp
wildbartty is now known as nah
nah is now known as fredofrodo
lnostdal has joined #lisp
fredofrodo is now known as wildbartty
elfmacs has quit [Ping timeout: 240 seconds]
fredofrodo has joined #lisp
elfmacs has joined #lisp
ghard``` has joined #lisp
ghard`` has quit [Remote host closed the connection]
nika has joined #lisp
nika_ has quit [Read error: Connection reset by peer]
MasouDa_ has joined #lisp
logoman has quit [Remote host closed the connection]
fikka has quit [Ping timeout: 248 seconds]
lnostdal has quit [Ping timeout: 265 seconds]
lnostdal has joined #lisp
hhdave_ has joined #lisp
FreeBirdLjj has quit [Ping timeout: 248 seconds]
wildbartty has quit [Ping timeout: 255 seconds]
fredofrodo has quit [Ping timeout: 265 seconds]
hhdave_ has quit [Quit: hhdave_]
elfmacs has quit [Ping timeout: 264 seconds]
khrbt_ has joined #lisp
random-nick has joined #lisp
lnostdal has quit [Ping timeout: 276 seconds]
pierpal has joined #lisp
fredofrodo has joined #lisp
fikka has joined #lisp
nika has quit [Ping timeout: 256 seconds]
nika has joined #lisp
fikka has quit [Ping timeout: 240 seconds]
phax has joined #lisp
phax has quit [Client Quit]
fikka has joined #lisp
FareTower has quit [Quit: Leaving]
fikka has quit [Ping timeout: 264 seconds]
khrbt has quit [Quit: leaving]
damke_ has quit [Read error: Connection reset by peer]
FreeBirdLjj has joined #lisp
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #lisp
fikka has joined #lisp
pjb` has joined #lisp
zmisc has quit [Ping timeout: 248 seconds]
<beach> It is interesting that a constructor for functions appears to be more difficult to understand than (say) a constructor for class instances.
<phoe> beach: it was the same way to me.
<phoe> I was never taught to understand functions as first-class citizens. It was only after Lisp when I figured out anonymous functions.
<beach> I believe you. And probably to me too (I can't remember). I just find it interesting.
fikka has quit [Ping timeout: 248 seconds]
pierpal has quit [Ping timeout: 248 seconds]
<phoe> The way I figured it out was, I realized that a closure around a function is equivalent to an "object" "around" a method.
<beach> Oh, THAT's interesting.
<phoe> The object and the closure both provide state, and the anonymous function and the method both provide code.
pierpal has joined #lisp
<phoe> That way, a closure's variable and an object's slot are equivalent, and the function closing over the variable and the object's method are equivalent.
<phoe> This one, I got from watching SICP lectures where they were constructing meaningful objects that way.
<beach> I see, yes.
<phoe> And, because of that, a function is just another object whose "slots" you can set.
random-nick has quit [Ping timeout: 276 seconds]
<beach> Mhm.
<phoe> By means of a closure, that is.
<phoe> (defun make-adder (x) (lambda (y) (+ x y))) <- X is a "slot" that you can set. And once you set it, you get a function, an "object", whose main "method" is being funcalled.
<phoe> Bad English, one second:
<phoe> ...whose main "method" is, to be funcalled.
<phoe> In Java-like notation, that would be int argument = 42; function.funcall(argument); or something.
<beach> Yes, I understand. I was just surprised because I am pretty sure I learned functional programming before I learned object-oriented programming. Or perhaps simultaneously.
<phoe> beach: I learned OO before functional.
<beach> Yes, I just realized that that's the usual situation these days.
<beach> I had a course (second year at the university, I think) that introduced Lisp, Simula, and APL, as examples of three different paradigms.
<phoe> Well, in schools and universities, that might be the case. Functional programmers are rather strong nowadays though, mostly because we have the hardware to properly support them now and that businesses application are becoming functional-oriented to deal with complexity.
<phoe> On our uni, it is the same, we are introduced to C++, Java, then to Scheme, Perl, Haskell, Erlang, SQL, and I think a couple others that I can't remember now.
<phoe> Order of languages is accidental.
<phoe> I mean, uhh. I meant that I didn't say them in any meaningful order, othen than C++ and Java which are the first ones.
damke_ has joined #lisp
fikka has joined #lisp
solyd has quit [Quit: solyd]
pjb` is now known as pjb
fikka has quit [Ping timeout: 265 seconds]
wigust has quit [Ping timeout: 260 seconds]
<pjb> beach: perhaps, because there's some confusion between functions and closures?
<pjb> COMPILE is the constructor for functions. FUNCTION is the constructor for closures. <- notice the confusion in the terms.
<phoe> pjb: COMPILE is the constructor for compiled-functions to be precise.
<pjb> Also, compare: (funcall (let ((x 42)) (compile nil (lambda () x)))) vs. (funcall (let ((x 42)) (function (lambda () x)))).
<pjb> phoe: exact.
damke has joined #lisp
damke_ has quit [Ping timeout: 265 seconds]
<pjb> oops! I meant: (funcall (let ((x 42)) (compile nil '(lambda () x))))
<phoe> pjb: wait a second, in the first example, LET ... evaluates to a closure, too.
<phoe> oh right
<pjb> Yes. I constructed a closure, and then compiled it, when I wanted to construct a pure function with a free variable.
fikka has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
<LdBeth> In Common Lisp everything is an object
<Shinmera> Concepts aren't objects in CL.
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
fikka has joined #lisp
<phoe> (defclass concept () ())
<LdBeth> Why not?
<Shinmera> Because they're not? Things like the concept of evaluation are not objects, but they're part of CL nonetheless.
<LdBeth> make EVAL a method?
<Shinmera> That doesn't make the concept an object.
damke has quit [Ping timeout: 264 seconds]
damke has joined #lisp
fikka has quit [Ping timeout: 268 seconds]
<jackdaniel> http://l1sp.org/search?q=concept -> no results found :)
<jackdaniel> good morning from poland
<Shinmera> Ready to hack the day away?
fikka has joined #lisp
* jackdaniel mumbles something about looking in idiom dictionary, brb
<pjb> Shinmera: (defvar *the-concept-of-evaluation* (function eval))
damke_ has joined #lisp
<jackdaniel> hm, sure
damke has quit [Ping timeout: 264 seconds]
nika has quit [Ping timeout: 264 seconds]
markong has joined #lisp
nika has joined #lisp
MasouDa_ has quit [Remote host closed the connection]
xrash has quit [Read error: Connection reset by peer]
fikka has quit [Ping timeout: 260 seconds]
lnostdal has joined #lisp
MasouDa_ has joined #lisp
shka_ has quit [Ping timeout: 265 seconds]
attila_lendvai has joined #lisp
<theemacsshibe[m]> (defclass concept () ((thing :initarg thing))) (make-instance 'concept :thing #'eval)
<Shinmera> Y'all are missing the point but I knew I shouldn't have brought it up in the first place.
MasouDa has quit [Ping timeout: 240 seconds]
pierpal has quit [Read error: Connection reset by peer]
<jackdaniel> the point is that not everything in CL is an object (i.e some rules defining it are not), recognizing a joke is a valuable skill ;-)
<jackdaniel> I think most of us "got" you
pierpal has joined #lisp
MasouDa has joined #lisp
<phoe> Shinmera: (defclass point ((thing :initarg thing))) (make-instance 'point :thing "he shouldn't have brought it up in the first place")
<Shinmera> Bad jokes are indistinguishable from honesty.
<pjb> Concept is so vague. But there are indeed several things in CL that are not lisp objects. For example, multiple values.
energizer has quit [Ping timeout: 260 seconds]
<pjb> Notice that it is somehow in the essence of multiple values of not being lisp objects.
MasouDa_ has quit [Ping timeout: 240 seconds]
<pjb> If you could pass and return multiple values as a single lisp objects, they wouldn't be multiple values anymore.
<LdBeth> Can’t multiple values be an instance with slots (but not necessarily)
<pjb> There's also the fact that CL types are not first class objects in the sense that you cannot have a reference to a CL type, but only to a CL type specifier (which is a sexp).
<pjb> LdBeth: You have to convert them, eg. into a list, with (multiple-value-list (truncate 10 3)) #| --> (3 1) |#
<Shinmera> pjb: A "return value" in general is not tangible. As in, the return value(s) evaluate to values, but you can't grab "returns" in general.
fikka has joined #lisp
MasouDa_ has joined #lisp
MasouDa has quit [Ping timeout: 268 seconds]
c0rehe110 has quit [Ping timeout: 240 seconds]
fikka has quit [Ping timeout: 260 seconds]
MasouDa has joined #lisp
MasouDa_ has quit [Ping timeout: 256 seconds]
damke_ has quit [Ping timeout: 264 seconds]
fikka has joined #lisp
MasouDa_ has joined #lisp
MasouDa has quit [Ping timeout: 240 seconds]
varjag has quit [Ping timeout: 260 seconds]
ZigPaw has joined #lisp
MasouDa has joined #lisp
lnostdal has quit [Ping timeout: 240 seconds]
MasouDa_ has quit [Ping timeout: 260 seconds]
oldtopman has quit [Ping timeout: 240 seconds]
BitPuffin has joined #lisp
nika has quit [Quit: Leaving...]
MasouDa_ has joined #lisp
oldtopman has joined #lisp
MasouDa has quit [Ping timeout: 264 seconds]
fikka has quit [Ping timeout: 260 seconds]
MasouDa has joined #lisp
orivej has joined #lisp
c0rehe110 has joined #lisp
MasouDa_ has quit [Ping timeout: 248 seconds]
fikka has joined #lisp
lnostdal has joined #lisp
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #lisp
MasouDa_ has joined #lisp
vap1 has joined #lisp
vaporatorius has quit [Ping timeout: 240 seconds]
c0rehe110 has quit [Ping timeout: 240 seconds]
<phoe> I can't find the exact part of the spec that states the following: when the Lisp reader encounters "FOO:BAR" and package FOO exists but has no external symbol named BAR, an error is signaled.
MasouDa has quit [Ping timeout: 268 seconds]
<phoe> The closest thing I have found is
<phoe> clhs 2.3.5
<Shinmera> well it specifically states that it must be an external symbol
<phoe> The pattern numbered 2 is what I am looking for, but it says nothing about what happens if the symbol is not found.
<Shinmera> well then the pattern is invalid
<phoe> "All other uses of package markers within names of symbols are not defined by this standard but are reserved for implementation-dependent use."
<phoe> I kind of doubt if "FOO:BAR" in that case would be valid for implementation-dependent use
MasouDa has joined #lisp
Baggers has joined #lisp
MasouDa_ has quit [Ping timeout: 264 seconds]
MasouDa_ has joined #lisp
MasouDa has quit [Ping timeout: 240 seconds]
varjag has joined #lisp
solyd has joined #lisp
MasouDa has joined #lisp
fikka has quit [Ping timeout: 264 seconds]
varjag has quit [Ping timeout: 248 seconds]
MasouDa_ has quit [Ping timeout: 248 seconds]
attila_lendvai has quit [Read error: Connection reset by peer]
MasouDa_ has joined #lisp
attila_lendvai has joined #lisp
damke_ has joined #lisp
pierpal has quit [Ping timeout: 260 seconds]
MasouDa has quit [Ping timeout: 248 seconds]
Folkol has joined #lisp
fikka has joined #lisp
MasouDa has joined #lisp
Karl_Dscc has joined #lisp
daniel-s has joined #lisp
MasouDa_ has quit [Ping timeout: 256 seconds]
shifty has joined #lisp
lnostdal has quit [Read error: Connection reset by peer]
MasouDa_ has joined #lisp
MasouDa has quit [Ping timeout: 260 seconds]
MasouDa has joined #lisp
MasouDa_ has quit [Ping timeout: 248 seconds]
python476 has joined #lisp
Bike has joined #lisp
MasouDa_ has joined #lisp
MasouDa has quit [Ping timeout: 265 seconds]
elfmacs has joined #lisp
MasouDa has joined #lisp
fikka has quit [Ping timeout: 264 seconds]
MasouDa_ has quit [Ping timeout: 256 seconds]
MasouDa_ has joined #lisp
Folkol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
MasouDa has quit [Ping timeout: 240 seconds]
MasouDa has joined #lisp
<beach> LdBeth: Phrases like "in <language>, everything is a(n) <name>" are usually meaningless. If you refine it so that it is correct for Common Lisp, you get "in Common Lisp every datum is an object" which is obviously true because the glossary says they are synonyms.
zaquest has quit [Quit: Leaving]
<beach> LdBeth: But there are several things that aren't objects in Common Lisp, like comments in source code, for instance, or the result of reading something that is preceded by #(or).
MasouDa_ has quit [Ping timeout: 256 seconds]
zaquest has joined #lisp
<beach> Multiple values represent another example, as pjb pointed out.
<theemacsshibe[m]> >people use `thing` as arguments for their joke classes
<theemacsshibe[m]> Hey, I made an anti pattern!
<LdBeth> beach: I thought a "thing" in a language is something hold a reference
<beach> LdBeth: But then you are again in synonym territory. Every object is an object.
<beach> LdBeth: So the phrase is meaningless.
fikka has joined #lisp
<LdBeth> Right.
fikka has quit [Ping timeout: 240 seconds]
<phoe> Hmm.
elderK has quit [Quit: ZzZzZzZzZZz]
<phoe> I'm refactoring CCLDOC now, and I need to be able to check if a condition is of type "external symbol BAR not found in package FOO".
<phoe> I know that these should be all READER-ERRORs but I want to be more specific.
<phoe> This will most likely mean that I come into implementation-defined territory.
shifty has quit [Ping timeout: 264 seconds]
fikka has joined #lisp
tomlukeywood has joined #lisp
billybob has joined #lisp
billybob is now known as gogsismycity
smasta has quit [Ping timeout: 240 seconds]
fikka has quit [Ping timeout: 264 seconds]
gogsismycity has quit [Client Quit]
<phoe> Is there any service that will allow me to quickly evaluate some code on X different implementations?
<phoe> I literally want just a codesnippet that will attempt to read a non-existent external symbol and then print information about the condition that gets signaled.
fikka has joined #lisp
EvW1 has joined #lisp
attila_lendvai has quit [Read error: Connection reset by peer]
Karl_Dscc has quit [Remote host closed the connection]
crsc has quit [Quit: leaving]
attila_lendvai has joined #lisp
attila_lendvai has joined #lisp
attila_lendvai has quit [Changing host]
c0rehe110 has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
Potato` has joined #lisp
c0rehe110 has quit [Ping timeout: 248 seconds]
fikka has joined #lisp
orivej has quit [Ping timeout: 260 seconds]
crsc has joined #lisp
attila_lendvai has quit [Quit: Leaving.]
fikka has quit [Ping timeout: 240 seconds]
c0rehe110 has joined #lisp
orivej has joined #lisp
fikka has joined #lisp
tomlukeywood has quit [Quit: tomlukeywood]
pierpal has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
<phoe> Welp, maybe they'll be able to help me.
fikka has joined #lisp
SenasOzys has quit [Ping timeout: 248 seconds]
damke has joined #lisp
lnostdal has joined #lisp
fikka has quit [Ping timeout: 264 seconds]
ft has quit [Ping timeout: 276 seconds]
damke_ has quit [Ping timeout: 264 seconds]
daniel-s has quit [Ping timeout: 264 seconds]
impaktor has left #lisp ["ERC (IRC client for Emacs 25.3.2)"]
SenasOzys has joined #lisp
d4ryus1 is now known as d4ryus
Lord_Nightmare has quit [Ping timeout: 248 seconds]
scymtym has joined #lisp
ft has joined #lisp
dddddd_ has joined #lisp
fikka has joined #lisp
shrdlu68 has joined #lisp
dddddd_ is now known as dddddd
Lord_Nightmare has joined #lisp
<Shinmera> phoe: pjb wrote a cl-all script, but it'll still require you to have all implementations installed locally.
fikka has quit [Ping timeout: 248 seconds]
matijja has joined #lisp
<phoe> Shinmera: which I don't have at the moment. I'd need to set up an environment myself to test that, and it seems a little bit too much for a simple snippet like this.
<Shinmera> roswell can help
pierpal has quit [Read error: Connection reset by peer]
python476 has quit [Read error: Connection reset by peer]
light2yellow has joined #lisp
fikka has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
shifty has joined #lisp
fikka has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
Kevslinger has joined #lisp
siraben has joined #lisp
doesthiswork has joined #lisp
lnostdal has quit [Ping timeout: 268 seconds]
lnostdal has joined #lisp
wigust has joined #lisp
Achylles has joined #lisp
fikka has joined #lisp
shka_ has joined #lisp
matijja has quit [Ping timeout: 265 seconds]
Potato` has quit [Remote host closed the connection]
pierpal has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
Achylles_ has joined #lisp
ghard```` has joined #lisp
ghard``` has quit [Read error: Connection reset by peer]
fikka has joined #lisp
LiamH has joined #lisp
Achylles has quit [Ping timeout: 240 seconds]
Achylles_ has quit [Ping timeout: 246 seconds]
pierpal has quit [Remote host closed the connection]
karswell has quit [Remote host closed the connection]
karswell has joined #lisp
karswell has quit [Remote host closed the connection]
karswell has joined #lisp
matijja has joined #lisp
python476 has joined #lisp
c0rehe110 has quit [Ping timeout: 260 seconds]
shrdlu68 has quit [Ping timeout: 240 seconds]
<jeosol> morning everyone
<beach> Hello jeosol.
<jeosol> morning beach, long time.
<jeosol> been away hacking on my challenge code. very stable, had to fix many bugs, deadline soon
<jeosol> i have a question, for those who have used clsql and postmodern for use with postgres. I have used clsql more but since i am subscribed to postmodern's mail list, it seems there is a lot of activity there
<beach> Well, many of us have been away for some time, attending ELS.
<jeosol> especially to meet new postgres features
<jeosol> ok, beach, i wish I could have attended, I did plan to, but this challenge has given me many grey hairs already
<jeosol> definitely, next one, I will look to attend, and may be have a contribution
shrdlu68 has joined #lisp
c0rehe110 has joined #lisp
SaganMan has joined #lisp
fisxoj has joined #lisp
hhdave has joined #lisp
Cthulhux has quit [Changing host]
Cthulhux has joined #lisp
hhdave has quit [Ping timeout: 240 seconds]
shrdlu68 has quit [Ping timeout: 256 seconds]
shrdlu68 has joined #lisp
<drmeister> I have auto completion enabled for slime - and I use M-tab to activate it. That's normal right? There is no good reason to bind it to tab because tab is used for indentation. Is that correct?
<drmeister> I ask because I've added tab completion to cl-jupyter notebooks and I use tab there. I'm rethinking key bindings.
<MichaelRaskin> In the web browser Tab could also mean focus control…
pw_ has joined #lisp
<MichaelRaskin> I guess the main example of using Tab for completion is interactive shell (readline etc.)
<drmeister> In jupyter notebooks it is overridden then - it is used for tab completion.
pw_ has left #lisp [#lisp]
<MichaelRaskin> Oh well, if Jupyter makes a questionable choice…
<drmeister> Thank you - that's a valuable perspective - that jupyter might be making a poor choice and it's best not to propagate it.
<MichaelRaskin> Well, if you integrate with it, it is reasonable to follow its conventions
<MichaelRaskin> I am not sure what is a _good_ choice in the browser. Alt-Tab is annoying when it is window switch, Tab is focus control, Ctrl-Tab is browser Tab control, Shift is a modifier to switch direction in these cases.
troydm has quit [Ping timeout: 264 seconds]
Josh_2 has joined #lisp
<drmeister> We need more keys - damnit!
<MichaelRaskin> I use Ctrl-Space for in-browser completion, which is not obvious for people who haven't used enough IDEs with that choice. Also, catching Ctrl-Space correctly has to be tested separately on all the platforms.
python476 has quit [Read error: Connection reset by peer]
<MichaelRaskin> When I was using an Asus 15.6'' notebook, it was nice to rebind the numpad to arrows and a ton of modifiers…
<pjb> phoe: you probably need to use your own lisp reader (eg. com.informatimago.common-lisp.lisp-reader.reader), so you can define your own set of precise conditions.
<jeosol> I believe some of you know my Mike Maul, or maintainer of CLML. I was hoping to do some ML tutorials and still undecided on the libraries to use. Someone here (jmercoursis(?)) suggested clasp
<pjb> phoe: you may also want to revise the CL standard, to define a precise (potential) condition ontology.
<pjb> and using your own lisp reader (or at least, your own reader macros), will let you define comments as lisp objects, which may be useful when you want to process them, as in documentation generator.
<phoe> pjb: I can't, yet.
<phoe> scymtym: I will think about it. To give you some context, I am refactoring CCLDoc which uses the standard Lisp reader for the time being to parse files. I'm cleaning up and documenting the code for the time being; changing the reader would be a pretty big change and I don't want to do such big leaps just yet.
<phoe> uh, not scymtym - pjb
<phoe> sorry
<pjb> phoe: you can do it by defining a reader macro bound to all constituent characters, to read symbols.
<phoe> that would uglify the code much more than I would like.
<pjb> It would be hidden in a nice abstraction :-)
<pjb> This is the standard hack for such things. The alternative, is to patch all the CL implementations to provide a readtable-parse-token function, or something similar.
<pjb> function -> accessor.
<phoe> gah
<phoe> clhs make-package
<phoe> Side Effects: none.
<Xach> hee hee
milanj has quit [Quit: This computer has gone to sleep]
<jeosol> nice
<phoe> I wish it had no side effects
<mfiano> Does anyone know how hard it would be to calculate a list of all the package names a particular system defines apart from parsing all the lisp files myself? My use-case is that I need to feed them into to the SBCL deterministic profiler, and there are currently about 50 packages in this project that are constantly changing/being added so manually listing them is a no go. To make matters worse there are multiple
<mfiano> several where packages are defined, not just one.
<mfiano> multiple files rather
<phoe> mfiano: everything can define a new package. The best thing you can do is load all the dependencies of a system, take a snapshot of the package list, load your system, take a new snapshot of the package list, compare the two snapshots.
<mfiano> That is a decent idea
<phoe> I bet you can do that from ASDF level.
hhdave has joined #lisp
<mfiano> Come to think of it, I think Shimera did something similar with Staple documentation generation
<mfiano> Shinmera. Man I can't type today
<phoe> I have just made the most edge-case type of Common Lisp library that I can think of
<Shinmera> mfiano: Staple does record packages as defined by systems, yes.
<mfiano> Thanks
<Shinmera> This is why you should only load staple and then just run generate on your system, so that it ensures the other system is loaded later and the packages can be recorded accurately.
<MichaelRaskin> phoe: not crazy enough
<MichaelRaskin> Wouldn't it work to just cause the error (using your examples) and save the type (at load-time)?
<MichaelRaskin> Then it would automatically port itself to most implementations
pierpal has joined #lisp
<phoe> MichaelRaskin: not really.
<phoe> You don't want to match all SIMPLE-ERRORs.
<phoe> Because of how the implementations handle this type of errors, I actually have to do string matching.
<Xach> phoe: i have found it profitable to do string-matching of pretty error strings and use satisfies types for error handling.
<Xach> phoe: and if in the glorious future the string matching is unnecessary, the satisfies check goes away but the error handling code remains the same.
<phoe> Xach: I see. I have a satisfies type in there.
asarch has joined #lisp
EvW1 has quit [Remote host closed the connection]
shifty has quit [Ping timeout: 268 seconds]
shifty has joined #lisp
brendyn has quit [Ping timeout: 260 seconds]
<phoe> gaaaaaaaaaaaah
<phoe> there is no specific condition type for "package FOO not found" errors!
<phoe> Luckily I can check if (find-package (package-error-package foo)) is NIL.
FreeBirdLjj has quit [Remote host closed the connection]
<pjb> mfiano: stricto sensu, computing this list of packages is equivalent to the halting problem.
<MichaelRaskin> phoe: hm, cannot you just test all the natural cases, then string-match them, extract package/symbol names and verify what is going on?
<pjb> mfiano: but if you restrict yourself to the set of package defined effectively by a system when it is loaded in a specific implementation on a specific platform on a specific computer, then you can just use list-all-packages before and after, and use set-difference.
<mfiano> Yup, thank you.
<phoe> MichaelRaskin: hm
<phoe> theoretically I could, but I have no idea what *really* caused the condition to be signaled.
<phoe> All I get is a condition which can be of any type, have any kind of readers, and may or may not have sensible arguments to retrieve with them.
<MichaelRaskin> Well, if there is simple-error and someone throws simple-error with the same text for a different reason, you have lost anyway
<beach> MichaelRaskin: Errors are not "throw"n in Common Lisp. They are "signal"ed.
eSVG has quit [Ping timeout: 265 seconds]
<phoe> Yep, that's why I copy what implementations do right now. The only sane thing to do would be to submit PRs to all the implementations so they instead signal specific condition types.
<MichaelRaskin> Ah, yes, my bad. Given that it is feasible to throw a simple-error in the Common Lisp sense, I should mind the words.
<phoe> But that won't really happen, I think. Mostly because I don't have the energy or will to do that.
<pjb> At best, they're received and pulled by the handlers, but they don't fly all over the place.
<MichaelRaskin> phoe: backtrace parsing…
<beach> MichaelRaskin: It is not feasible to throw a simple error in Common Lisp.
<phoe> (catch 'foo (throw 'foo (make-condition 'error)))
<phoe> hey I'm throwing errors
<beach> Yeah, OK, fine.
<pjb> :-)
<phoe> MichaelRaskin: my solution is cleaner than any sort of backtrace parsing.
<MichaelRaskin> Well, backtrace parsing would allow to punt some of portability to trivial-backtrace
<MichaelRaskin> But it is probably simpler to just check the same list of implementations
<pjb> phoe: technically you threw the symbol. (let ((e (make-condition 'error))) (catch e (throw e 'hey))) #| --> hey |#
<MichaelRaskin> And pray it is not version-dependent
<beach> Thanks pjb.
<phoe> pjb: wait, no, I did not
<pjb> you did. What's thrown is the object, not the optional result.
<phoe> (catch 'foo (throw 'foo (make-condition 'error))) ;=> #<ERROR {10029509B3}>
pmetzger has joined #lisp
<phoe> oh wait, correct
<phoe> I threw the symbol, and CATCH evaluated to the result.
<pjb> So you could throw errors, but you would have to instantiate them before, and catch each of them.
<pjb> throw evaluates the result (in the lexical scope of the throw call).
<phoe> pjb: nope, it does not work that way.
siraben has quit [Read error: Connection reset by peer]
<phoe> (catch #1=(make-condition 'error) (throw #1# "look ma, i'm throwing errors")) signals an error on SBCL for me.
<phoe> "attempt to THROW to a tag that does not exist"
<pjb> (let ((x 42)) (catch 'foo (let ((x 33)) (throw 'foo x)))) #| --> 33 |#
<MichaelRaskin> phoe: I think a bit of read-eval is needed here
<phoe> pjb: yes, thanks.
<phoe> ha, I think I found a SBCL bug
<phoe> (catch #1=(find-package :cl) (throw #1# "look ma, i'm throwing errors")) works
<phoe> (catch #1=(make-condition 'error) (throw #1# "look ma, i'm throwing errors"))
<phoe> doesn't.
<phoe> wait, no
<phoe> I am being silly
<pjb> There's kind of a guarantee that (find-package :cl) will always return the same object.
<phoe> these evaluate to two different objects.
<pjb> (catch (find-package :cl) (throw (find-package :cl) "look ma, i'm throwing errors"))
<phoe> (catch #1=#.(make-condition 'error) (throw #1# "look ma, i'm throwing errors"))
<phoe> read-eval, yes. thanks.
<MichaelRaskin> Exactly
<phoe> I often get the combination of ## and #. mixed up
FreeBirdLjj has joined #lisp
fisxoj has quit [Quit: fisxoj]
<oleo> do you get the read-time-value of (make-condition 'error) on load ?
<oleo> via #. ?
<MichaelRaskin> Yes
pierpal has quit [Ping timeout: 240 seconds]
<oleo> if an error condition is signalled that halts the repl normally not ?
<oleo> but via catch you prevent that ?
shrdlu68 has quit [Ping timeout: 248 seconds]
<beach> No.
<oleo> ya ok not prevent, but circumvent ?
<oleo> lol
<oleo> since it transfers control-flow to another point....
<oleo> i suppose....
elfmacs has quit [Ping timeout: 240 seconds]
pierpal has joined #lisp
<oleo> beach: are there any good reference materials for designing object models ?
Oladon has joined #lisp
<beach> Not really.
<beach> Sonja Keene is OK, but not fantastic.
<oleo> ya i figured as much, i'm trying to skim some stuff from stackoverflow etc...
<oleo> design is huge.....
<oleo> and i don't find much points either
<oleo> other than one book for design-patterns with some code for some text-editor
<oleo> i think i should get that one
<oleo> meh
pierpal has quit [Ping timeout: 256 seconds]
<oleo> design is mostly free-style but .... patterns would be interesting really
khrbt_ has quit [Quit: ZNC 1.6.5 - http://znc.in]
Folkol has joined #lisp
<oleo> and that's why it's hard to find any good reference materials too
<beach> I am working on it. :)
<oleo> it always changes depending on what you want to supplement....
<oleo> :)
khrbt has joined #lisp
damke_ has joined #lisp
troydm has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
damke has quit [Ping timeout: 264 seconds]
SenasOzys has quit [Ping timeout: 268 seconds]
orivej has quit [Ping timeout: 265 seconds]
c0rehe110 has quit [Ping timeout: 260 seconds]
damke has joined #lisp
orivej has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
<drmeister> What is the quickest way to convert a vector of double-float's to a simple vector of single floats?
<drmeister> Just write a loop - right?
<Shinmera> (map-into (make-array (length a) :element-type 'single-float)) (lambda (f) (float f 0f0)) a)
<Bike> (map '(vector single-float) (lambda (df) (coerce df 'single-float)) double-float-vector)
<Bike> jinx
Satou has joined #lisp
<Shinmera> err, should be 0s0, not 0f0 in my snippet
Kundry_Wag has joined #lisp
fikka has joined #lisp
SenasOzys has joined #lisp
Kundry_Wag has quit [Ping timeout: 256 seconds]
Ukari has quit [Remote host closed the connection]
wigust has quit [Ping timeout: 260 seconds]
orivej has quit [Ping timeout: 264 seconds]
fikka has quit [Ping timeout: 248 seconds]
<_death> 0s0 is short-float
<oleo> hmmmm, i tried plisp
<oleo> it's floats are screwed.....
<oleo> lol
orivej has joined #lisp
<oleo> (define f 3.14) -> 3.00000
pchrist_ has joined #lisp
damke_ has joined #lisp
pierpal has joined #lisp
damke has quit [Ping timeout: 265 seconds]
trig-ger has quit [*.net *.split]
cryptomarauder has quit [*.net *.split]
plll[m] has quit [*.net *.split]
thorondor[m] has quit [*.net *.split]
bheesham1 has quit [*.net *.split]
ichigo_best_girl has quit [*.net *.split]
spectrumgomas[m] has quit [*.net *.split]
pchrist has quit [*.net *.split]
azrazalea has quit [*.net *.split]
Pixel_Outlaw has joined #lisp
bend3r has quit [Ping timeout: 258 seconds]
bend3r has joined #lisp
milanj has joined #lisp
dddddd has quit [Remote host closed the connection]
gabiruh has quit [Ping timeout: 240 seconds]
thinkpad has quit [Ping timeout: 260 seconds]
wheelsucker has quit [Ping timeout: 260 seconds]
hhdave has quit [Ping timeout: 260 seconds]
hhdave has joined #lisp
fikka has joined #lisp
gabiruh has joined #lisp
damke_ has quit [Ping timeout: 265 seconds]
thinkpad has joined #lisp
solyd has quit [Ping timeout: 256 seconds]
FAUST|siccegge has quit [Ping timeout: 260 seconds]
spectrumgomas[m] has joined #lisp
hhdave has quit [Client Quit]
c0rehe110 has joined #lisp
damke_ has joined #lisp
orivej has quit [Read error: Connection reset by peer]
thorondor[m] has joined #lisp
orivej has joined #lisp
vert2 has quit [Remote host closed the connection]
c0rehe110 has quit [Ping timeout: 268 seconds]
MasouDa has quit [Ping timeout: 256 seconds]
FAUST|siccegge has joined #lisp
energizer has joined #lisp
MasouDa has joined #lisp
mn3m has joined #lisp
vert2 has joined #lisp
Kundry_Wag has joined #lisp
vap1 has quit [Ping timeout: 240 seconds]
vert2 has quit [Ping timeout: 256 seconds]
Kundry_Wag has quit [Ping timeout: 268 seconds]
vert2 has joined #lisp
pelle has joined #lisp
damke has joined #lisp
pelle has quit [Client Quit]
pelle has joined #lisp
bheesham1 has joined #lisp
azrazalea has joined #lisp
ichigo_best_girl has joined #lisp
plll[m] has joined #lisp
cryptomarauder has joined #lisp
trig-ger has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
<pelle> hi, i'm a bit new to common lisp, but find it great. trying to put a GUI on this program I made, and for that I've been checking out McCLIM. Works great, but troubel is: It needs to recompile *everything* everytime it loads. That takes about 10 minutes and makes it inconvenient to use. Other libraries I've loaded, like Hunchentoot, seem to only need to compile once (after I've set ASDF_OUTPUT_TRANSLATIONS to
<pelle> a folder to cache the compiled files). Anyone has any idea how to avoid getting McCLIM to flippin recompile on every load? (Using SBCL on Debian)
FreeBirdLjj has quit [Read error: Connection reset by peer]
FreeBirdLjj has joined #lisp
mhitchman[m] has quit [Ping timeout: 245 seconds]
blisp[m] has quit [Ping timeout: 260 seconds]
jach[m] has quit [Ping timeout: 260 seconds]
drunk_foxx[m] has quit [Ping timeout: 260 seconds]
<phoe> pelle: #clim might be able to answer sooner since they specialize on CLIM
hiq[m] has quit [Ping timeout: 258 seconds]
spectrumgomas[m] has quit [Ping timeout: 246 seconds]
dirb has quit [Ping timeout: 255 seconds]
CharlieBrown has quit [Ping timeout: 255 seconds]
RichardPaulBck[m has quit [Ping timeout: 240 seconds]
theemacsshibe[m] has quit [Ping timeout: 240 seconds]
kammd[m] has quit [Ping timeout: 245 seconds]
eatonphil has quit [Ping timeout: 245 seconds]
LdBeth has quit [Ping timeout: 246 seconds]
SAL9000 has quit [Ping timeout: 246 seconds]
Jach[m]1 has quit [Ping timeout: 246 seconds]
cryptomarauder has quit [Ping timeout: 256 seconds]
thorondor[m] has quit [Ping timeout: 260 seconds]
equalunique[m] has quit [Ping timeout: 260 seconds]
kumori[m] has quit [Ping timeout: 260 seconds]
lyosha[m] has quit [Ping timeout: 256 seconds]
ArthurAGleckler[ has quit [Ping timeout: 255 seconds]
katco[m] has quit [Ping timeout: 255 seconds]
hdurer[m] has quit [Ping timeout: 265 seconds]
<oleo> pelle: maybe just create an image via save-lisp-and-die ?
plll[m] has quit [Ping timeout: 256 seconds]
cezary has joined #lisp
<pelle> @oleo and then load that image later?
zotan has quit [Ping timeout: 260 seconds]
sellout- has quit [Ping timeout: 260 seconds]
<pelle> @phoe thanks. (wondering if anyone would really check such a niche IRC channel?)
zotan has joined #lisp
sellout- has joined #lisp
orivej has quit [Ping timeout: 248 seconds]
<phoe> pelle: not so niche. (:
<phoe> the McCLIM developers and maintainers are there.
FreeBirdLjj has quit [Remote host closed the connection]
<pelle> @phoe: happy to hear that!
Satou has quit [Quit: Cya soon guys!]
cpc26_ has joined #lisp
<cess11_> pelle: If you have experience from C++ you might want to hang out in #clasp too.
runejuhl has quit [Ping timeout: 256 seconds]
terpri has quit [Ping timeout: 256 seconds]
cpc26 has quit [Ping timeout: 255 seconds]
<pelle> @cess11_ I'm coming more from Racket/Clojure perspective :-/ But might give it a look.
<oleo> pelle: well i do it that way, i.e. use an image
<oleo> pelle: (sb-ext:save-lisp-and-die "/home/oleo/newlim4" :executable t)
<oleo> pelle: and then start it via some bash script
<oleo> pelle: #!/bin/bash
<oleo> exec rlwrap -b "[]()'\" " --remember -c -f /home/oleo/.sbcl_completions -H /home/oleo/.sbcl_history -s 65535 $MY_SBCL
<oleo> export MY_SBCL="/home/oleo/newlim4 --eval (cl-user::clm)"
<oleo> if you don't have the .sbcl_completions file you can create it
<oleo> either by touching it or using another instance of lisp and some code to generate the symbols in it
<oleo> .sbcl_history can be empty anyway
<oleo> but you might want to fill the completions
c0rehe110 has joined #lisp
<pelle> @oleo: Uh, that sbcl_completions was something I was wondering about (since only CLISP appears to have built-in REPL completion)
Achylles has joined #lisp
Oladon has quit [Quit: Leaving.]
orivej has joined #lisp
shrdlu68 has joined #lisp
MasouDa has quit [Ping timeout: 260 seconds]
vap1 has joined #lisp
<oleo> no pelle
vaporatorius has joined #lisp
<phoe> pelle: you might also want to pick up emacs+slime for interactive Lisp development; a terminal REPL will not give you a full experience.
<oleo> pelle: just load this one http://dpaste.com/1JZDJV4 once you are in your image with all the packages loaded of which you want to create the symbols for completion
c0rehe110 has quit [Ping timeout: 268 seconds]
c0rehe110 has joined #lisp
MasouDa has joined #lisp
damke_ has joined #lisp
<pelle> useful with that completions file!! thanks! I've installed slimv in vim and seems to work quite well also ... just takes a bit getting used to.
damke has quit [Ping timeout: 264 seconds]
Achylles has quit [Remote host closed the connection]
nullniverse has joined #lisp
c0rehe110 has quit [Ping timeout: 276 seconds]
Oladon has joined #lisp
comborico1611 has joined #lisp
comborico1611 has quit [Client Quit]
lnostdal has quit [Read error: Connection reset by peer]
lnostdal has joined #lisp
EvW has joined #lisp
trocado has joined #lisp
shifty has quit [Ping timeout: 260 seconds]
megalography has quit [Ping timeout: 268 seconds]
MasouDa has quit [Ping timeout: 260 seconds]
random-nick has joined #lisp
c0rehe110 has joined #lisp
energizer has quit [Disconnected by services]
energizer has joined #lisp
python476 has joined #lisp
c0rehe110 has quit [Ping timeout: 246 seconds]
nsrahmad has joined #lisp
oleo has quit [Quit: Leaving]
megalography has joined #lisp
trocado has quit [Ping timeout: 256 seconds]
raynold has quit [Quit: Connection closed for inactivity]
oleo has joined #lisp
MrSleepy has quit [Remote host closed the connection]
kerrhau has joined #lisp
kerrhau has quit [Changing host]
kerrhau has joined #lisp
SenasOzys__ has joined #lisp
SenasOzys has quit [Read error: Connection reset by peer]
fikka has quit [Ping timeout: 248 seconds]
mflem has joined #lisp
hhdave has joined #lisp
hhdave has quit [Client Quit]
hhdave has joined #lisp
pelle has quit [Remote host closed the connection]
emil__ has joined #lisp
fikka has joined #lisp
doanyway has joined #lisp
osune has joined #lisp
hhdave has quit [Quit: hhdave]
fikka has quit [Ping timeout: 245 seconds]
rumbler31 has joined #lisp
emil__ has left #lisp [#lisp]
orivej_ has joined #lisp
nsrahmad has quit [Quit: Leaving]
orivej has quit [Ping timeout: 276 seconds]
MasouDa has joined #lisp
zooey has quit [Ping timeout: 268 seconds]
kushal has quit [Ping timeout: 268 seconds]
fikka has joined #lisp
kushal has joined #lisp
zooey has joined #lisp
c0rehe110 has joined #lisp
fikka has quit [Ping timeout: 245 seconds]
terpri has joined #lisp
c0rehe110 has quit [Ping timeout: 256 seconds]
ym has joined #lisp
kerrhau- has joined #lisp
eSVG has joined #lisp
SlowJimmy has joined #lisp
pmetzger has quit []
fikka has joined #lisp
MasouDa has quit [Ping timeout: 245 seconds]
MasouDa has joined #lisp
oleo has quit [Remote host closed the connection]
oleo has joined #lisp
fikka has quit [Ping timeout: 276 seconds]
kerrhau- has quit [Remote host closed the connection]
oleo has quit [Remote host closed the connection]
<Pixel_Outlaw> Anyone good at music?
<Pixel_Outlaw> ah wrong channel sorry
wooden_ has quit [Ping timeout: 260 seconds]
jaja has joined #lisp
jaja has quit [Changing host]
jaja has joined #lisp
vap1 has quit [Quit: Leaving]
kerrhau has quit [Remote host closed the connection]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #lisp
fikka has joined #lisp
wooden_ has joined #lisp
fikka has quit [Ping timeout: 246 seconds]
EvW has quit [Ping timeout: 276 seconds]
fikka has joined #lisp
c0rehe110 has joined #lisp
python476 has quit [Ping timeout: 276 seconds]
ghard```` has quit [Read error: Connection reset by peer]
c0rehe110 has quit [Ping timeout: 246 seconds]
fikka has quit [Ping timeout: 246 seconds]
oleo has joined #lisp
MasouDa has quit [Ping timeout: 256 seconds]
Baggers has quit [Quit: b]
EvW has joined #lisp
fikka has joined #lisp
Baggers has joined #lisp
vlatkoB has quit [Remote host closed the connection]
fikka has quit [Ping timeout: 276 seconds]
Karl_Dscc has joined #lisp
SlowJimmy has left #lisp ["good bye cruel world"]
mn3m has quit [Quit: mn3m]
python476 has joined #lisp
runejuhl has joined #lisp
LdBeth has joined #lisp
angavrilov has quit [Remote host closed the connection]
fikka has joined #lisp
khrbt has quit [Quit: ZNC 1.6.5 - http://znc.in]
khrbt has joined #lisp
<light2yellow> can I configure slime's prompt? I want "CL_USER>" to be just ">". I didn't find it in the documentation
<phoe> light2yellow: actually, the prompt tells you which package you are in
<phoe> but if you want to configure it... hmmmm, I never felt the need to
<phoe> it should be possible somehow, but I don't know how.
<light2yellow> I mean, I just want to copy-paste with the results, with minimal edit
<phoe> copy-paste with the results? what do you mean?
<light2yellow> like, evaluate something in slime and copy it out of slime elsewhere
<phoe> yes, I do that pretty often when I pastebin things. does the package name get in your way when you do that?
<light2yellow> ah, turns out I never tried. lol. it doesn't
<light2yellow> I thought, like, "I need to figure out how to get rid on this CL-USER first"
<light2yellow> s/on/off
<phoe> well then
<phoe> s/off/of
<light2yellow> ye
shrdlu68 has quit [Remote host closed the connection]
comborico1611 has joined #lisp
shrdlu68 has joined #lisp
kammd[m] has joined #lisp
katco[m] has joined #lisp
eatonphil has joined #lisp
spectrumgomas[m] has joined #lisp
Guest35662 has joined #lisp
dirb has joined #lisp
thorondor[m] has joined #lisp
Jach[m]1 has joined #lisp
theemacsshibe[m] has joined #lisp
blisp[m] has joined #lisp
mhitchman[m] has joined #lisp
equalunique[m] has joined #lisp
RichardPaulBck[m has joined #lisp
CharlieBrown has joined #lisp
plll[m] has joined #lisp
kumori[m] has joined #lisp
jach[m] has joined #lisp
cryptomarauder has joined #lisp
hdurer[m] has joined #lisp
hiq[m] has joined #lisp
lyosha[m] has joined #lisp
drunk_foxx[m] has joined #lisp
ArthurAGleckler[ has joined #lisp
khisanth__ has quit [Ping timeout: 264 seconds]
fikka has quit [Ping timeout: 248 seconds]
kark has quit [Ping timeout: 246 seconds]
shrdlu68 has quit [Ping timeout: 245 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
samus has quit [Quit: samus]
pierpa has joined #lisp
<khrbt> light2yellow C-h f slime-repl-insert-prompt RET
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
MohammadMatini has joined #lisp
MohammadMatini has quit [Remote host closed the connection]
Lord_Nightmare has joined #lisp
<light2yellow> khrbt: thanks
fikka has joined #lisp
jibanes has quit [Ping timeout: 264 seconds]
c0rehe110 has joined #lisp
shrdlu68 has joined #lisp
jibanes has joined #lisp
c0rehe110 has quit [Ping timeout: 256 seconds]
khisanth__ has joined #lisp
energizer has quit [Remote host closed the connection]
energizer has joined #lisp
shrdlu68 has quit [Quit: Lost terminal]
gonzojive has joined #lisp
shka_ has quit [Ping timeout: 248 seconds]
rumbler31 has quit [Remote host closed the connection]
khisanth__ has quit [Ping timeout: 240 seconds]
EvW has quit [Remote host closed the connection]
random-nick has quit [Read error: Connection reset by peer]
khisanth__ has joined #lisp
BitPuffin has quit [Remote host closed the connection]
Folkol has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
fisxoj has joined #lisp
damke has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
Mutex7 has joined #lisp
<gonzojive> I'd like a convenient method of quoting common lisp source code within a lisp file without having to use lots of escape characters. Anyone have a special literal reader for that sort of thing?
lemoinem is now known as Guest71989
lemoinem has joined #lisp
Guest71989 has quit [Ping timeout: 256 seconds]
doanyway has quit [Remote host closed the connection]
Karl_Dscc has quit [Remote host closed the connection]
c0rehe110 has joined #lisp
<MichaelRaskin> What do you mean? How it differs from ' or maybe ` ?
c0rehe110 has quit [Ping timeout: 264 seconds]
energizer has quit [Remote host closed the connection]
<gonzojive> MichaelRaskin: I want the code as a string, not as a lisp form. For a triple quote syntax, it'd be something like """(format nil "~A" x)""" => "(format nil \"~A\" x)"
energizer has joined #lisp
<MichaelRaskin> Are you sure you don't want just to (format nil "~s" code-form) ?
energizer has quit [Read error: Connection reset by peer]
energizer has joined #lisp
energizer has quit [Read error: Connection reset by peer]
energizer has joined #lisp
Baggers has quit [Remote host closed the connection]
rumbler31 has joined #lisp
<rme> you could use uninterned symbol syntax like #:|your stuff here| and then get the "your stuff here" via symbol-name.
fisxoj has quit [Ping timeout: 260 seconds]
SenasOzys__ has quit [Ping timeout: 256 seconds]
asarch has quit [Quit: Leaving]
Anthaas_ has joined #lisp
blt- has quit [Quit: ZNC 1.6.6 - http://znc.in]
SenasOzys has joined #lisp
blt has joined #lisp
blt has joined #lisp
blt has quit [Changing host]
nullniverse has quit [Ping timeout: 260 seconds]
light2yellow has quit [Quit: light2yellow]
Anthaas_ has quit [Ping timeout: 256 seconds]
EvW1 has joined #lisp
c0rehe110 has joined #lisp
c0rehe110 has quit [Ping timeout: 248 seconds]
JuanDaugherty has joined #lisp
zotan has quit [Quit: ZNC 1.6.5+deb1 - http://znc.in]
zotan has joined #lisp
markong has quit [Ping timeout: 256 seconds]
zacts has quit [Quit: WeeChat 1.9.1]
zacts has joined #lisp
eazar001 has joined #lisp
clio has joined #lisp
<clio> hi :)
rumbler31 has quit [Remote host closed the connection]
rumbler31 has joined #lisp
rumbler31 has quit [Remote host closed the connection]
rumbler31 has joined #lisp
Oladon has quit [Quit: Leaving.]
c0rehe110 has joined #lisp
Kaisyu has joined #lisp
python476 has quit [Ping timeout: 246 seconds]
c0rehe110 has quit [Ping timeout: 256 seconds]
osune has quit [Remote host closed the connection]
raynold has joined #lisp
Lord_Nightmare has quit [Ping timeout: 248 seconds]
Lord_Nightmare has joined #lisp
eazar001 has quit [Quit: WeeChat 2.1]