ChanServ changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language | <https://irclog.tymoon.eu/freenode/%23lisp> <https://irclog.whitequark.org/lisp> <http://ccl.clozure.com/irc-logs/lisp/>
random-nick has quit [Ping timeout: 265 seconds]
elusive has joined #lisp
elusive has quit [Quit: Leaving]
sm2n has quit [Quit: Leaving]
sm2n has joined #lisp
Codaraxis has joined #lisp
Stanley00 has joined #lisp
Stanley00 has quit [Ping timeout: 260 seconds]
jonatack has quit [Ping timeout: 246 seconds]
galex-713 has quit [Remote host closed the connection]
galex-713 has joined #lisp
psilotorp has joined #lisp
jnewton`` has joined #lisp
klltkr has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
psilotorp has quit [Ping timeout: 258 seconds]
TK__ has quit [Remote host closed the connection]
galex-713 has quit [Quit: No Ping reply in 180 seconds.]
galex-713 has joined #lisp
psilotorp has joined #lisp
frost-lab has joined #lisp
renzhi has joined #lisp
igemnace has joined #lisp
jnewton`` has quit [Ping timeout: 260 seconds]
fouric has joined #lisp
gzj has joined #lisp
jnewton`` has joined #lisp
galex-713 has quit [Quit: No Ping reply in 180 seconds.]
galex-713 has joined #lisp
Summer_ has joined #lisp
madage has left #lisp [""ohno""]
Sheilong has quit [Quit: Connection closed for inactivity]
Stanley00 has joined #lisp
galex-713 has quit [Ping timeout: 245 seconds]
galex-713 has joined #lisp
idoticknobl has joined #lisp
idoticknobl has quit [Client Quit]
ahungry has joined #lisp
brownxoat has joined #lisp
<brownxoat> hey, I am an idiot trying to get abcl working on windows. can anyone help? I am getting "spawning child process: invalid argument" with this setq
<brownxoat> (setq inferior-lisp-program (concat "c:/Program\ Files/Java/jdk-16.0.1/bin/java.exe" " -jar " "c:/Program\ Files/abcl/abcl.jar"))
<brownxoat> it sucks that ccl doesn't work on windows by default anymore...
jnewton`` has quit [Ping timeout: 246 seconds]
CrazyPython has quit [Read error: Connection reset by peer]
Stanley|00 has joined #lisp
galex-713 has quit [Ping timeout: 246 seconds]
ahungry has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
ahungry has joined #lisp
<|3b|> brownxoat: might try (concat "\"c:/Program Files/Java/jdk-16.0.1/bin/java.exe\"" " -jar " "\"c:/Program Files/abcl/abcl.jar\"") or using slime-lisp-implementations instead of inferior-lisp-program
<|3b|> i think inferior-lisp-program gets confused by spaces, which extra quotes might avoid
Stanley00 has quit [Ping timeout: 240 seconds]
Summer_ has quit [Quit: Connection closed]
Summer_ has joined #lisp
Stanley|00 has quit []
<brownxoat> |3b|: hmm... that's getting me closer
<brownxoat> (setq inferior-lisp-program (concat "\"c:/Program\ Files/Java/jdk-16.0.1/bin/java.exe\"" " -jar " "\"c:/Program\ Files/abcl/abcl.jar\""))
<brownxoat> right now gets
<brownxoat> Searching for program: no such file or directory, "c:/ProgramFiles/Java/jdk-16.0.1/java.exe"
<brownxoat> so the problem is how to add that space...
<|3b|> no \ before spaces
<brownxoat> |3b|: hmm, without \ I get: Searching for program: No such file or directory, "c:/Program
ahungry has quit [Remote host closed the connection]
<|3b|> ok, maybe that doesn't work then, try slime-lisp-implementations which takes program name and args as separate strings
<|3b|> (setq slime-lisp-implementations '((abcl ("c:/Program Files..." "-jar" "c:/Program Files/...")))) (setq slime-default-lisp 'abcl)
<|3b|> expanding the ... as in original
<brownxoat> |3b|: that works! thank you so much :)!
<brownxoat> also are people on here switching to libera.chat?
* |3b| notes that sbcl works reasonably well on windows too
<|3b|> not sure if there is general agreement about moving yet (or to what channel if so), though looks like some people have moved
<brownxoat> |3b|: the last I heard is that sbcl is missing threads or something on windows, which made me stay away from it. I just heard people backtalking sbcl on windows on the internet for the last few years, so I didn't even consider it.
<brownxoat> not that I am smart enough to even write multi-threaded code
<|3b|> it has threads, and i've been using sbcl/windows as my main dev setup for years with no particular problems
<brownxoat> |3b|: then I am repeating nonsense
<|3b|> it might not be 100% compared to linux, but it is good enough for general use
<|3b|> (the test suite has some things that break on windows, but probably mostly not things you'd do too often in real code, like constantly running GC in one thread while constantly recompiling files in another, or whatever)
<brownxoat> I don't get what happened to ccl though :( https://github.com/Clozure/ccl/issues/311
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
karlosz has joined #lisp
<|3b|> i think ccl is lacking in available maintainer time lately :/
GZJ0X_ has joined #lisp
gzj has quit [Ping timeout: 240 seconds]
Summer_ has quit [Quit: Connection closed]
motersen has quit [Remote host closed the connection]
motersen has joined #lisp
motersen has quit [Remote host closed the connection]
motersen has joined #lisp
nicktick has joined #lisp
ahungry has joined #lisp
karlosz has quit [Quit: karlosz]
aeth has quit [Ping timeout: 240 seconds]
aeth has joined #lisp
raeda has joined #lisp
karlosz has joined #lisp
Lord_of_Life has quit [Ping timeout: 240 seconds]
xkapastel has quit [Quit: Connection closed for inactivity]
DHARMAKAYA has joined #lisp
karlosz has quit [Quit: karlosz]
GZJ0X_ has quit [Quit: Leaving]
<beach> Good morning everyone!
orivej has joined #lisp
DHARMAKAYA has quit [Read error: Connection reset by peer]
<fiddlerwoaroof> morning, beach!
DHARMAKAYA has joined #lisp
DHARMAKAYA has quit [Read error: Connection reset by peer]
Bike has quit [Quit: sleep]
DHARMAKAYA has joined #lisp
mindCrime has quit [Ping timeout: 260 seconds]
ecbrown has joined #lisp
jnewton`` has joined #lisp
gzj has joined #lisp
aartaka has joined #lisp
Jesin has quit [Ping timeout: 260 seconds]
killsushi has quit [Quit: Leaving]
DHARMAKAYA has quit [Ping timeout: 265 seconds]
DHARMAKAYA has joined #lisp
beach has quit [Remote host closed the connection]
beach has joined #lisp
ahungry has quit [Remote host closed the connection]
renzhi has quit [Ping timeout: 258 seconds]
ahungry has joined #lisp
ahungry has quit [Remote host closed the connection]
ahungry has joined #lisp
jnewton`` has quit [Ping timeout: 240 seconds]
gzj has quit [Remote host closed the connection]
guttube has joined #lisp
aartaka has quit [Ping timeout: 260 seconds]
aartaka has joined #lisp
ahungry has quit [Remote host closed the connection]
ahungry has joined #lisp
aartaka has quit [Ping timeout: 246 seconds]
ahungry has quit [Remote host closed the connection]
ahungry has joined #lisp
caronj has quit [Remote host closed the connection]
ahungry has quit [Remote host closed the connection]
aartaka has joined #lisp
jnewton`` has joined #lisp
guttube has quit [Quit: Leaving]
mister_mm has quit [Remote host closed the connection]
narimiran has joined #lisp
Oladon has joined #lisp
jnewton`` has quit [Ping timeout: 265 seconds]
mcrist has joined #lisp
akoana has quit [Quit: leaving]
killsushi has joined #lisp
pok has joined #lisp
orivej has quit [Ping timeout: 240 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
gaqwas has joined #lisp
gaqwas has joined #lisp
gaqwas has quit [Changing host]
aeth has quit [Ping timeout: 260 seconds]
aeth has joined #lisp
vsync has quit [Ping timeout: 246 seconds]
AlchemiA has joined #lisp
AlchemiA has quit [Client Quit]
vsync has joined #lisp
<phoe> morning
<phoe> |3b|: yes
DHARMAKAYA has quit [Quit: Turning off a portion of this simulation.]
Jesin has joined #lisp
brownxoat has quit [Quit: Connection closed for inactivity]
aartaka has quit [Ping timeout: 246 seconds]
masp has joined #lisp
aartaka has joined #lisp
psilotorp has quit [Remote host closed the connection]
aeth has quit [Ping timeout: 260 seconds]
psilotorp has joined #lisp
aeth has joined #lisp
mindCrime has joined #lisp
gaqwas has quit [Ping timeout: 260 seconds]
psilotorp has quit [Ping timeout: 258 seconds]
ebrasca has joined #lisp
hendursaga has quit [Remote host closed the connection]
hendursaga has joined #lisp
mcrist has quit [Quit: Connection closed]
surabax has joined #lisp
hendursaga has quit [Remote host closed the connection]
hendursaga has joined #lisp
mindCrime has quit [Ping timeout: 260 seconds]
mathrick_ has quit [Ping timeout: 265 seconds]
jnewton has joined #lisp
psilotorp has joined #lisp
gzj has joined #lisp
<jnewton> Good morning everyone. Does anyone know a lot about RISC instructions in general?
skapata has quit [Quit: Hi, I'm a quit message virus. Please replace your old quit message with this one and help me take over the IRC world.]
psilotorp has quit [Ping timeout: 258 seconds]
<jnewton> I'm reading something which directly contradicts a fundamental principle of how RISC works. Maybe my understanding has been wrong all this time.
<|3b|> has "RISC"/"CISC" has any meaning for the last few decades?
<|3b|> (and/or any relevance to #lisp)
gzj has quit [Remote host closed the connection]
<jdz> Yesterday there was a discussion like this on #lisp@libera.chat
gzj has joined #lisp
<jnewton> My question is if I load (write) data into a register, and in the next instruction I try to read from that register. will I (1) read the old value, or (2) will the processor automatically stall waiting for the data to be ready? I though (1) was the case and that that was considered a feature.
<jdz> jnewton: There was an article how Apple's new CPU can have sane instruction stream decoding and speculative execution (because of constant instruction sizes), whereas x86 is screwed because it has to process too many false positives since it has to try instructions at every byte position.
<jdz> jnewton: Stalls are usually associated with writes/reads to memory. And even then CPUs speculate.
<|3b|> https://en.wikipedia.org/wiki/Delay_slot suggests early risc didn't always do that
<jdz> I bet Intel CPUs have something similar.
* |3b| thought it was generally a 'feature' of RISC to /not/ automatically do things for you
<jdz> Yeah, good old days.
dhil has joined #lisp
<jnewton> |3b|: that was what I thought as well. i.e., you were allowed to write, and still read the old value for one cycle.
<jnewton> |3b|: maybe that applies to memory but not to registers???
<jnewton> Sorry I know this is not a lispy conversation. just thought there might be someone here that could clear up my confusion
<beach> jnewton: #lisp may be about to move to #commonlisp at libera.chat because of a "hostile takeover" of freenode.
mathrick has joined #lisp
<beach> jnewton: So, if one day you will find fewer people here, that's the explanation.
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
<jnewton> ?hostile takeover?
<beach> It's complicated...
<|3b|> jnewton: i think it depends on specific ISA, not RISC in general
Noisytoot has joined #lisp
<beach> I know of no modern architecture where the old value would be read.
<|3b|> and register -> register move probably wouldn't have a delay slot anywhere
attila_lendvai has joined #lisp
attila_lendvai has quit [Changing host]
attila_lendvai has joined #lisp
<jdz> jnewton: I think this is the article I had in mind: https://debugger.medium.com/why-is-apples-m1-chip-so-fast-3262b158cba2
<|3b|> not sure it is even guaranteed to show you the old value on old mips (or anything else with load delay slot), might depend on cache hit, or might stall automatically and delay slot just gives you a chance to do something during the stall
<jnewton> |3b|: thanks. gocha
gareppa has joined #lisp
<White_Flame> jnewton: "RISC" was a concrete architecture, with a bunch of interconnected tradeoffs. Talking about "RISC style" is as contentious as "What is a Lisp?"
<White_Flame> and comparing it to LISP 1.5 or whatever
hdasch has left #lisp ["Leaving for libera.chat"]
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
<jnewton> White_Flame: Okeydokey
Noisytoot has joined #lisp
silasfox has quit [Ping timeout: 245 seconds]
gareppa has quit [Quit: Leaving]
Posterdati has quit [Ping timeout: 240 seconds]
gareppa has joined #lisp
aeth has quit [Ping timeout: 246 seconds]
aeth has joined #lisp
gzj has quit [Read error: Connection reset by peer]
gzj has joined #lisp
aeth has quit [Ping timeout: 246 seconds]
aeth has joined #lisp
anticrisis has quit [Read error: Connection reset by peer]
hendursaga has quit [Ping timeout: 240 seconds]
wxie has quit [Remote host closed the connection]
Posterdati has joined #lisp
sm2n has left #lisp ["Leaving"]
hendursaga has joined #lisp
jonatack has joined #lisp
hiroaki has quit [Ping timeout: 250 seconds]
wxie has joined #lisp
pve has joined #lisp
jonatack has quit [Client Quit]
loke` has quit [Remote host closed the connection]
silasfox has joined #lisp
orivej has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
v88m has quit [Ping timeout: 246 seconds]
hiroaki has joined #lisp
rogersm has joined #lisp
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #lisp
xaotuk has quit [Quit: WeeChat 3.1]
ljavorsk has joined #lisp
jonatack has joined #lisp
heisig has joined #lisp
aeth has quit [Ping timeout: 260 seconds]
aeth has joined #lisp
silasfox has quit [Ping timeout: 250 seconds]
nicktick has quit [Ping timeout: 260 seconds]
kevingal has joined #lisp
random-nick has joined #lisp
nullx002 has joined #lisp
nullx002 has quit [Client Quit]
nullx002 has joined #lisp
nullx002 has quit [Client Quit]
nullx002 has joined #lisp
Oladon has quit [Quit: Leaving.]
ldbeth has joined #lisp
amb007 has quit [Ping timeout: 260 seconds]
amb007 has joined #lisp
vegansbane69636 has quit [Quit: The Lounge - https://thelounge.chat]
amb007 has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has quit [Ping timeout: 246 seconds]
gzj has quit [Remote host closed the connection]
amb007 has joined #lisp
jnewton has quit [Ping timeout: 260 seconds]
SumoSud0 has quit [Remote host closed the connection]
silasfox has joined #lisp
nullx002 has quit [Ping timeout: 260 seconds]
alfred188 has quit [Quit: WeeChat 3.0]
ldbeth has quit [Ping timeout: 246 seconds]
jnewton has joined #lisp
ldbeth has joined #lisp
ldbeth has quit [Remote host closed the connection]
ldbeth has joined #lisp
nullx002 has joined #lisp
spal has joined #lisp
vegansbane69636 has joined #lisp
galex-713 has joined #lisp
nullx002 has quit [Quit: qicr for android: faster and better]
nullx002 has joined #lisp
selwyn has quit [Quit: Connection closed for inactivity]
psilotorp has joined #lisp
heirs has joined #lisp
psilotorp has quit [Ping timeout: 245 seconds]
heirs has left #lisp [#lisp]
jonatack has quit [Quit: jonatack]
klltkr has joined #lisp
CrashTestDummy2 has joined #lisp
yitzi has joined #lisp
spal has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
CrashTestDummy has quit [Ping timeout: 265 seconds]
yoonkn has joined #lisp
ldbeth has left #lisp ["ERC (IRC client for Emacs 27.1)"]
nullx002 has quit [Quit: qicr for android: faster and better]
jnewton has quit [Ping timeout: 240 seconds]
jonatack has joined #lisp
jonatack has quit [Client Quit]
jonatack has joined #lisp
narimiran has quit [Ping timeout: 260 seconds]
luckless has quit [Ping timeout: 240 seconds]
luckless has joined #lisp
dmiles_afk has quit [Read error: Connection reset by peer]
dmiles_afk has joined #lisp
dmiles_afk has quit [Read error: Connection reset by peer]
<jcowan> White_Flame: what concrete architecture do you have in mind?
dmiles_afk has joined #lisp
nullx002 has joined #lisp
mindCrime has joined #lisp
<White_Flame> jcowan: Berkeley RISC I
v88m has joined #lisp
jnewton has joined #lisp
silasfox has quit [Quit: WeeChat 3.1]
silasfox has joined #lisp
mindCrime has quit [Ping timeout: 246 seconds]
cage_ has joined #lisp
aeth has quit [Ping timeout: 246 seconds]
aeth has joined #lisp
Inline has joined #lisp
Inline has quit [Client Quit]
Inline has joined #lisp
zooey has quit [Remote host closed the connection]
zooey has joined #lisp
dickbarends has joined #lisp
dickbarends has quit [Client Quit]
heisig has quit [Quit: Leaving]
heirs has joined #lisp
Bike has joined #lisp
jnewton has quit [Ping timeout: 246 seconds]
waleee-cl has joined #lisp
heirs has left #lisp [#lisp]
heirs has joined #lisp
CrazyPython has joined #lisp
rogersm has quit [Quit: Leaving...]
andrei-n has joined #lisp
heirs has left #lisp [#lisp]
yitzi has quit [Quit: Leaving]
xkapastel has joined #lisp
Krystof has quit [Ping timeout: 246 seconds]
psilotorp has joined #lisp
jnewton has joined #lisp
<dieggsy> huh, i hadn't seen lisp-lang.org
psilotorp has quit [Ping timeout: 258 seconds]
attila_lendvai has quit [Ping timeout: 240 seconds]
Lord_of_Life has joined #lisp
tkd has joined #lisp
orivej has quit [Ping timeout: 246 seconds]
_RipFreenode_ has joined #lisp
jnewton has quit [Ping timeout: 240 seconds]
klltkr has quit [Ping timeout: 245 seconds]
supercoven has joined #lisp
klltkr has joined #lisp
supercoven has quit [Read error: Connection reset by peer]
_RipFreenode_ has quit [Remote host closed the connection]
supercoven has joined #lisp
jnewton has joined #lisp
Fare has joined #lisp
killsushi has quit [Quit: Leaving]
aeth has quit [Ping timeout: 265 seconds]
nullx002 has quit [Ping timeout: 246 seconds]
aeth has joined #lisp
supercoven has quit [Read error: Connection reset by peer]
supercoven has joined #lisp
Fare has quit [Ping timeout: 258 seconds]
tfb has joined #lisp
nullx002 has joined #lisp
nullx002 has quit [Client Quit]
nullx002 has joined #lisp
Fare has joined #lisp
CrashTestDummy3 has joined #lisp
CrashTestDummy2 has quit [Ping timeout: 240 seconds]
mister_m` has joined #lisp
frost-lab has quit [Quit: Connection closed]
Inline has quit [Remote host closed the connection]
Inline has joined #lisp
Inline has quit [Max SendQ exceeded]
nullx002 has quit [Read error: Connection reset by peer]
bitmapper has joined #lisp
bitmapper has quit [Client Quit]
Inline has joined #lisp
green__ has joined #lisp
yonkunas has quit [Quit: Connection closed for inactivity]
Zipheir has joined #lisp
Zipheir has left #lisp [#lisp]
<green__> I'm trying to get ironclad's sha256 hash to give them same output as sha256sum. Something is way off. When I ask ironclad to sha256 sum a file, I get the same output as sha256sum. But if I feed it a byte array that's the same as the file I get a different output. Google-searches suggest others have had this problem, but there's no pointer to resolution... Anybody else struggle with this?
yitzi has joined #lisp
fabjan has left #lisp [#lisp]
<green__> Example is here: https://titanwolf.org/Network/Articles/Article?AID=dd489e0b-0965-4cf2-a8ec-1c2f653f6a89#gsc.tab=0 . But if I sha256sum a file with "Rosetta code" I get something different..
<phoe> no issue for me
<phoe> the only possible problem I see is the implicit newline that unix text files have at the end
<phoe> I account for that in my Lisp string, whereas a file on a unix filesystem created e.g. with nano or vim will usually have a newline at its very end
<green__> OMFG.. vi!! I hate you! Should have used emacs. Verified that it is OK. Thanks!
<phoe> hey
<phoe> emacs does the same thing
<phoe> :D
<green__> I was able to create a 1 char file with emacs
<green__> "A"
<green__> my vi "A" file was 2 bytes
<phoe> afaik it's a setting with emacs
<green__> yes,.. I've set that
CL-ASHOK has joined #lisp
<CL-ASHOK> How to access the colors used in Emacs for CL syntax highlighting?
<phoe> CL-ASHOK: afaik these are standard emacs faces
<phoe> place your point over the face you want to edit, M-x customize-face RET RET
<CL-ASHOK> phoe: Thanks, do you know how to see their rules?
<CL-ASHOK> I am adjusting highlight-lisp.js to match Emacs better
<phoe> I used to do that some time ago, but I don't remember anymore; #emacs might know better
<CL-ASHOK> phoe: Thank you, that helped and is enough for me to figure it out
monolithic has quit [Ping timeout: 246 seconds]
orivej has joined #lisp
mindCrime has joined #lisp
Inline has quit [Remote host closed the connection]
Inline has joined #lisp
zaquest has quit [Remote host closed the connection]
zaquest has joined #lisp
ranco has joined #lisp
aeth has quit [Ping timeout: 240 seconds]
gareppa has quit [Quit: Leaving]
aeth has joined #lisp
CL-ASHOK has quit [Quit: Connection closed]
jnewton has quit [Ping timeout: 265 seconds]
gareppa has joined #lisp
ljavorsk has quit [Ping timeout: 265 seconds]
sp41 has joined #lisp
long4mud has quit [Quit: WeeChat 3.0.1]
psilotorp has joined #lisp
psilotorp has quit [Remote host closed the connection]
psilotorp has joined #lisp
gareppa has quit [Quit: Leaving]
cage_ has quit [Remote host closed the connection]
nullx002 has joined #lisp
jnewton has joined #lisp
narimiran has joined #lisp
amk has quit [Read error: Connection reset by peer]
amk has joined #lisp
ukari has joined #lisp
orivej has quit [Ping timeout: 260 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
masp has quit [Quit: Konversation terminated!]
jnewton has quit [Ping timeout: 260 seconds]
tfb has quit []
selwyn has joined #lisp
contrapunctus has left #lisp [#lisp]
contrapunctus has joined #lisp
tfb has joined #lisp
tfb has quit [Client Quit]
tfb has joined #lisp
galex-713 has quit [Ping timeout: 245 seconds]
gareppa has joined #lisp
vaporatorius has left #lisp ["Leaving"]
galex-713 has joined #lisp
yitzi has quit [Quit: Leaving]
yitzi has joined #lisp
ranco has quit [Remote host closed the connection]
yitzi has quit [Client Quit]
yitzi has joined #lisp
mindCrime has quit [Remote host closed the connection]
gareppa has quit [Remote host closed the connection]
galex-713 has quit [Ping timeout: 240 seconds]
tfb has quit []
cosimone has joined #lisp
mister_m` has quit [Remote host closed the connection]
<ebrasca> Can I make a video out of images taken by a camera in CL?
<ebrasca> Is there a library for it?
<jmercouris> ebrasca: there is that one library by Xach
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
<ebrasca> My brother ask me to config video supervigilance , so Why not in lisp?
<ebrasca> jmercouris: Thanks! , I will see if it does the job.
<jmercouris> No problem!
amb007 has quit [Ping timeout: 240 seconds]
Sheilong has joined #lisp
amb007 has joined #lisp
ljavorsk has joined #lisp
ljavorsk has quit [Ping timeout: 260 seconds]
rpg has joined #lisp
brass has quit [Quit: ZNC 1.8.1 - https://znc.in]
silasfox has quit [Ping timeout: 250 seconds]
brass has joined #lisp
silasfox has joined #lisp
yoonkn has quit [Remote host closed the connection]
Posterdati has left #lisp ["No boundaries on the net!"]
alanz has quit []
cage_ has joined #lisp
dickbarends has joined #lisp
Fare has quit [Quit: Leaving]
dickbarends has quit [Client Quit]
dickbarends has joined #lisp
dickbarends has quit [Client Quit]
hiruji has quit [Quit: ZNC 1.8.2 - https://znc.in]
hiruji has joined #lisp
johnjay has joined #lisp
nullx002 has quit [Read error: Connection reset by peer]
gaqwas has joined #lisp
gaqwas has joined #lisp
gaqwas has quit [Changing host]
contrapunctus has left #lisp [#lisp]
akoana has joined #lisp
jnewton has joined #lisp
orivej has joined #lisp
skapata has joined #lisp
nij has joined #lisp
<nij> join #clschooll
<nij> oh no sorry..
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
cosimone has quit [Remote host closed the connection]
CrashTestDummy2 has joined #lisp
Noisytoot has joined #lisp
CrashTestDummy3 has quit [Ping timeout: 246 seconds]
CrashTestDummy has joined #lisp
CrashTestDummy3 has joined #lisp
CrashTestDummy2 has quit [Ping timeout: 240 seconds]
nullx002 has joined #lisp
CrashTestDummy has quit [Ping timeout: 240 seconds]
aeth has quit [Ping timeout: 265 seconds]
jnewton has quit [Ping timeout: 246 seconds]
aeth has joined #lisp
MacGyver22 has joined #lisp
<MacGyver22> /!\ THIS NETWORK HAS MOVED TO IRC.LIBERA.CHAT /!\
<MacGyver22> CONNECT TO IRC.LIBERA.CHAT FOR ALL YOUR CHILD PORNOGRAPHY NEEDS
gareppa has joined #lisp
MacGyver22 has quit [Remote host closed the connection]
<Cthulhux> damn italians.
cage_ has left #lisp ["Killed buffer"]
Krystof has joined #lisp
Skunky24 has joined #lisp
<Skunky24> /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT /!\
<Skunky24> /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT /!\
<Skunky24> /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT /!\
Skunky24 has quit [Remote host closed the connection]
CrashTestDummy2 has joined #lisp
Jesin has quit [Quit: Leaving]
CrazyPython has quit [Remote host closed the connection]
hiroaki has quit [Ping timeout: 250 seconds]
CrashTestDummy3 has quit [Ping timeout: 240 seconds]
Eoco has quit [Quit: WeeChat 2.3]
micro_ has joined #lisp
micro_ has quit [Client Quit]
dyelar has joined #lisp
dyelar has quit [Client Quit]
amk has left #lisp ["Leaving"]
anticrisis has joined #lisp
<dieggsy> hmm. I'm defining a generic in one package (with a default :method) and a couple methods in a different package that uses that one, but from the second package doesn't seem to know about the original's method
<nij> Did you remember to refer the CLASS in the package FIRST in the package SECOND by FIRST:CLASS?
<phoe> dieggsy: right, check if you are referring to the proper GF (via the proper symbol)
edgar-rft has quit [Quit: Leaving]
edgar-rft has joined #lisp
imode has joined #lisp
silasfox has quit [Ping timeout: 245 seconds]
edgar-rft has quit [Client Quit]
<nij> So.. in general I think you should do, for instance, (make-instance 'first:class) while living in other packages.
<phoe> yes, that's a very good idea in general
<phoe> and/or use package-local nicknames to shorten FIRST:CLASS into e.g. F:CLASS
edgar-rft has joined #lisp
<dieggsy> errrr hold up
<dieggsy> i don't think the class name is the bottleneck, I'm not mentioning the CLASS in FIRST in SECOND at all
<nij> How did you get access to an object defined in class that's defined in the first package then?
<dieggsy> I'm dealing with classes that inherit from that one, but all these classes are themselves defines in a third package
<phoe> post your code online somewhere
<nij> Has been safe for me -> https://bpa.st/
<phoe> I personally use https://plaster.tymoon.eu/ due to dogfooding and nice CL highlighting
<dieggsy> phoe: it's gross and massive and probably not allowed. I'll keep poking at it though, i appreciate the suggestions
<nij> Or maybe check out your (defclass..) form?
<phoe> dieggsy: OK, then try the following
Jesin has joined #lisp
<phoe> go into the package where the class is defined and (describe 'foo) where FOO is the name of the class
<phoe> then repeat the same in the package where you define the method
<dieggsy> they seem to have the same output
<nij> Say PERSON is the main class defined in the package THIRD, and CHILD is the subclass you want to define. Did you do (defclass child (THIRD:person) ()) instead of (defclass child (person) ())?
<dieggsy> nij: no, it's defined as the latter
<nij> Then it's not referring to the right 'PERSON :)
<dieggsy> but let's assume i can't touch that part of the code
<nij> then no.. CHILD isn't inheriting anything from THIRD:PERSON..
<dieggsy> .....I'm thinking maybe if i didn't take care to export the generic definition properly this might happen?
<nij> I think you have to import 'PERSON from the third package to the others then.. phoe help
<dieggsy> nij: i mean, it could be, no? if the package CHILD is in uses or imports from THIRD
<dieggsy> i think it :use s it though
<nij> CHILD in my context isn't a package. It's a class..
narimiran has quit [Quit: leaving]
<dieggsy> nij: i know, my wording wasn't the greatest but i meant "if the package that CHILD is in uses or imports from THIRD"
<dieggsy> which it does
imode has quit [Quit: WeeChat 3.1]
<nij> How did you define your second or first package? Can you share that part of code?
<nij> Usually it starts with (defpackage..)
<dieggsy> nij: something like (defpackage :second (:use :first :third) ...)
galex-713 has joined #lisp
<dieggsy> aaaaaand it's magically working
<dieggsy> .....I'm going to chalk it up to a hard PEBKAC there
orivej has quit [Ping timeout: 260 seconds]
<dieggsy> possibly i hadn't recompiled everything i needed to or wasn't exporting or something....
<dieggsy> sorry for the noise then, but then again maybe I'll be back in 5 mins lol
froggey has quit [Ping timeout: 240 seconds]
<nij> Glad it works :D
froggey has joined #lisp
yitzi has quit [Remote host closed the connection]
gareppa has quit [Quit: Leaving]
<dieggsy> so wait, has this channel officially moved
nullx002 has quit [Quit: qicr for android: faster and better]
nij has left #lisp ["#lisp"]
Krystof has quit [Ping timeout: 260 seconds]
surabax has quit [Quit: Leaving]
galex-713 has quit [Ping timeout: 240 seconds]
<Bike> this channel is an anarcho syndicalist commune that does not make official announcements, but there is #commonlisp on irc.libera.chat
galex-713 has joined #lisp
Jesin has quit [Quit: Leaving]
selwyn has quit [Quit: Connection closed for inactivity]
Jesin has joined #lisp
pve has quit [Quit: leaving]
supercoven has quit [Ping timeout: 240 seconds]
galex-713 has quit [Read error: Connection reset by peer]
galex-713 has joined #lisp
andrei-n has quit [Quit: Leaving]
galex-713 has quit [Quit: No Ping reply in 180 seconds.]
amb007 has quit [Ping timeout: 240 seconds]
aeth has quit [Quit: Reconnecting]
aeth has joined #lisp
thermo has left #lisp [#lisp]
gabiruh has quit [Quit: ZNC 1.7.5 - https://znc.in]
gabiruh has joined #lisp
galex-713 has joined #lisp
karlosz has joined #lisp
ebrasca has quit [Remote host closed the connection]
Jesin has quit [Ping timeout: 264 seconds]
Krystof has joined #lisp
jladd has quit [Read error: Connection reset by peer]
jmercouris has quit [Read error: Connection reset by peer]
mpontillo has quit [Read error: Connection reset by peer]
IIsi50MHz has quit [Ping timeout: 258 seconds]
gendl has quit [Read error: Connection reset by peer]
gendl has joined #lisp
jladd has joined #lisp
scm has joined #lisp
IIsi50MHz has joined #lisp
matijja has quit [Quit: bye]
jmercouris has joined #lisp
matijja has joined #lisp
gaqwas has quit [Ping timeout: 265 seconds]
DHARMAKAYA has joined #lisp
CrashTestDummy3 has joined #lisp
CrashTestDummy2 has quit [Ping timeout: 260 seconds]
amk has joined #lisp
aeth_ has joined #lisp
aeth has quit [Disconnected by services]
aeth_ is now known as aeth
scm has quit [Quit: Leaving]
jprajzne has quit [Quit: Leaving.]
drbluefall has joined #lisp
nij has joined #lisp
sp41 has quit [Remote host closed the connection]
Inline has quit [Ping timeout: 258 seconds]
Bike has quit [Quit: Lost terminal]
Jesin has joined #lisp
aartaka has quit [Read error: Connection reset by peer]