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
<pillton> Which is a shame.
<aeth> Ime, libraries will usually work on CCL, often work on ECL, and give issues with just about any other implementation, especially 32-bit ones.
damke has joined #lisp
<jack_rabbit> yes, it is.
* pillton doesn't want to risk starting the unit test thread again.
drastik has joined #lisp
<aeth> It's hard to not write for SBCL, though. There are so many ways to figure out what's going on in SBCL.
<aeth> I'm pretty sure of how my code behaves in SBCL, at least at the defaut optimization levels.
<aeth> s/defaut/default/
<aeth> Last time I checked, I couldn't find a profiling solution for CCL.
damke_ has joined #lisp
<jack_rabbit> The library is static-vectors, and the error is: "Foreign function not found: X86-LINUX64::|memset|"
<aeth> Really? static-vectors works for me in CCL. It gives me issues in ECL, though, even though it's supposed to support it.
drastik_1 has quit [Ping timeout: 246 seconds]
Cymew has quit [Ping timeout: 276 seconds]
drastik__ has joined #lisp
<jack_rabbit> hmm :/
Cymew has joined #lisp
damke has quit [Ping timeout: 264 seconds]
<aeth> But that does seem to match my experience. Things that use CFFI are the most problematic.
<pierpa> duh
<aeth> cl-sdl2 alone limits my project to SBCL, CCL, and ECL.
drastik has quit [Ping timeout: 246 seconds]
Cymew has quit [Ping timeout: 260 seconds]
<aeth> It's unfortunate that unless CLX works for you there's no way to avoid at least some foreign code.
Cymew has joined #lisp
al-damiri has quit [Quit: Connection closed for inactivity]
Cymew has quit [Ping timeout: 256 seconds]
Cymew has joined #lisp
arescorpio has joined #lisp
<White_Flame> aeth: telnet or web interfaces ftw
Cymew has quit [Ping timeout: 264 seconds]
happy-dude has quit [Quit: Connection closed for inactivity]
Cymew has joined #lisp
antoszka has quit [Quit: WeeChat 2.0.1]
Cymew has quit [Ping timeout: 240 seconds]
<jack_rabbit> Yeah, unfortunately mcclim seems to need static-vectors...
<aeth> interesting
<aeth> static-vectors seems to have taken over the world
Cymew has joined #lisp
<White_Flame> seems like that should have been part of FFI
<aeth> Now if only there were convenient solutions for other things
<pfdietz> SBCL is about 500K LOC. Clasp/LLVM is maybe 5M LOC, last I checked.
<pillton> White_Flame: I'm not sure what problem static-vectors solves. Do some implementations invoke the GC during foreign function calls?
<White_Flame> it's not during, it would be between
<Bike> i don't see why they wouldn't
<White_Flame> you can't pass a pointer to foreign code if it could be moved at any time in the future
Cymew has quit [Ping timeout: 256 seconds]
<pillton> It is only a problem if the foreign code retains the pointer.
DataLinkDroid has quit [Quit: WeeChat 1.6]
<White_Flame> ...right
Cymew has joined #lisp
<White_Flame> and in a lot of I/O cases, including graphics, the call does not synchronously encapsulate all access to the buffer you give it
EvW has quit [Ping timeout: 265 seconds]
DataLinkDroid has joined #lisp
Cymew has quit [Ping timeout: 265 seconds]
Cymew has joined #lisp
varjag has joined #lisp
<aeth> pillton: Without static-vectors, you're either going to be working with a foreign array through stuff like mem-aref (not a pleasant experience) or you're going to copy from a CL-native vector into a foreign array at some point (which can kill your performance).
<aeth> With static vectors, there's no need to do either, as long as you're in control of the allocation and not the foreign library.
Cymew has quit [Ping timeout: 256 seconds]
<aeth> The downside is that you're going to either have to use with-static-vector/with-static-vectors or you'll have to explicitly call free-static-vector in your own unwind-protect at some point.
Cymew has joined #lisp
<aeth> I'm guessing you also can't use (declare (dynamic-extent foo)) on a static-vector to stack allocate, so that's another restriction.
varjag has quit [Ping timeout: 264 seconds]
<aeth> Another downsize is that it seems to fool SBCL's type inference, so I have to (declare (whatever-type foo)) after with-static-vector or a let initializing the static-vector in order to get efficient sequence code, which is unnecessary with a normal vector.
Bike has quit [Quit: Lost terminal]
<pillton> I always used sb-ext:array-storage-vector and cffi:with-pointer-to-vector-data.
Cymew has quit [Ping timeout: 256 seconds]
Cymew has joined #lisp
damke has joined #lisp
Cymew has quit [Ping timeout: 256 seconds]
Cymew has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
Fare has joined #lisp
Cymew has quit [Ping timeout: 240 seconds]
Cymew has joined #lisp
Cymew has quit [Ping timeout: 240 seconds]
Cymew has joined #lisp
Oladon has joined #lisp
comborico1611 has quit [Quit: Konversation terminated!]
shdeng has joined #lisp
Cymew has quit [Ping timeout: 240 seconds]
Achylles has quit [Quit: Leaving]
brendyn has joined #lisp
Cymew has joined #lisp
damke_ has joined #lisp
jstypo has quit [Remote host closed the connection]
damke__ has joined #lisp
damke has quit [Ping timeout: 264 seconds]
Cymew has quit [Ping timeout: 264 seconds]
rumbler3_ has joined #lisp
SenasOzys__ has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
rumbler31 has quit [Read error: Connection reset by peer]
SenasOzys_ has quit [Remote host closed the connection]
vibs29 has quit [Ping timeout: 256 seconds]
d4ryus1 has joined #lisp
vibs29 has joined #lisp
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
smokeink has joined #lisp
d4ryus has quit [Ping timeout: 256 seconds]
fisxoj has joined #lisp
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
fikka has joined #lisp
brendyn has quit [Read error: No route to host]
fikka has quit [Ping timeout: 240 seconds]
fikka has joined #lisp
varjag has joined #lisp
Kundry_Wag has joined #lisp
esrarkesh has quit [Quit: leaving]
fikka has quit [Ping timeout: 240 seconds]
Cymew has joined #lisp
varjag has quit [Ping timeout: 260 seconds]
Trpger has joined #lisp
Kundry_Wag has quit [Ping timeout: 276 seconds]
Trpger has quit [Remote host closed the connection]
iqubic` has joined #lisp
nowhereman_ has joined #lisp
iqubic has quit [Ping timeout: 240 seconds]
nowhere_man has quit [Read error: Connection reset by peer]
Cymew has quit [Ping timeout: 246 seconds]
fikka has joined #lisp
iqubic` is now known as iqubic
Cymew has joined #lisp
damke has joined #lisp
xaxaac has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
damke_ has joined #lisp
damke__ has quit [Ping timeout: 264 seconds]
Cymew has quit [Ping timeout: 260 seconds]
frgo has quit [Ping timeout: 240 seconds]
damke has quit [Ping timeout: 264 seconds]
Cymew has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
fikka has joined #lisp
damke has joined #lisp
jibanes has quit [Ping timeout: 256 seconds]
Kundry_Wag has joined #lisp
Cymew has quit [Ping timeout: 240 seconds]
jibanes has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
Kundry_Wag has quit [Ping timeout: 240 seconds]
fisxoj has quit [Quit: fisxoj]
fikka has joined #lisp
Cymew has joined #lisp
Pixel_Outlaw has joined #lisp
Cymew has quit [Ping timeout: 240 seconds]
fikka has quit [Ping timeout: 256 seconds]
Cymew has joined #lisp
<jack_rabbit> Can anyone with CCL execute (read-from-string "#_memset") and let me know what happens?
arescorpio has quit [Quit: Leaving.]
fikka has joined #lisp
Cymew has quit [Ping timeout: 276 seconds]
Cymew has joined #lisp
<pillton> (values x86-darwin64::|memset| 8)
<jack_rabbit> :( Can't figure out why that doesn't work for me.
<pillton> Does rebuilding help?
fikka has quit [Ping timeout: 276 seconds]
<jack_rabbit> Hmm. Appears I may need to update the "interface database"
<jack_rabbit> Rebuilding CCL?
<pillton> Yes.
<jack_rabbit> I got it as a binary package. Hang on, i'll try building it from source.
Cymew has quit [Ping timeout: 260 seconds]
Cymew has joined #lisp
Kundry_Wag has joined #lisp
Cymew has quit [Ping timeout: 240 seconds]
BlueRavenGT has joined #lisp
damke has quit [Ping timeout: 260 seconds]
<jack_rabbit> huh. I didn't even need to rebuild. Just used the download from the clozure.com site rather than my distro repo.
Kundry_Wag has quit [Ping timeout: 264 seconds]
chump has joined #lisp
EvW has joined #lisp
fikka has joined #lisp
orivej has quit [Ping timeout: 276 seconds]
fikka has quit [Ping timeout: 264 seconds]
smokeink has quit [Remote host closed the connection]
jlarocco has joined #lisp
xaxaac has quit [Quit: Leaving]
fikka has joined #lisp
dvdmuckle is now known as cavepaintingmuck
cavepaintingmuck is now known as dvdmuckle
thblt has quit [Remote host closed the connection]
nika has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
fikka has joined #lisp
Fare has quit [Ping timeout: 260 seconds]
EvW has quit [Ping timeout: 265 seconds]
asarch has joined #lisp
smokeink has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
schoppenhauer has quit [Ping timeout: 256 seconds]
schoppenhauer has joined #lisp
Pixel_Outlaw has quit [Quit: Leaving]
fikka has joined #lisp
ruste has quit [Ping timeout: 240 seconds]
fikka has quit [Ping timeout: 264 seconds]
quazimodo has quit [Ping timeout: 260 seconds]
quazimodo has joined #lisp
SenasOzys__ has quit [Ping timeout: 264 seconds]
BlueRavenGT has quit [Ping timeout: 240 seconds]
Kundry_Wag has joined #lisp
Oladon has quit [Quit: Leaving.]
<aeth> It would be very unusual for a popular QL library not to work on CCL.
Kundry_Wag has quit [Ping timeout: 268 seconds]
<aeth> Everything on QL has to run on at least two implementations, so supporting #1 and #2 by popularity is pretty much the absolute minimum.
igemnace has joined #lisp
damke has joined #lisp
fikka has joined #lisp
dddddd has quit [Remote host closed the connection]
fikka has quit [Ping timeout: 260 seconds]
nowhereman_ has quit [Ping timeout: 246 seconds]
nowhereman_ has joined #lisp
fikka has joined #lisp
rumbler3_ has quit [Remote host closed the connection]
pierpa has quit [Quit: Page closed]
fikka has quit [Ping timeout: 256 seconds]
fikka has joined #lisp
kerrhau has quit [Ping timeout: 240 seconds]
fikka has quit [Ping timeout: 256 seconds]
Fare has joined #lisp
chump has quit [Remote host closed the connection]
fikka has joined #lisp
jealousmonk has quit [Quit: Leaving]
smasta has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
elderK has joined #lisp
elderK has joined #lisp
elderK has quit [Changing host]
damke_ has joined #lisp
fikka has joined #lisp
rumbler31 has joined #lisp
damke has quit [Ping timeout: 264 seconds]
oleo has quit [Quit: Leaving]
fikka has quit [Ping timeout: 248 seconds]
damke has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
osune` has joined #lisp
rumbler31 has quit [Ping timeout: 260 seconds]
osune has quit [Ping timeout: 265 seconds]
FreeBird_ has joined #lisp
Kundry_Wag has joined #lisp
FreeBirdLjj has quit [Ping timeout: 256 seconds]
Kundry_Wag has quit [Ping timeout: 248 seconds]
jjkola has quit [Quit: Ex-Chat]
johnvonneumann has joined #lisp
johnvonneumann_ has joined #lisp
johnvonneumann_ has quit [Remote host closed the connection]
johnvonneumann has quit [Remote host closed the connection]
fikka has joined #lisp
johnvonneumann has joined #lisp
johnvonneumann_ has joined #lisp
johnvonneumann_ has quit [Remote host closed the connection]
johnvonneumann has quit [Remote host closed the connection]
damke_ has joined #lisp
johnvonneumann has joined #lisp
johnvonneumann_ has joined #lisp
fikka has quit [Ping timeout: 248 seconds]
krasnal has quit [Ping timeout: 256 seconds]
damke has quit [Ping timeout: 264 seconds]
asarch has quit [Quit: Leaving]
shka_ has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
pierpal has quit [Read error: Connection reset by peer]
pierpal has joined #lisp
damke_ has joined #lisp
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
fikka has joined #lisp
Guest70687 has joined #lisp
Guest70687 has quit [Client Quit]
bjorkintosh has quit [Ping timeout: 265 seconds]
fikka has quit [Ping timeout: 264 seconds]
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
Jen has quit [Read error: Connection reset by peer]
wigust has joined #lisp
rumbler31 has joined #lisp
Jen has joined #lisp
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
sauvin has joined #lisp
fikka has joined #lisp
Jen has quit [Read error: Connection reset by peer]
rumbler31 has quit [Ping timeout: 276 seconds]
smasta has quit [Ping timeout: 260 seconds]
krasnal has joined #lisp
bjorkintosh has joined #lisp
Jen has joined #lisp
lnostdal has joined #lisp
fikka has quit [Ping timeout: 265 seconds]
Fare has quit [Ping timeout: 248 seconds]
shdeng has quit [Quit: Leaving]
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
nika has quit [Quit: Leaving...]
lnostdal has quit [Read error: Connection reset by peer]
lnostdal has joined #lisp
fikka has joined #lisp
Kevslinger has quit [Quit: Connection closed for inactivity]
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
Karl_Dscc has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
Jen has quit [Read error: Connection reset by peer]
energizer has quit [Quit: Leaving]
Jen has joined #lisp
Kundry_Wag has joined #lisp
varjag has joined #lisp
fikka has joined #lisp
Jen has quit [Read error: Connection reset by peer]
slyrus1 has joined #lisp
Jen has joined #lisp
Naergon has quit [Ping timeout: 268 seconds]
Kundry_Wag has quit [Ping timeout: 240 seconds]
varjag has quit [Ping timeout: 264 seconds]
fikka has quit [Ping timeout: 268 seconds]
Folkol has joined #lisp
Jen has quit [Read error: Connection reset by peer]
Jen has joined #lisp
doesthiswork has quit [Quit: Leaving.]
mathZ has joined #lisp
vlatkoB has joined #lisp
Karl_Dscc has quit [Remote host closed the connection]
fikka has joined #lisp
rumbler31 has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
rumbler31 has quit [Ping timeout: 264 seconds]
ninegrid has quit [Ping timeout: 240 seconds]
rumbler31 has joined #lisp
fikka has joined #lisp
rumbler31 has quit [Ping timeout: 265 seconds]
fikka has quit [Ping timeout: 264 seconds]
ninegrid has joined #lisp
nika_ has joined #lisp
ninegrid_ has joined #lisp
pierpal has quit [Read error: Connection reset by peer]
scymtym has quit [Ping timeout: 265 seconds]
fikka has joined #lisp
bakkal has joined #lisp
quazimodo has quit [Ping timeout: 256 seconds]
mflem has quit [Read error: Connection reset by peer]
mathZ has quit [Remote host closed the connection]
H4 has joined #lisp
quazimodo has joined #lisp
Kundry_Wag has joined #lisp
H4 has quit [Client Quit]
FreeBird_ has quit [Remote host closed the connection]
pierpal has joined #lisp
<TMA> jack_rabbit: (read-from-string "#_memset") => (values 'WIN32::|memset| 8) or (values 'WIN64::|memset| 8)
<jack_rabbit> TMA, Thanks. :)
Kundry_Wag has quit [Ping timeout: 260 seconds]
eSVG has joined #lisp
Cymew has joined #lisp
borei has quit [Ping timeout: 260 seconds]
quazimodo has quit [Ping timeout: 240 seconds]
runejuhl has quit [Quit: WeeChat 1.9.1]
runejuhl has joined #lisp
rozenglass has joined #lisp
<TMA> also ccl 1.6 32-bit no longer runs on 64-bit windows 10
quazimodo has joined #lisp
atdmpz has joined #lisp
varjag has joined #lisp
shka_ has quit [Ping timeout: 248 seconds]
atdmpz has quit []
scymtym has joined #lisp
dxtr has quit [Quit: leaving]
dxtr has joined #lisp
<rme> TMA: Support for running the 32-bit lisp on 64-bit Windows was added (by yours truly) in ccl 1.7.
Kundry_Wag has joined #lisp
dyht has joined #lisp
Kundry_Wag has quit [Ping timeout: 240 seconds]
fikka has quit [Ping timeout: 256 seconds]
angavrilov has joined #lisp
_cosmonaut_ has joined #lisp
fikka has joined #lisp
fikka has quit [Ping timeout: 265 seconds]
fikka has joined #lisp
Kundry_Wag has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
<TMA> rme: oh, I never knew. I have an old 1.6 sitting in a directory transferred from an old 32-bit XP system and I tried to run it.
Kundry_Wag has quit [Ping timeout: 256 seconds]
<TMA> rme: thanks for the addition
<schweers> TMA: out of curiosity: why do you run a recent OS in 32-bit mode?
fikka has joined #lisp
shrdlu68 has joined #lisp
eSVG has quit [Ping timeout: 265 seconds]
frgo has joined #lisp
bjorkintosh has quit [Remote host closed the connection]
bjorkintosh has joined #lisp
beach has joined #lisp
<beach> Good morning everyone!
<theemacsshibe[m]> afternoon beach!
<shrdlu68> Good morning!
<schweers> Good morning beach!
Kundry_Wag has joined #lisp
hhdave has joined #lisp
hhdave has quit [Client Quit]
Kundry_Wag has quit [Ping timeout: 260 seconds]
<TMA> schweers: I do not. I ran XP in 32 bit mode, I run everything in 64 bits since. I would return to 32-bit mode on low memory devices like low-end netbooks though.
<TMA> It is wasteful to use eight bytes for pointers when you have 2 gigs total memory.
<schweers> okay, that explains. I was wondering how windows 10 would perform with a maximum memory of ... 3GB? I know that 4GB or close to that are possible, but if I remember correctly, windows has a weird limit on 32 bit systems.
hhdave has joined #lisp
<schweers> It sure is, but then again, I was thinking about running windows 10, which -- I presume -- needs lots of memory just to boot.
<flip214> TMA: but having more registers in 64bit-mode might mean less memory needs (eg. for temporary data) and faster computation as well
White_Flame has quit [Ping timeout: 276 seconds]
hajovonta has joined #lisp
<TMA> flip214: that's true for arithmetic-intensive workloads. I guess most of what I do is data traversing, not number crunching
MasouDa has joined #lisp
hhdave has quit [Ping timeout: 248 seconds]
MasouDa has quit [Remote host closed the connection]
MasouDa has joined #lisp
<hajovonta> hi all
<shka> hello
orivej has joined #lisp
MasouDa has quit [Remote host closed the connection]
MasouDa has joined #lisp
<aeth> The specifics of Lisp complicate 32v64 bit further. e.g. larger fixnums and unboxed single-floats
nika_ has quit [Quit: Leaving...]
MasouDa has quit [Client Quit]
<jack_rabbit> schweers, windows 32-bit (IIRC) reserved ~1GB of address space for kernel stuff, so only 3GB available to user programs.
<schweers> I thought there was something else, but I may be wrong. Not my main platform anyway ;)
dyht has quit [Remote host closed the connection]
l1x has joined #lisp
<flip214> TMA: still, being able to hold much more data (eg. pointers!) in CPU registers might help, not only when doing arithmetic.
beach has left #lisp ["ERC Version 5.3 (IRC client for Emacs)"]
janivaltteri has joined #lisp
damke has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
Naergon has joined #lisp
markong has joined #lisp
shrdlu68 has quit [Ping timeout: 248 seconds]
shrdlu68 has joined #lisp
hajovonta1 has joined #lisp
hajovonta has quit [Ping timeout: 248 seconds]
hajovonta1 is now known as hajovonta
shrdlu68 has quit [Ping timeout: 268 seconds]
shrdlu68 has joined #lisp
siraben has joined #lisp
drastik has joined #lisp
drastik__ has quit [Ping timeout: 260 seconds]
nowhereman_ has quit [Remote host closed the connection]
nowhereman_ has joined #lisp
drastik_ has joined #lisp
drastik has quit [Read error: Connection reset by peer]
igemnace has quit [Read error: Connection reset by peer]
hhdave has joined #lisp
hlavaty has joined #lisp
drastik has joined #lisp
igemnace has joined #lisp
drastik__ has joined #lisp
drastik has quit [Read error: Connection reset by peer]
hajovonta has quit [Read error: Connection reset by peer]
drastik_ has quit [Ping timeout: 264 seconds]
hajovonta has joined #lisp
drastik has joined #lisp
drastik_ has joined #lisp
<hlavaty> hi i have a fileSystems."/var/lib/foo" entry in configuration.nix. the disk failed and now on boot the machine goes into rescue mode. how do i disable the disk so that the machine starts normally again and i can ssh in an upload and activate new configuration?
drastik__ has quit [Ping timeout: 260 seconds]
hajovonta1 has joined #lisp
wxie has joined #lisp
hajovonta has quit [Ping timeout: 240 seconds]
drastik has quit [Ping timeout: 240 seconds]
<hlavaty> ah sorry wrong channel
hajovonta1 has quit [Ping timeout: 248 seconds]
drastik has joined #lisp
drastik_ has quit [Ping timeout: 256 seconds]
drastik_ has joined #lisp
drastik has quit [Ping timeout: 256 seconds]
drastik has joined #lisp
drastik_ has quit [Ping timeout: 248 seconds]
smokeink has quit [Remote host closed the connection]
pierpal has quit [Ping timeout: 248 seconds]
drastik_ has joined #lisp
wetha has joined #lisp
<TMA> flip214: I refuse to take position on that matter when I have no data. I am saying I can pack twice as many conses into the same amount of memory. I do not have performance data to tell, whether it will be faster. the execution speed is nowadays usually severely constrained by the memory access time (that's why beach's generic function dispatch scheme that removes one memory access is so awesome)
Kaisyu has quit [Quit: Connection closed for inactivity]
drastik has quit [Ping timeout: 256 seconds]
<TMA> flip214: so I guess, it might be faster for some workloads. your guess of the registers helping might be better or worse than mine. without data there is nothing we can do to tell them appart
<TMA> *apart (?)
wetha has quit []
drastik has joined #lisp
drastik_ has quit [Ping timeout: 264 seconds]
damke_ has joined #lisp
damke has quit [Ping timeout: 264 seconds]
terpri has quit [Ping timeout: 240 seconds]
wxie has quit [Read error: Connection reset by peer]
fikka has quit [Ping timeout: 248 seconds]
Bike has joined #lisp
edgar-rft has quit [Quit: edgar-rft]
milanj__ has quit [Quit: This computer has gone to sleep]
<makomo> how can i define a function in a different package if i want to do it within a file which has a different package in (in-package ...) on the top?
fikka has joined #lisp
<makomo> i tried using (in-package) right before the defun (and then again to switch back). i've also tried rebinding *package*. none worked
EvW has joined #lisp
<makomo> it always defines the function within the package that's at the top of the file
<Shinmera> (defun foo::bar ..)
<makomo> is this due to slime/emacs or?
<makomo> oh, a double colon
smokeink has joined #lisp
<Shinmera> If the symbol is already exported from the other package you can also do foo:bar, of course.
<makomo> i tried with a single colon and it failed, i guess that makes sense now
<makomo> mhm
<makomo> this was a fresh package without any symbols, so that's why it failed
<makomo> Shinmera: and could you do it using (in-package)?
<makomo> or do you maybe know the reason the above failed?
<Shinmera> I don't know what you did, but it should work.
<Bike> when you say "defined", do you mean slime C-c C-c
<makomo> what exactly is bound to C-c C-c? i have different keybinds
<makomo> actually, no i don't
<makomo> Bike: yes
<Bike> slime-compile-defun
bakkal has quit [Ping timeout: 240 seconds]
<Bike> i don't know how slime decides a package to read code in, it might just look for the first in-package in the file
<makomo> i did slime-eval-defun, but it should be the same
<Bike> i would recommend against using multiple in-packages in one file anyway
<Shinmera> It should work even with multiple in-packages.
pierpal has joined #lisp
<makomo> Bike: i agree, but i'm curious why it's failing
<Shinmera> makomo: what exactly is the failure
<Bike> well, as far as i remember it should work.
<makomo> it doesn't define the function within the package i want it to
<Shinmera> I'm gonna go ahead and guess it errors because of something that isn't related to the name of the function
<makomo> but within the one that is at the top of the file
<makomo> i.e. when i say "fail" i don't mean "it throws an error"
<makomo> it fails to do the expected thing
fikka has quit [Ping timeout: 256 seconds]
<Bike> quick test has it working for me.
<Bike> as in, (in-package #:foo) (defun bar () 'foo) (in-package #:foo2) (defun bar () 'foo2), C-c C-c the last, get (foo2::bar) => foo2::foo2
<Shinmera> So, again, I don't know what you're doing.
<makomo> hmm, you have them as separate forms, i guess this is the "problem"?
<makomo> i had it inside a progn
<makomo> i.e. a single top-level form
<Shinmera> Well duh, a form is read as a single form.
<Bike> wait, like (progn (in-package ...) (defun ...))?
<makomo> yeah
<Bike> yeah that's going to read the entire progn, and use the previous in-package for it.
<Shinmera> The reader reads only complete forms. By the time it's evaluated, and the package switch would happen, it's already read.
<makomo> i remember the same issue i had with quicklisp, loading a library in the same form and using it, but that made sense because reading happens before evaluation
<Shinmera> So does this, same explanation.
<Bike> yes, that's what's happening here as well, after a fashion
<makomo> Shinmera: oh, so the symbol that names the defun
<Bike> not that slime actually evaluates the in-package
<makomo> is inside the current package
<makomo> instead of the one i want it to be in
<makomo> ah, makes sense
<makomo> neat, thanks Shinmera, Bike
fikka has joined #lisp
<Bike> you're welcome
<Shinmera> (in-package foo) (progn (in-package bar) (defun baz ..)) is read as: (cl-user::in-package cl-user::foo) (foo::progn (foo::in-package foo::bar) (foo::defun foo::baz ..))
<makomo> Shinmera: mhm, it's clear now
igemnace has quit [Read error: Connection reset by peer]
SenasOzys__ has joined #lisp
<makomo> would there still be a way to create a macro which would temporarily switch packages, evaluate a body and then switch back?
<Shinmera> Not generally, no.
<makomo> i see
<Bike> no, because you read before evaluating/compiling, and macroexpansion happens during evaluation/compilation
<makomo> right
igemnace has joined #lisp
<Shinmera> A macro could do nasty things with trying to guess what the read form of a symbol was and translate it according to that
<Shinmera> But when you read, you lose information, so it's not entirely possibly.
White_Flame has joined #lisp
<Shinmera> *possible
<Bike> for the purpose of this question, i'm assuming that evil magic is prohibited by the ancient treaty
fikka has quit [Ping timeout: 268 seconds]
<makomo> so the way DEFUN knows in which package to define the function is by the symbol that names the function? i.e. it doesn't use *package* directly (but this is used by the reader when interning symbols then?)?
<smokeink> what about reader macros
<smokeink> can they be used to do such evil things ?
<Bike> defun doesn't know anything about packages
<Bike> it gets a symbol as a name, it just uses that
<makomo> oh, it just sets the function cell of the symbol
<makomo> forgot about that
<Bike> (defun name lambda-list ...body...) expands into `(setf (fdefinition ',name) (lambda ,lambda-list ,@body))
<Bike> plus complications
<makomo> mhm
<adlai> smokeink: lol readers can do pretty much anything unless you castrate your repl
<makomo> an unrelated question. i made this spreadsheet-like thing where the cells in the sheet can contain arbitrary lisp code as their formulas. the code gets compiled at runtime and attached to the cell, and is run whenever the cells needs to update its value
<makomo> well, actually, sort-of-related
cezary has joined #lisp
<makomo> while the code gets to COMPILE, it has already been read right?
fikka has joined #lisp
<makomo> so any (in-package) calls within COMPILE will have no effect (assuming for the moment that somehow i could provide multiple top-level forms within COMPILE)
<tfb> makomo: yes.
<Bike> "top-level forms" are not a relevant concept to COMPILE
<Bike> anyway, it sounds like you're arranging the compilation yourself, so surely you can just see when you've written it to READ the code
milanj__ has joined #lisp
MasouDa has joined #lisp
siraben has quit [Ping timeout: 264 seconds]
<makomo> so if i have a macro which takes lisp code and attaches it to a cell, there's no way to make this code live inside some "cell-user" package because by the time it even gets to COMPILE it has already been READ within the current package
<Bike> well it depends on what you mean by "lisp code"
<makomo> a lisp form
<Bike> oh. yep. forms have already been read
<makomo> what other case did you have in mind?
<Bike> If you had a, like, graphical spreadsheet application like Excel, the user would input code into a cell or whatever, and then you'd have to READ it yourself
<makomo> ah yeah, true
ym has quit [Quit: Leaving]
White__Flame has joined #lisp
<smokeink> but can't one define a symbol in the "cell-user" package that calls that code (no matter from what package) ?
White_Flame has quit [Ping timeout: 268 seconds]
<smokeink> makomo: what are you trying to achieve
<Bike> generally, if the user is writing lisp code themselves though, as normal source, ikt's their responsibility to put it in the right package, you know?
<makomo> it's just a toy spreadsheet thingy that we were supposed to make, but i went and made it in lisp and realized i could use anything as the cell's formula
siraben has joined #lisp
<smokeink> just import all symbols into that cell-user's package, make them available there
<makomo> that wasn't my problem (if i understood what you're saying). i only wanted the code provided within the macro to live within another package
<makomo> so i would have a "cell-user" or "cell-user-impl" thingy which would have built-in functions for these cell formulas
<makomo> and then you can write a macro without prefixing these built-ins with "cell-user:" constantly
<makomo> (this macro is the one that takes code and attaches it to a cell)
<makomo> now of course, if this was a proper application, the user would input a string of lisp and i would READ it myself, etc.
<makomo> or perhaps it would happen within a REPL too but just within the "cell-user" package
adlai has quit [Quit: Not all who wander are lost]
<makomo> another question -- how would you implement something to not allow the user to access any functions that aren't within cell-user, i.e. stop them from using malicious code as formulas for cells?
<makomo> and also to not be able to use any other packages, etc.?
<makomo> what is the general way stuff like this is done? is it even done? a separate lisp image?
<smokeink> the "Reader Security" section https://letoverlambda.com/index.cl/guest/chap4.html might be of use to you
bakkal has joined #lisp
<theemacsshibe[m]> I'd probably either scan the forms before evaluating them, or have a separate interpreter.
fikka has quit [Ping timeout: 248 seconds]
<theemacsshibe[m]> Using something like secure-reader helps if you don't want evil reader macros like #.(hose-my-computer)
cezary has quit [Ping timeout: 240 seconds]
<makomo> smokeink: i remember that, i'll reread it, thanks
<Shinmera> For that particular problem you can just use (let ((*read-eval* NIL)) ..)
hajovonta has joined #lisp
<scymtym> regarding reading untrusted input securely: https://github.com/robert-strandh/Eclector is a portable, customizable reader which is slowly becoming usable as of late
<makomo> using a separate lisp image would however break the interaction with the spreadsheet application itself?
hajovonta has quit [Read error: Connection reset by peer]
MasouDa has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
hajovonta has joined #lisp
MasouDa has joined #lisp
hajovonta1 has joined #lisp
Kevslinger has joined #lisp
<smokeink> no need for a separate image, just use a separate reader or scan the forms to check if there are any blacklisted symbols in it,etc
<TMA> actually whitelisting might be more secure
dddddd has joined #lisp
hajovonta has quit [Ping timeout: 276 seconds]
hajovonta1 is now known as hajovonta
<mfiano> #lispgames is hosting the annual Lisp Game Jam which begins in about 10 hours. As of now there are over 100 participants this year. If anyone here wanted to participate, you still have time to sign up: https://itch.io/jam/lisp-game-jam-2018
<makomo> smokeink: ok, thanks
<mfiano> Sorry, 16 hours. Apparently my hwclock is skewed to hell.
fikka has joined #lisp
adlai has joined #lisp
frgo has quit [Ping timeout: 256 seconds]
hajovonta has quit [Ping timeout: 240 seconds]
Bindler has joined #lisp
giraffe has quit [Remote host closed the connection]
itruslove has quit [Remote host closed the connection]
hajovonta has joined #lisp
damke has joined #lisp
hlavaty has quit [Remote host closed the connection]
damke_ has quit [Ping timeout: 264 seconds]
itruslove has joined #lisp
smokeink has quit [Quit: Leaving]
MasouDa has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
MasouDa has joined #lisp
giraffe has joined #lisp
Bike is now known as Bicyclidine
terpri has joined #lisp
papachan has joined #lisp
<jcowan> the x32 ABI is designed to deal with low-memory 64-bit systems; you get 32-bit pointers but everything else is like x86_64.
<jcowan> AFAIK it exists only in Linux ATM. It can provide improved performance by keeping more things in cache.
fikka has quit [Ping timeout: 248 seconds]
EvW has quit [Ping timeout: 255 seconds]
White__Flame has quit [Ping timeout: 240 seconds]
papachan has quit [Quit: WeeChat 2.1]
papachan has joined #lisp
fikka has joined #lisp
makomo has quit [Ping timeout: 256 seconds]
Fare has joined #lisp
SenasOzys__ has quit [Ping timeout: 248 seconds]
milanj__ has quit [Quit: Leaving]
milanj has joined #lisp
zbir has joined #lisp
ebrasca has quit [Remote host closed the connection]
doesthiswork has joined #lisp
nirved has quit [Ping timeout: 256 seconds]
orivej has quit [Ping timeout: 264 seconds]
drastik_ has joined #lisp
SenasOzys__ has joined #lisp
zbir has quit [Read error: Connection reset by peer]
zbir has joined #lisp
drastik has quit [Ping timeout: 268 seconds]
fikka has quit [Ping timeout: 264 seconds]
beach has joined #lisp
nirved has joined #lisp
smokeink has joined #lisp
Bike has joined #lisp
<beach> Bike: Are y'all back home?
<Bike> yes. well, now i'm at work.
<beach> I see, yes. I just meant the side of the Atlantic.
<Bike> mhm.
nowhereman_ has quit [Ping timeout: 256 seconds]
Kundry_Wag has joined #lisp
nowhereman_ has joined #lisp
hajovonta1 has joined #lisp
MichaelRaskin has joined #lisp
hajovonta has quit [Ping timeout: 264 seconds]
hajovonta1 is now known as hajovonta
Fare has quit [Ping timeout: 255 seconds]
fikka has joined #lisp
rumbler31 has joined #lisp
drastik has joined #lisp
cezary has joined #lisp
warweasle has joined #lisp
drastik_ has quit [Ping timeout: 248 seconds]
fikka has quit [Ping timeout: 256 seconds]
rumbler31 has quit [Ping timeout: 276 seconds]
zacts has quit [Quit: WeeChat 1.9.1]
lyding has joined #lisp
zacts has joined #lisp
fikka has joined #lisp
drastik_ has joined #lisp
drastik has quit [Ping timeout: 276 seconds]
elderK has quit [Ping timeout: 248 seconds]
White_Flame has joined #lisp
shrdlu68 has quit [Ping timeout: 240 seconds]
shrdlu68 has joined #lisp
jcowan has quit [Ping timeout: 256 seconds]
Fare has joined #lisp
<schweers> beach: I take it you’re referring to ELS being over?
<schweers> if so, how was it?
smokeink has quit [Remote host closed the connection]
zbir has quit [Ping timeout: 240 seconds]
<beach> It is. And it was excellent!
<schweers> good to hear :)
johnvonneumann_ has quit [Ping timeout: 240 seconds]
johnvonneumann has quit [Ping timeout: 240 seconds]
<schweers> eww ... entering the search term "els 2018" into youtube seems to result in rap battles or something
smokeink has joined #lisp
<beach> Try "european lisp symposium".
<schweers> just did
<schweers> nothing from this year (yet?), but the results are related to what I wanted to find \o/
<beach> And the videos are not going to be available yet.
zbir has joined #lisp
<beach> Plus, the most important part is (as usual) the discussions with other participants. Not the talks.
<schweers> I guess so, but I know that those are not going to be captured on tape ;)
<schweers> it was a two day conference?
<beach> Right. I am encouraging you to attend next year (Genoa).
<beach> Yes, Monday and Tuesday.
<schweers> I wondered: how’s the ratio from audience to speakers?
<beach> You can count the speakers from the program. I think there might have been 90 or so participants.
<schweers> So it’s not weird to be there and not be a speaker.
<beach> Not at all.
<beach> It would be the norm.
<Bike> like me!
<beach> Maybe 15 speakers tops, plus the lightning talks.
<Bike> though my card said i was a speaker for some reason.
<beach> Well, they didn't know which of several coauthors would give the talk.
<Bike> yeah probably.
<Xof> you should send a bug report to the author of the card writing software
zbir has quit [Ping timeout: 256 seconds]
<schweers> it doesn’t say where it will be next year on the website yet, or am I missing something?
<rme> Bike: It's a pity that I didn't get to meet you in person.
<rme> Or did I and I forgot? That would be a typically embarrassing thing for me to do.
<Xof> it's only been two days and I have forgotten most people's names :-(
<Xof> blogging is a challenge
nowhereman_ has quit [Ping timeout: 256 seconds]
yeticry has quit [Read error: Connection reset by peer]
<Bike> schweers: another benefit of going is learning where next year's is in person
kushal has quit [Ping timeout: 268 seconds]
<Bike> rme: i'm terrible with names, faces, and talking, so
fikka has quit [Ping timeout: 256 seconds]
yeticry has joined #lisp
<Shinmera> Integrating the name tags into the rest of els-web is on the to do
<beach> The tags should also mention IRC handles.
<Shinmera> Yes, we can add stuff like that
zbir has joined #lisp
janivaltteri has quit [Quit: leaving]
damke has quit [Ping timeout: 264 seconds]
<beach> Bike: Your last ELS talk was great.
zbir has quit [Ping timeout: 248 seconds]
nowhereman_ has joined #lisp
nika_ has joined #lisp
damke has joined #lisp
johnvonneumann_ has joined #lisp
johnvonneumann has joined #lisp
orivej has joined #lisp
Guest23468 is now known as xristos
xristos has quit [Changing host]
xristos has joined #lisp
Xlet42X has joined #lisp
<Bike> presenting i can do okay
<beach> Yeah, definitely.
<Bike> i still think i was kind of dry, but some people liked it well enough so i guess it's fine
<beach> Yes, it was.
<beach> heisig had an interesting evaluation of my inlining talk. Something like "that wasn't too bad, given the boring subject". :)
<scymtym> Bike: i watched the recording (last year's, i mean) yesterday and i liked it as well
damke_ has joined #lisp
<Bike> people were saying interesting stuff about your talk too. ideas for when to actually be partial
<rme> haha I can hear heisig's voice saying that
<Bike> scymtym: thanks
damke has quit [Ping timeout: 260 seconds]
EvW1 has joined #lisp
<Shinmera> I would have liked some more insightful feedback on my talk, but given that I screwed up I guess I couldn't expect too much
kushal has joined #lisp
<Bike> i really think you're beating yourself up too much about that. "but now, you see, YOU'VE BEEN WATCHING MY SOFTWARE THIS ENTIRE TIME!!" is pretty powerful
fikka has joined #lisp
zbir has joined #lisp
<Bike> probably there weren't a lot of game programmers in the room, though. i barely know graphics stuff
<Shinmera> It's such a dumb thing to happen though. Funnily enough if I had used SAL9000's machine it wouldn't have happened since I did have all the textures on my memory stick copy, but not my local git clone.
<Shinmera> Yeah, I guess.
zbir has quit [Remote host closed the connection]
<Shinmera> Though that makes me wonder what area would have had the most representation in the audience
zbir has joined #lisp
fikka has quit [Ping timeout: 260 seconds]
<scymtym> CL implementors?
milanj has quit [Quit: This computer has gone to sleep]
<Bike> ha, maybe.
<jackdaniel> fyi: sea is still beautiful here :-)
fikka has joined #lisp
zbir has quit [Ping timeout: 265 seconds]
<Xof> lisp implementors present (that I noticed): rme, me, drmeister, dougk, Rajesh Jayaprakash, Kevin Layer
<Xof> that might be 7% of the attendees, if you count me anyway. 6% if you don't :)
<drmeister> Howdy
<Bike> take that, jackdaniel
<Xof> oh no wait, Martin Simmons was there too
<jackdaniel> huh, likewise Bike ;-)
<Xof> but actually I think implementor density has been higher in past years
zbir has joined #lisp
<drmeister> Yeah - you can toss Bike into that list. :-)
<Xof> see, that's how out of date I am
<Xof> isolated in my little corner of the world
<Xof> problem is, "lisp implementors" is a poorly-defined set
<Xof> we are all lisp implementors
<drmeister> No, no, no problem.
<Xof> some of us just implement stuff that other people have already done the hard work of defining :-)
zbir has quit [Remote host closed the connection]
<Bike> on the subject of implementing, actual question: i asked didier about his talk and i don't think either of us could come up with a reason a user would want to subclass method-combination or even define methods on compute-effective-method, because the regular method combination mechanism already allows arbitrary code
<Bike> he wanted to do that multiple-combos-for-one-gf thing, but that's kind of a different direction
<Bike> so... anybody have any idea?
Kundry_Wag has quit [Remote host closed the connection]
<flip214> for a method-combination that is not already supported?
<Bike> i mean, there's define-method-combination
<Bike> as one of probably not very many who's actually defined their own long form method combination, i thought it was adequate
<flip214> well, how about a method combination that sums up all only _positive_ results of all the methods?
<flip214> yeah, you could use 'append and do an explicit reduce for the list, but TIMTOWTDI
vaporatorius has quit [Ping timeout: 240 seconds]
<Bike> i don't... i don't know what that initialism means
<schweers> bike: there is more than one way to do it
<Bike> oh
<Bike> well i don't think i understand how specialization would help with that
<Bike> you'd just have your methods expand into (let ((#:sum 0)) (let ((#:mresult (call-method ...))) (when (plusp #:mresult) (incf #:sum mresult))) ...more methods...)
<Bike> since the built in mechanism lets you do arbitrary code, i don't see the use, i guess
Kundry_Wag has joined #lisp
Cymew has quit [Remote host closed the connection]
Cymew has joined #lisp
<Bike> this is a pretty fuckin obscure question, i realize
Kundry_Wag has quit [Read error: Connection reset by peer]
Kundry_Wag has joined #lisp
nsrahmad has joined #lisp
Cymew has quit [Ping timeout: 264 seconds]
pierpal has quit [Ping timeout: 248 seconds]
Cymew has joined #lisp
Bindler has quit [Read error: Connection reset by peer]
rumbler31 has joined #lisp
EvW1 has quit [Remote host closed the connection]
Cymew has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 248 seconds]
rumbler31 has quit [Ping timeout: 240 seconds]
Fare has quit [Ping timeout: 240 seconds]
happy-dude has joined #lisp
damke_ has quit [Ping timeout: 260 seconds]
pierpal has joined #lisp
damke_ has joined #lisp
orivej has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
Cymew has joined #lisp
milanj has joined #lisp
siraben has quit [Read error: Connection reset by peer]
siraben has joined #lisp
shrdlu68 has quit [Ping timeout: 248 seconds]
damke has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
damke__ has joined #lisp
Cymew has quit [Ping timeout: 248 seconds]
rippa has joined #lisp
Duns_Scrotus is now known as xXxYUNGKIRITO420
nsrahmad has quit [Quit: Leaving]
lyding has quit [Ping timeout: 256 seconds]
xXxYUNGKIRITO420 is now known as xYUNGKIRITO420x
pfdietz2 has joined #lisp
<Xof> I reserve the right to think about it some more
damke has quit [Ping timeout: 264 seconds]
<Bike> naturally
<Bike> i am going to try to fix things so method combination redefinition works cleanly, at least
<Bike> not that that's much of a priority
<schweers> Bike: which implementation are you working on?
himmAllRight has joined #lisp
himmAllRight has quit [Client Quit]
Cymew has joined #lisp
<jackdaniel> he works with drmeister and beach on clasp/cleavir
<pfdietz2> one day that will be ready for me to play with
<schweers> nice
lnostdal_ has joined #lisp
<Shinmera> pfdietz2: People are still wrangling with the existing ANSI tests.
<pfdietz2> Need to add co:stab
<pfdietz2> cl:standard
<pfdietz2> to those. How did I miss that?
Cymew has quit [Ping timeout: 268 seconds]
Fare has joined #lisp
lnostdal has quit [Ping timeout: 248 seconds]
smokeink has quit [Remote host closed the connection]
Cymew has joined #lisp
fikka has quit [Ping timeout: 268 seconds]
papachan has quit [Quit: WeeChat 2.1]
FreeBirdLjj has joined #lisp
igemnace has quit [Ping timeout: 246 seconds]
Cymew has quit [Ping timeout: 240 seconds]
lyding has joined #lisp
lyding is now known as Guest22240
Cymew has joined #lisp
Guest22240 has quit [Client Quit]
MasouDa_ has joined #lisp
heisig has joined #lisp
Fare has quit [Ping timeout: 240 seconds]
MasouDa has quit [Ping timeout: 256 seconds]
Cymew has quit [Ping timeout: 256 seconds]
MasouDa has joined #lisp
Cymew has joined #lisp
MasouDa_ has quit [Ping timeout: 256 seconds]
schweers has quit [Ping timeout: 265 seconds]
hajovonta1 has joined #lisp
igemnace has joined #lisp
fikka has joined #lisp
hajovonta1 has quit [Client Quit]
Cymew has quit [Ping timeout: 264 seconds]
MasouDa has quit [Ping timeout: 256 seconds]
Cymew has joined #lisp
jcowan has joined #lisp
hajovonta has quit [Ping timeout: 240 seconds]
Xlet42X has quit [Ping timeout: 256 seconds]
fikka has quit [Ping timeout: 264 seconds]
Baggers has joined #lisp
Cymew has quit [Ping timeout: 260 seconds]
Cymew has joined #lisp
damke has joined #lisp
damke__ has quit [Ping timeout: 264 seconds]
Cymew has quit [Ping timeout: 240 seconds]
Cymew has joined #lisp
Cymew has quit [Ping timeout: 276 seconds]
karswell_ has joined #lisp
Cymew has joined #lisp
quazimod1 has joined #lisp
fikka has joined #lisp
quazimodo has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 256 seconds]
orivej has joined #lisp
Josh_2 has joined #lisp
Fare has joined #lisp
Cymew has quit [Ping timeout: 264 seconds]
LiamH has joined #lisp
_cosmonaut_ has quit [Ping timeout: 265 seconds]
fikka has quit [Ping timeout: 256 seconds]
cage_ has joined #lisp
Cymew has joined #lisp
Cymew has quit [Ping timeout: 268 seconds]
EvW has joined #lisp
fikka has joined #lisp
Cymew has joined #lisp
Ukari has joined #lisp
Karl_Dscc has joined #lisp
Kundry_Wag has joined #lisp
lnostdal_ is now known as lnostdal
cage_ has quit [Remote host closed the connection]
cage_ has joined #lisp
Cymew has quit [Ping timeout: 264 seconds]
Cymew has joined #lisp
karswell_ is now known as karswell
surya has joined #lisp
damke has quit [Ping timeout: 264 seconds]
damke_ has joined #lisp
oleo has joined #lisp
Cymew has quit [Ping timeout: 263 seconds]
Cymew has joined #lisp
Karl_Dscc has quit [Remote host closed the connection]
nowhereman_ has quit [Ping timeout: 256 seconds]
Josh_2 has quit [Remote host closed the connection]
heisig has quit [Quit: Leaving]
Josh_2 has joined #lisp
Cymew has quit [Ping timeout: 264 seconds]
cage_ has quit [Read error: Connection reset by peer]
cage_ has joined #lisp
Cymew has joined #lisp
Fare has quit [Ping timeout: 268 seconds]
al-damiri has joined #lisp
comborico1611 has joined #lisp
solyd has joined #lisp
FreeBirdLjj has quit [Remote host closed the connection]
Cymew has quit [Ping timeout: 240 seconds]
Cymew has joined #lisp
teddy_ has joined #lisp
teddy_ has left #lisp [#lisp]
ted_wroclaw has joined #lisp
Aequus has left #lisp [#lisp]
Kundry_Wag has quit [Remote host closed the connection]
hhdave has quit [Ping timeout: 248 seconds]
Cymew has quit [Ping timeout: 256 seconds]
rumbler31 has joined #lisp
Kundry_Wag has joined #lisp
rumbler31 has quit [Ping timeout: 256 seconds]
FreeBirdLjj has joined #lisp
pmetzger has joined #lisp
jlarocco has quit [Remote host closed the connection]
jlarocco has joined #lisp
vap1 has joined #lisp
ted_wroclaw has quit [Ping timeout: 256 seconds]
jlarocco has quit [Ping timeout: 256 seconds]
vaporatorius has joined #lisp
iqubic has left #lisp ["ERC (IRC client for Emacs 25.3.1)"]
cage__ has joined #lisp
cage_ has quit [Read error: Connection reset by peer]
iqubic has joined #lisp
drunkencoder has quit [Ping timeout: 268 seconds]
Kundry_Wag has quit [Remote host closed the connection]
beach has left #lisp ["ERC Version 5.3 (IRC client for Emacs)"]
mflem has joined #lisp
cage__ has quit [Client Quit]
cage__ has joined #lisp
cage__ has quit [Client Quit]
Kundry_Wag has joined #lisp
cage_ has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
vap1 has quit [Quit: Leaving]
damke_ has joined #lisp
siraben` has joined #lisp
siraben has quit [Ping timeout: 248 seconds]
fikka has quit [Ping timeout: 264 seconds]
beach has joined #lisp
shka_ has joined #lisp
myrkraverk has quit [Ping timeout: 268 seconds]
vtomole has joined #lisp
myrkraverk_ has joined #lisp
fikka has joined #lisp
pierpal has quit [Read error: Connection reset by peer]
makomo has joined #lisp
Fare has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
antoszka has joined #lisp
surya has quit [Remote host closed the connection]
lambda-smith has joined #lisp
fikka has quit [Ping timeout: 276 seconds]
damke has joined #lisp
Kundry_W_ has joined #lisp
Kundry_W_ has quit [Remote host closed the connection]
surya has joined #lisp
Kundry_Wag has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
drastik has joined #lisp
drastik_ has quit [Ping timeout: 268 seconds]
tessier has quit [Ping timeout: 240 seconds]
tessier has joined #lisp
drastik_ has joined #lisp
Araly has joined #lisp
EvW has quit [Ping timeout: 246 seconds]
<Araly> hello, I was wondering, how do you run something written in lisp outside of a repl, once compiled for example
Araly is now known as araly
<Xach> araly: there are many options.
<Xach> araly: some options involve running a binary file like any other program.
drastik has quit [Ping timeout: 248 seconds]
<Xach> araly: some options involve turning your lisp program into a kind of script that runs like a shell or perl or ruby script.
<araly> I see a .fasl next to my .lisp files, I thought that might be the executable or something
<Xach> i like the binary file way, if i have to, but prefer to work within the repl whenever feasible.
<Xach> araly: .fasl is a compiled file, but one that is meant to quickly load into lisp, rather than run directly.
<araly> okay, I can't seem to run it from the terminal anyways
<Xach> repl functions are compiled and fast and have a much richer interactive experience in general.
<Xach> you pass objects and return objects, rather than pass strings and stream inputs and receive strings and stream outputs.
fikka has joined #lisp
<Xach> and you can intercede more easily when things go wrong
<Xach> but since i don't want to interact and intercede from e.g. cron, that's when i use a compiled binary.
<araly> I'm learning some lisp on my own, and I thought it could be interesting to try and re write a discord.js bot I have in lisp using lispcord, a library I found. I can run the discord.js bot in a server, as it's nodejs, I thought how was I going to make that work in lisp
<beach> araly: Creating an executable is something you need to do one single time very late in a project, so you almost never have to do it.
<beach> araly: In particular, if you are learning Common Lisp, that is definitely not the way to run the programs you develop.
Kundry_Wag has quit [Remote host closed the connection]
<araly> beach: so should I not write a bot or another program that is supposed to run on a server in common lisp ?
<beach> araly: That is not what I am saying.
<beach> araly: I am saying that it is best to test most of your functions, not the entire program, interactively.
fikka has quit [Ping timeout: 240 seconds]
<beach> araly: Since you can run incomplete Common Lisp programs, you don't have this idea that you need the full code and link it before you can run it.
Kundry_Wag has joined #lisp
<araly> beach: oh, while theyt are developed okay. but that would be the way once they are finished, or is there another better way ?
<beach> araly: What Xach said I guess. But since you are still learning, you won't need it for some time.
<araly> beach: sure okay. While I'm at it, do you know if it's possible to use a bitmap font in emacs ?
<beach> araly: I don't, and that would be a question for #emacs rather than #lisp, which is dedicated to Common Lisp.
logand has joined #lisp
fikka has joined #lisp
araly has quit [Quit: leaving]
fikka has quit [Ping timeout: 256 seconds]
damke_ has joined #lisp
damke has quit [Read error: Connection reset by peer]
araly has joined #lisp
araly has quit [Client Quit]
vlatkoB has quit [Remote host closed the connection]
fikka has joined #lisp
vlatkoB has joined #lisp
EvW1 has joined #lisp
vlatkoB has quit [Remote host closed the connection]
fikka has quit [Ping timeout: 240 seconds]
Naergon has quit [Ping timeout: 240 seconds]
Ven`` has joined #lisp
EvW1 has quit [Ping timeout: 240 seconds]
fikka has joined #lisp
Lord_Nightmare2 has joined #lisp
lnostdal has quit [Ping timeout: 240 seconds]
<Ukari> how to enable hint when edit .lisp file like hint in slime repl when use emacs?
energizer has joined #lisp
Lord_Nightmare has quit [Ping timeout: 264 seconds]
Lord_Nightmare2 is now known as Lord_Nightmare
<phoe> Ukari: which exactly hint? company-mode?
dieggsy has joined #lisp
fikka has quit [Ping timeout: 256 seconds]
milanj has quit [Quit: This computer has gone to sleep]
<Ukari> for example, when i input cffi: and TAB, symbols in cffi package will show in another frame
<shka_> it works for me out of the box
<shka_> are you in the slime mode?
slyrus has quit [Remote host closed the connection]
slyrus1 is now known as slyrus
slyrus1 has joined #lisp
<Ukari> shka_, yes
<Bike> alt tab.
<Bike> or ESC tab
<nirved> Ukari: in .lisp file i use ctrl-tab
<Xach> It was very nice to meet #lisp people for the first time or see them again at ELS.
<phoe> Xach: I have exactly the same feeling.
<Shinmera> Yes.
<Xach> I am hoping that after perhaps 48 to 72 days of recovery my urge to hack created by ELS will be equaled by my energy to hack
fikka has joined #lisp
<Ukari> thanks
slyrus1 has quit [Client Quit]
<Shinmera> Fortunately I'm not very tired, but I am tied up with non-lisp stuff.
pfdietz2 has quit [Ping timeout: 276 seconds]
sauvin has quit [Ping timeout: 256 seconds]
<phoe> Xach: 72 days is a long time
<Xach> my earnest suggestion is never to get old
<nirved> ops, it's ctrl-c tab
fikka has quit [Ping timeout: 256 seconds]
FreeBirdLjj has quit [Remote host closed the connection]
<easye> Xach: is there no longer a mailing list to discuss Quicklisp related items? <https://groups.google.com/forum/#!forum/quicklisp> seems to be retired, right?
Kundry_Wag has quit [Remote host closed the connection]
<Xach> easye: it is low-volume but not retired
rumbler31 has joined #lisp
<Xach> It is the best place for email discussion
Lord_Nightmare has quit [Ping timeout: 264 seconds]
<easye> Alright. I'll try to move along the :DEFSYSTEM-DEPENDS-ON problems via a mesage there.
<Xach> Well, problems are known
<Xach> they are not installed automatically
Kundry_Wag has joined #lisp
Lord_Nightmare has joined #lisp
<makomo> does anyone know when the ELS videos will be up?
fikka has joined #lisp
rumbler31 has quit [Ping timeout: 265 seconds]
lnostdal has joined #lisp
rumbler31 has joined #lisp
<beach> makomo: That is very hard to say, even for the person in charge of doing it. It depends a lot on the time at their disposal.
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fikka has quit [Ping timeout: 256 seconds]
<makomo> i guess so. i just went to check when it was uploaded in the previous years -- after 20 days in 2016, after almost 2 months in 2017 :^/
<rme> for fastest results, attend the symposium :-)
<makomo> heh :-)
rumbler31 has quit [Ping timeout: 260 seconds]
fikka has joined #lisp
beach has left #lisp ["ERC Version 5.3 (IRC client for Emacs)"]
Karl_Dscc has joined #lisp
pfdietz2 has joined #lisp
<Shinmera> A better in some respects and worse in other respects version of my talk has been up for a while at least. https://www.youtube.com/watch?v=od6WI7JIJcQ
siraben`` has joined #lisp
nika_ has quit [Quit: Leaving...]
slyrus1 has joined #lisp
Fare has quit [Ping timeout: 264 seconds]
siraben` has quit [Ping timeout: 256 seconds]
Kundry_Wag has quit [Remote host closed the connection]
fikka has quit [Ping timeout: 268 seconds]
lambda-smith has quit [Quit: Konversation terminated!]
varjagg has joined #lisp
Ven`` has joined #lisp
surya has quit [Ping timeout: 268 seconds]
Kundry_W_ has joined #lisp
dtornabene has joined #lisp
fikka has joined #lisp
Ven` has joined #lisp
Ven`` has quit [Read error: Connection reset by peer]
Ven`` has joined #lisp
cezary has quit [Remote host closed the connection]
Ven`` has quit [Client Quit]
fikka has quit [Ping timeout: 248 seconds]
Ven` has quit [Ping timeout: 256 seconds]
nowhereman_ has joined #lisp
damke_ has quit [Ping timeout: 264 seconds]
<makomo> Shinmera: i've watched that before ELS even begun :-)
mejja has joined #lisp
damke_ has joined #lisp
<Kevslinger> What are the biggest pros and cons of programming in Lisp? Is that a reasonable question to ask?
<phoe> Kevslinger: you start being a weirdo to some people
<shka_> phoe: you were always a weirdo
<phoe> see?
<MichaelRaskin> Well, you are not obligated to reveal that you program in Lisp
<shka_> but since you program in lisp, you are weirdo to other weirdos
<phoe> also, the biggest cons I have ever seen was four words long
<shka_> money
<phoe> I think it had two words of tag or something and then two words for two pointers to its car and cdr
<shka_> not to much, and not easy to grab
warweasle has quit [Quit: rcirc on GNU Emacs 24.4.1]
<MichaelRaskin> Do not program exclusively in X. True for Lisp, too.
<shka_> libs quality varies, sometimes "obvious" stuff is missing
<shka_> pros: some decent libs are present, multithreading with system threads (and lparallel), decent performance most of the time, not that many libs written in C
<Kevslinger> phoe: Boooooooooooooooooo
fikka has joined #lisp
<cgay> Kinda depends on what you're comparing to also.
<MichaelRaskin> You can mix and match various paradigms in your code; you might not want to have code like that, but you could gain some perspective.
<MichaelRaskin> Also depends on the goals…
<shka_> fairly easy to debug, language is powerful (CLOS, macros)
<shka_> does not force into one style
<phoe> pros: you end up with a very pleasant hacking&prototyping platform that CL is, when you use it properly (interactive environment like slime, debugger, inspector, stepper)
<Shinmera> Kevslinger: Pro: I like using it. Con: None of my friends do.
<shka_> and there is some nice literature using around lisp family as a whole
<Kevslinger> Shinmera: I have faith in Till. I think he'll learn to like the language
<shka_> that would be it i think
<phoe> Shinmera: +1
<MichaelRaskin> Weaklings. I once converted a Python job into a Common Lisp job, and afterwards my direct superior sometimes uses Racket for isolated projects.
damke_ has quit [Ping timeout: 264 seconds]
<shka_> teach me master…
<phoe> > Weaklings.
<phoe> gods damn you, I spat my food all over my keyboard from laughter
fikka has quit [Ping timeout: 246 seconds]
<shka_> one lisp man
<MichaelRaskin> Well, it helps to have externally imposed deadlines that make no sense
edgar-rft has joined #lisp
<MichaelRaskin> That means that as long as you produce reliable correct code, nobody dares to discuss style.
ebrasca has joined #lisp
<MichaelRaskin> Then you show why writing Python as if it were a Lisp makes some part of the system faster to beat into submission in a tense situation
<ebrasca> Hi
pfdietz2 has quit [Ping timeout: 276 seconds]
Kundry_W_ has quit [Remote host closed the connection]
<phoe> Hey ebrasca
Wojciech_K has quit [Read error: No route to host]
Kundry_Wag has joined #lisp
fikka has joined #lisp
<dtornabene> MichaelRaskin #notallheroswearcapes
<MichaelRaskin> Then it becomes clear that the amount of local libraries needed for a system is high enough that language is the least of the worries…
fikka has quit [Ping timeout: 264 seconds]
pierpal has joined #lisp
<ebrasca> phoe: How was your ELS?
fikka has joined #lisp
<phoe> ebrasca: it was amazing.
<phoe> I need to sleep now. See you!
* Xach puts his phoe calligraphy in a place of honor at his workstation
pierpal has quit [Ping timeout: 260 seconds]
djinni` has quit [Quit: Leaving]
pfdietz2 has joined #lisp
<phoe> omg
* phoe blushes
shka_ has quit [Ping timeout: 268 seconds]
fikka has quit [Ping timeout: 264 seconds]
Baggers has quit [Remote host closed the connection]
SenasOzys__ has quit [Ping timeout: 264 seconds]
djinni` has joined #lisp
cage_ has quit [Remote host closed the connection]
cage_ has joined #lisp
fikka has joined #lisp
milanj has joined #lisp
SenasOzys__ has joined #lisp
thblt has joined #lisp
Ven`` has joined #lisp
elderK has joined #lisp
elderK has quit [Changing host]
elderK has joined #lisp
orivej has quit [Ping timeout: 256 seconds]
azimut has quit [Ping timeout: 265 seconds]
wigust has quit [Ping timeout: 276 seconds]
scymtym has quit [Ping timeout: 265 seconds]
pierpa has joined #lisp
fourier has joined #lisp
jmercouris has joined #lisp
fourier has quit [Client Quit]
<jmercouris> hi, Shinmera has some package for building binaries IIRC, but I can't remember the name
<jmercouris> can someone please remind me?
cezary has joined #lisp
fourier has joined #lisp
<jmercouris> nvm, found it: https://github.com/Shinmera/deploy
iqubic` has joined #lisp
iqubic` has quit [Remote host closed the connection]
<MichaelRaskin> By the way, ASDF does have some support for creating executables built-in
iqubic has quit [Ping timeout: 265 seconds]
<Shinmera> that's what deploy uses.
<jmercouris> MichaelRaskin: Thanks for the tip, I know about that already :)
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Kundry_Wag has quit [Remote host closed the connection]
<jasom> My preferred method is just a thin wrapper around uiop:dump-image
Kundry_Wag has joined #lisp
<jmercouris> I just wanted something to make a .app bundle on OSX that wouldn't require any work from myself
pmetzger has quit []
<jmercouris> I remembered that Nic's tool supports that
<jasom> oh, .app bundles are harder. I usually punt and use automator to launch my script :)
<jmercouris> jasom: punt?
<jasom> jmercouris: another way of saying "give up"
<jmercouris> you make an applescript to launch the exectuable?
<jmercouris> oh, I see
<MichaelRaskin> kick away the problem
jealousmonk has joined #lisp
<jasom> jmercouris: yeah, it's pretty easy and you can drop the executable in the .app bundle that automator makes (I think it's called automator, I stopped using macs much about a year ago)
<Shinmera> Deploy's app bundle mechanism should work straight away.
<Shinmera> At least it did when I last tested it...
<jmercouris> Well, I'll let you know if it fails
<Shinmera> Who knows what apple decided to break in the meantime
<jasom> Shinmera: that's good to know
<jmercouris> Apple doesn't just randomly change their APIs
<jmercouris> unless you are using private API
<Shinmera> Seems to me they do
<jmercouris> in which case, reap what you sow
<phoe> they merely randomly deprecate it
<jmercouris> Shinmera: You don't even use a Mac
* jasom switched to making web apps which solved a lot of deployment issues
<MichaelRaskin> It seems not random, but carefully planned to inflict the optimal amount of pain
<Shinmera> jmercouris: I do though
<jmercouris> Your main machine is not a Mac
<jmercouris> Unless you happen to be running a Linux VM every time you stream
<jmercouris> in which case, I take back everything I said :D
<phoe> why does it matter
<Shinmera> I don't see how that invalidates what I've experienced
<jmercouris> I'm suggesting he isn't *that* much of an expert on Apple API
<fourier> any shell glob filename matching implementation for CL around?
<jasom> No *true* mac user would complain about Apple's APIs
<Shinmera> I'm not, but programs randomly break between versions and it fucking pisses me off
<Shinmera> It's a waste of my god damn time that there's no compatibility
<jmercouris> I think it angers all of us :)
<jasom> At least it's better than most linux distros
<jmercouris> Rosetta was supported for many many many years before it was dropped off
<jmercouris> I think the compatibility is quite good, I can launch applications from 5-10 years ago
<jasom> fourier: there is one buried in plush, but it's not factored out
<jmercouris> through several major versions, but anyways ,this is offtopic
<Shinmera> jmercouris: I can't even compile Portacle on 10.10 and have it run on 10.12
<jmercouris> Compile on 10.12 targeting 10.10, and you should have no problems
<fourier> jasom: thanks will have a look
<jasom> https://github.com/jasom/plush/blob/master/plush-parser.lisp#L746 that turns a glob into input for cl-ppcre
krelix_ has joined #lisp
energizer has quit [Disconnected by services]
energizer has joined #lisp
energizer has quit [Remote host closed the connection]
richardjdare has joined #lisp
energizer has joined #lisp
<fourier> yep just to convert wildcards to cl-pprcre regexp i have already, im more interested with proper implementation taking care of whenever it has trailing /, ** for recursive subdirectory search etc
<jasom> Ah it doesn't implement ** since that's not in posix and plush was just implementing posix
<jasom> and plush splits the path into directories before matching the PCRE, so that implementation is probably useless for you
scymtym has joined #lisp
xYUNGKIRITO420x is now known as Duns_Scrotus
<fourier> thanks anyway, will have a look for ideas
<fourier> btw dat readme :)
kolb has quit [Ping timeout: 260 seconds]
<jmercouris> Ah, yes, very Lispy readme
jcowan has quit [Read error: Connection reset by peer]
cage_ has quit [Quit: Leaving]
ioa has quit [Ping timeout: 260 seconds]
<jasom> hurray for quickproject :)
<jasom> I wrote plush for didactic purposes, not with the intent that anyone might use it
<jasom> It's up on github primarily because it's easier to post links to code than to pastebin bits and pieces when it comes up in conversation
<jmercouris> Yeah, it's good especially to help provide context when linking snippets
fikka has quit [Ping timeout: 240 seconds]
borei has joined #lisp
nullman has quit [Ping timeout: 268 seconds]
nullman has joined #lisp
TCZ has joined #lisp
TCZ is now known as scheme_rzadzi
Fare has joined #lisp
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mutex7 has joined #lisp
epony has quit [Quit: QUIT]
Kundry_Wag has quit [Remote host closed the connection]
Ven`` has joined #lisp
Kundry_Wag has joined #lisp
BlueRavenGT has joined #lisp
jealousmonk has quit [Read error: Connection reset by peer]
fikka has joined #lisp
damke_ has joined #lisp
pfdietz2 has quit [Read error: Connection reset by peer]
Tristam has quit [Ping timeout: 264 seconds]
smasta has joined #lisp
quazimodo has joined #lisp
quazimod1 has quit [Ping timeout: 264 seconds]
vtomole has quit [Ping timeout: 260 seconds]
scheme_rzadzi is now known as TCZ
TCZ has quit [Quit: Leaving]
d3mon has joined #lisp
d3mon has left #lisp [#lisp]
pfdietz2 has joined #lisp
angavrilov has quit [Remote host closed the connection]
krasnal has quit [Ping timeout: 256 seconds]
bakkal has quit [Ping timeout: 265 seconds]
bigos has joined #lisp
rumbler31 has joined #lisp
richardjdare has quit [Quit: Leaving]
krelix_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rumbler31 has quit [Ping timeout: 240 seconds]
dieggsy has quit [Read error: Connection reset by peer]
krelix has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
Kundry_Wag has joined #lisp
Karl_Dscc has quit [Remote host closed the connection]
Cymew has joined #lisp
ruste has joined #lisp
Kundry_Wag has quit [Remote host closed the connection]
pfdietz2 has quit [Ping timeout: 240 seconds]
Cymew has quit [Ping timeout: 260 seconds]
MichaelRaskin has quit [Ping timeout: 248 seconds]
epony has joined #lisp
ruste has quit [Ping timeout: 265 seconds]
<dtornabene> jasom: whats that macro "defrule" from in the linked code?
epony has quit [Ping timeout: 248 seconds]
<dtornabene> holy shit is that in the standard
sjl has quit [Ping timeout: 268 seconds]
<jmercouris> dtornabene: it does not appear in the hyperspec
Bike has quit [Ping timeout: 260 seconds]
ebrasca` has joined #lisp
<dtornabene> googling brought it up in lispworks documentation, hence my initial surprise
elderK has quit [Quit: Rushrushrush]
<pierpa> I'd think it's an obvious choice for a a macro defining a rule, that it must have been used million of times in unrelated projects
ebrasca has quit [Ping timeout: 248 seconds]
<dtornabene> yeah, fair amount of hits on the googles, just had never seen it before
<dtornabene> and it didn't appear defined anywhere else in the project on first glance
edgar-rft has quit [Ping timeout: 240 seconds]
ebrasca` is now known as ebrasca
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ruste_ has joined #lisp
varjagg has quit [Quit: ERC (IRC client for Emacs 25.2.1)]
Ven`` has joined #lisp
fourier has quit [Ping timeout: 264 seconds]
Fare has quit [Ping timeout: 264 seconds]
pfdietz2 has joined #lisp
terpri has quit [Ping timeout: 276 seconds]
jmercouris has quit [Ping timeout: 248 seconds]
rozenglass has quit [Quit: WeeChat 2.1]
jealousmonk has joined #lisp
johnvonneumann has quit [Remote host closed the connection]
johnvonneumann_ has quit [Remote host closed the connection]
krelix has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Kundry_Wag has joined #lisp
Kundry_Wag has quit [Ping timeout: 256 seconds]
pfdietz2 has quit [Ping timeout: 246 seconds]
Bicyclidine is now known as Bike
mmacleod has joined #lisp
sjl has joined #lisp
ruste_ has quit [Ping timeout: 256 seconds]
dtornabene has quit [Remote host closed the connection]
ldb has joined #lisp
sjl__ has joined #lisp
sjl has quit [Ping timeout: 248 seconds]
orivej has joined #lisp
ioa has joined #lisp
mrottenkolber has joined #lisp
mrottenkolber is now known as Guest19681
nightfly has joined #lisp
azimut has joined #lisp
Fare has joined #lisp
LiamH has quit [Quit: Leaving.]
Josh_2 has quit [Ping timeout: 246 seconds]
damke has joined #lisp
Kaisyu7 has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
damke_ has quit [Ping timeout: 264 seconds]
Lord_Nightmare has quit [Ping timeout: 248 seconds]
bigos has quit [Remote host closed the connection]
Lord_Nightmare has joined #lisp
sjl__ is now known as sjl
Mutex7 has quit [Quit: Leaving]
Tristam has joined #lisp
Kaisyu7 has joined #lisp
<adlai> Bike: I've been thinking (on and off, for years, absolutely years) about method combinations for specifying nonsequential behavior.
<adlai> there's a rather broken and not quite useless version at https://github.com/adlai/chanl/blob/master/src/actors.lisp#L88
<Bike> that's a worrying fixme
<adlai> too che, guevara!
<Bike> i think i don't have enough context about 'select' to understand this
Ven`` has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<adlai> it's inspired by the idea that a process can specify its behaviors relative to various event sinks and sources, then block
<adlai> the consequences of changing a select-combined method's effective behavior from within a process executing itself is a bad idea
<Bike> i see there's one of those "docstring" things...
markong has quit [Ping timeout: 240 seconds]
<Bike> well i'm going to guess basically it means the methods are evaluated in some arbitrary order and possibly simultaneously
<Bike> plus channels
<Bike> or tubes i guess, says the readme