jackdaniel changed the topic of #commonlisp to: Common Lisp, the #1=(programmable . #1#) programming language | Wiki: <https://www.cliki.net> | IRC Logs: <https://irclog.tymoon.eu/libera/%23commonlisp> | Cookbook: <https://lispcookbook.github.io/cl-cookbook> | Pastebin: <https://plaster.tymoon.eu/>
josrr has quit [Remote host closed the connection]
bubblegum has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
markb1 has quit [Ping timeout: 245 seconds]
bjorkintosh has quit [Remote host closed the connection]
bjorkintosh has joined #commonlisp
donleo has quit [Ping timeout: 256 seconds]
bjorkintosh has quit [Remote host closed the connection]
bjorkintosh has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has quit [Remote host closed the connection]
bjorkintosh has joined #commonlisp
markb1 has joined #commonlisp
bjorkintosh has quit [Quit: Leaving]
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
Lord_Nightmare has joined #commonlisp
cladur_ has joined #commonlisp
cladur has quit [Ping timeout: 245 seconds]
akoana has quit [Quit: leaving]
igemnace has quit [Remote host closed the connection]
dnhester26 has quit [Remote host closed the connection]
cladur_ has quit [Remote host closed the connection]
rgherdt has quit [Quit: Leaving]
rtypo has quit [Ping timeout: 256 seconds]
dnhester26 has joined #commonlisp
AetherWind has quit [Quit: leaving]
dra has quit [Quit: Leaving]
olnw has joined #commonlisp
yottabyte has joined #commonlisp
<yottabyte> I wanted to find a package for semantic highlighting, I found https://github.com/Fanael/rainbow-identifiers and https://github.com/ankurdave/color-identifiers-mode but color-identifiers-mode doesn't work, it says "Major mode is not supported by color-identifiers". does anyone have experience with this? I guess rainbow-identifiers works fine
<ixelp> GitHub - Fanael/rainbow-identifiers: Rainbow identifier highlighting for Emacs
<yottabyte> I wanted to try the other one to see if it had better contrast out the gate
varjag has quit [Ping timeout: 245 seconds]
<olnw> yottabyte: From looking at the code and README, it does not seem like this package supports lisp-mode. However I don't think it should be too hard to write integration for SLIME/Sly.
<yottabyte> Interesting!
<yottabyte> It's funny you bring up Sly, I just heard about it, I've been using SLIME, what do you recommend?
<olnw> I can't comment on that because I have never used SLIME extensively. Sly does have some nice features such as Stickers, though <https://joaotavora.github.io/sly/#Stickers>.
<ixelp> SLY User Manual, version 1.0.42
seveno4 has joined #commonlisp
yitzi has quit [Remote host closed the connection]
meritamen has joined #commonlisp
azimut has joined #commonlisp
ym has joined #commonlisp
cladur has joined #commonlisp
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
snits has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
koditals has joined #commonlisp
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
jon_atack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
azimut has quit [Remote host closed the connection]
jonatack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
<ym> M-. works fine for everybody?
<ym> Or maybe it's better to ask in #emacs...
<aeth> M-. broke for me for like a year or two but then randomly fixed itself again
<ym> Ok, got it, thanks.
<aeth> just in time for github search to stop working (-:
<aeth> so now I'm just doing M-. on library files to get to the source locally
<olnw> ym: M-. may be bound to different functions depending on the major mode. In Elisp buffers it should be xref-find-definitions, which uses xref-backend-functions to look up the identifier at point. If that hook is empty, or is missing a function, then it would explain why M-. is not working.
<olnw> SLY re-binds M-. to sly-edit-definition. I don't know about SLIME.
<ym> I bet it's debian stable emacs issue.
<aeth> I assume the problem is the interaction of a bunch of packages, in particular ones modifying... I guess slime, if it's slime
<ym> Because only Emacs changed in my case.
<aeth> so I uninstalled a lot of packages when my M-. broke but it didn't work, it just eventually fixed itself
<ym> Time to try guile.
azimut has joined #commonlisp
<olnw> Is it just me, or is https://common-lisp.dev down?
tyson2 has joined #commonlisp
<aeth> could just be debian being behind the curve
<aeth> which emacs version?
micro has quit [Ping timeout: 256 seconds]
micro has joined #commonlisp
bubblegum has quit [Ping timeout: 264 seconds]
<ym> GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.16.0) of 2023-05-14, modified by Debian
<ym> It's freshly installed Debian stable.
bubblegum has joined #commonlisp
<olnw> Are you using SLIME? Do you have an active connection?
<ym> Yep.
<olnw> Can you verify that M-. is bound to slime-edit-definition?
<ym> It is bound to M-., <menu-bar> <slime> <Edit Definition...>.
<ym> (slime-edit-definition &optional NAME WHERE)
bubblegum has quit [Ping timeout: 245 seconds]
bubblegum has joined #commonlisp
<ym> So it's function of slime.
<ym> Surprisingly for me.
<ym> I thought I used it with C.
<olnw> SLIME binds it to that. Normally M-. is bound to xref-find-definitions, which supports different backends such as etags and eglot, allowing it to work with multiple major modes.
<ym> Oh.
<ym> Ok, M-. works with slime's source.
Oladon has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
<aeth> yes, the advantage of going through slime is that it usually knows where the definition is... not always... sometimes the macro is too fancy
<moon-child> the computing environment know where the definition is. it knows this because it knows where it isn't~
<hayley> By subtracting where it isn't from where it is, or where it is from where it isn't, whichever is greater, it obtains a difference or deviation.
iska has joined #commonlisp
cladur_ has joined #commonlisp
cladur has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 240 seconds]
semarie has quit [Quit: WeeChat 4.0.5]
koditals has quit [Read error: Connection reset by peer]
semarie has joined #commonlisp
hineios20 has joined #commonlisp
hineios2 has quit [Ping timeout: 264 seconds]
hineios20 is now known as hineios2
cladur_ has quit [Remote host closed the connection]
nyx_land has quit [Ping timeout: 256 seconds]
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
snits has joined #commonlisp
decweb has quit [Ping timeout: 260 seconds]
cladur has joined #commonlisp
cladur_ has joined #commonlisp
cladur has quit [Ping timeout: 252 seconds]
Kyuvi has quit [Quit: Client closed]
azimut_ has joined #commonlisp
azimut has quit [Ping timeout: 240 seconds]
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pyooque has joined #commonlisp
puke is now known as Guest5131
Guest5131 has quit [Killed (mercury.libera.chat (Nickname regained by services))]
pyooque is now known as puke
puke has quit [Client Quit]
meritamen has joined #commonlisp
puke has joined #commonlisp
chomwitt has joined #commonlisp
zeka has joined #commonlisp
herjazz has joined #commonlisp
chiselfuse has quit [Ping timeout: 240 seconds]
Oladon has quit [Quit: Leaving.]
igemnace has joined #commonlisp
pve has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
chiselfuse has joined #commonlisp
jonatack has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
Cymew has joined #commonlisp
Pixel_Outlaw has quit [Quit: Leaving]
luis5 has quit [Ping timeout: 245 seconds]
White_Flame has quit [Remote host closed the connection]
White_Flame has joined #commonlisp
mgl has joined #commonlisp
bendersteed has joined #commonlisp
cladur_ has quit [Remote host closed the connection]
_cymew_ has joined #commonlisp
<madnificent> hayley: Are you still around? We encountered (a reproducable) issue with the Luckless hash table and were wondering if this was likely fixed through your commits or if it's likely the heuristic not making it popping up.
jmdaemon has quit [Ping timeout: 256 seconds]
gxt has quit [Ping timeout: 240 seconds]
cladur has joined #commonlisp
gxt has joined #commonlisp
shka has joined #commonlisp
cladur has quit [Ping timeout: 264 seconds]
rainthree has joined #commonlisp
<hayley> madnificent: What's happening?
danse-nr3 has joined #commonlisp
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
<hayley> I did some changes, but I'm not sure any should change functionality, and ~2.5 years later they're questionably good performance hacks.
meritamen has quit [Remote host closed the connection]
donleo has joined #commonlisp
cladur has joined #commonlisp
rtypo has joined #commonlisp
cladur has quit [Ping timeout: 268 seconds]
mooseball has joined #commonlisp
cage has joined #commonlisp
Kyuvi has joined #commonlisp
szkl has joined #commonlisp
herjazz has quit [Quit: leaving]
antoszka has quit [Ping timeout: 255 seconds]
Lord_of_Life has quit [Ping timeout: 268 seconds]
Lord_of_Life has joined #commonlisp
tertek has quit [Quit: %quit%]
nxtr_ has quit [Ping timeout: 276 seconds]
tertek has joined #commonlisp
herjazz has joined #commonlisp
patrix has quit [Ping timeout: 276 seconds]
nxtr_ has joined #commonlisp
youthpastor has quit [Ping timeout: 255 seconds]
antoszka has joined #commonlisp
mister_m has quit [Ping timeout: 276 seconds]
cladur has joined #commonlisp
epony has quit [Remote host closed the connection]
patrix has joined #commonlisp
yottabyte has quit [Ping timeout: 255 seconds]
mister_m has joined #commonlisp
youthpastor has joined #commonlisp
yottabyte has joined #commonlisp
varjag has joined #commonlisp
attila_lendvai has joined #commonlisp
rgherdt has joined #commonlisp
jfh has quit [Ping timeout: 276 seconds]
random-nick has joined #commonlisp
jfh has joined #commonlisp
dajole has quit [Quit: Connection closed for inactivity]
dino_tutter has joined #commonlisp
yitzi has joined #commonlisp
dnhester26 has quit [Remote host closed the connection]
cladur has quit [Ping timeout: 240 seconds]
dnhester26 has joined #commonlisp
paulapatience has quit [Remote host closed the connection]
payphone has quit [Remote host closed the connection]
rselim has quit [Remote host closed the connection]
ggb has quit [Remote host closed the connection]
srhm has quit [Remote host closed the connection]
brettgilio has quit [Remote host closed the connection]
arpunk has quit [Remote host closed the connection]
whereiseveryone has quit [Remote host closed the connection]
migalmoreno has quit [Remote host closed the connection]
sm2n has quit [Remote host closed the connection]
theesm has quit [Remote host closed the connection]
sirufer has quit [Remote host closed the connection]
chiheisen has quit [Remote host closed the connection]
\f has quit [Remote host closed the connection]
mhcat has quit [Remote host closed the connection]
sherbert has quit [Remote host closed the connection]
cpli has quit [Remote host closed the connection]
mcoll has quit [Remote host closed the connection]
Schnouki has quit [Remote host closed the connection]
slondr has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
nathanb has quit [Remote host closed the connection]
jasom has quit [Remote host closed the connection]
alethkit has quit [Remote host closed the connection]
jonlevin has quit [Remote host closed the connection]
shunter has quit [Remote host closed the connection]
nytpu has quit [Remote host closed the connection]
zyd has quit [Remote host closed the connection]
skin has quit [Remote host closed the connection]
pvac has quit [Remote host closed the connection]
jmbr has quit [Remote host closed the connection]
artyn has quit [Remote host closed the connection]
morganw has quit [Remote host closed the connection]
traidare has joined #commonlisp
sirufer has joined #commonlisp
mhcat has joined #commonlisp
Schnouki has joined #commonlisp
arpunk has joined #commonlisp
pvac has joined #commonlisp
morganw has joined #commonlisp
paulapatience has joined #commonlisp
shunter has joined #commonlisp
pvac has quit [Changing host]
pvac has joined #commonlisp
ggb has joined #commonlisp
migalmoreno has joined #commonlisp
srhm has joined #commonlisp
brettgilio has joined #commonlisp
whereiseveryone has joined #commonlisp
theothornhill has joined #commonlisp
slondr has joined #commonlisp
jmbr has joined #commonlisp
payphone has joined #commonlisp
jonlevin has joined #commonlisp
cpli has joined #commonlisp
sm2n has joined #commonlisp
mcoll has joined #commonlisp
zyd has joined #commonlisp
nathanb has joined #commonlisp
alethkit has joined #commonlisp
chiheisen has joined #commonlisp
nytpu has joined #commonlisp
rselim has joined #commonlisp
jasom has joined #commonlisp
skin has joined #commonlisp
artyn has joined #commonlisp
sherbert has joined #commonlisp
theesm has joined #commonlisp
\f has joined #commonlisp
cladur has joined #commonlisp
epony has joined #commonlisp
cladur has quit [Ping timeout: 245 seconds]
Kyuvi has quit [Quit: Client closed]
dnhester26 has quit [Remote host closed the connection]
mooseball has quit [Quit: Leaving]
cladur has joined #commonlisp
zaymington has quit [Remote host closed the connection]
zaymington has joined #commonlisp
seveno4 has quit [Remote host closed the connection]
seveno4 has joined #commonlisp
antoszka has quit [Read error: Connection reset by peer]
arpunk has quit [Read error: Connection reset by peer]
migalmoreno has quit [Read error: Connection reset by peer]
jasom has quit [Read error: Connection reset by peer]
\f has quit [Read error: Connection reset by peer]
chiheisen has quit [Read error: Connection reset by peer]
skin has quit [Read error: Connection reset by peer]
nathanb has quit [Read error: Connection reset by peer]
zyd has quit [Read error: Connection reset by peer]
pestctrl has quit [Remote host closed the connection]
payphone has quit [Read error: Connection reset by peer]
alethkit has quit [Ping timeout: 245 seconds]
whereiseveryone has quit [Ping timeout: 245 seconds]
eddof13 has quit [Ping timeout: 245 seconds]
morganw has quit [Read error: Connection reset by peer]
shunter has quit [Read error: Connection reset by peer]
paulapatience has quit [Read error: Connection reset by peer]
mcoll has quit [Read error: Connection reset by peer]
mhcat has quit [Read error: Connection reset by peer]
pvac has quit [Read error: Connection reset by peer]
slondr has quit [Write error: Connection reset by peer]
sherbert has quit [Read error: Connection reset by peer]
artyn has quit [Write error: Connection reset by peer]
theothornhill has quit [Read error: Connection reset by peer]
antoszka has joined #commonlisp
arpunk has joined #commonlisp
jmbr has quit [Write error: Connection reset by peer]
nathanb has joined #commonlisp
migalmoreno has joined #commonlisp
chiheisen has joined #commonlisp
skin has joined #commonlisp
Schnouki has quit [Read error: Connection reset by peer]
sm2n has quit [Read error: Connection reset by peer]
brettgilio has quit [Read error: Connection reset by peer]
theesm has quit [Read error: Connection reset by peer]
rselim has quit [Read error: Connection reset by peer]
jonlevin has quit [Read error: Connection reset by peer]
ggb has quit [Write error: Connection reset by peer]
\f has joined #commonlisp
jasom has joined #commonlisp
srhm has quit [Read error: Connection reset by peer]
nytpu has quit [Read error: Connection reset by peer]
cpli has quit [Write error: Connection reset by peer]
zyd has joined #commonlisp
payphone has joined #commonlisp
paulapatience_ has joined #commonlisp
morganw_ has joined #commonlisp
shunter_ has joined #commonlisp
ggb_ has joined #commonlisp
whereiseveryone has joined #commonlisp
pvac_ has joined #commonlisp
mhcat_ has joined #commonlisp
mcoll has joined #commonlisp
artyn_ has joined #commonlisp
Schnouki_ has joined #commonlisp
brettgilio_ has joined #commonlisp
shunter_ is now known as shunter
morganw_ is now known as morganw
pestctrl has joined #commonlisp
slondr_ has joined #commonlisp
sherbert_ has joined #commonlisp
theothornhill_ has joined #commonlisp
theesm_ has joined #commonlisp
jmbr_ has joined #commonlisp
jonlevin_ has joined #commonlisp
nytpu_ has joined #commonlisp
alethkit has joined #commonlisp
cpli_ has joined #commonlisp
sm2n_ has joined #commonlisp
srhm_ has joined #commonlisp
rselim_ has joined #commonlisp
youthpastor has quit [Read error: Connection reset by peer]
paulapatience_ is now known as paulapatience
bubblegum has quit [Ping timeout: 245 seconds]
theothornhill_ is now known as theothornhill
jmbr_ is now known as jmbr
nytpu_ is now known as nytpu
pvac_ is now known as pvac
sherbert_ is now known as sherbert
Lord_Nightmare has quit [Quit: ZNC - http://znc.in]
szkl has quit [Read error: Connection reset by peer]
Schnouki_ is now known as Schnouki
youthpastor has joined #commonlisp
mhcat_ is now known as mhcat
slondr_ is now known as slondr
jonlevin_ is now known as jonlevin
artyn_ is now known as artyn
Lord_Nightmare has joined #commonlisp
shka has quit [Remote host closed the connection]
szkl has joined #commonlisp
ggb_ is now known as ggb
theesm_ is now known as theesm
snits has quit [Quit: No Ping reply in 180 seconds.]
shka has joined #commonlisp
rselim_ is now known as rselim
gilberth has quit [Ping timeout: 245 seconds]
Lord_of_Life_ has joined #commonlisp
cpli_ is now known as cpli
srhm_ is now known as srhm
Lord_of_Life has quit [Ping timeout: 245 seconds]
notzmv has quit [Ping timeout: 245 seconds]
brettgilio_ is now known as brettgilio
semarie has quit [Ping timeout: 245 seconds]
cimento has quit [Ping timeout: 245 seconds]
alfplayer has quit [Ping timeout: 245 seconds]
snits has joined #commonlisp
Lycurgus has quit [Ping timeout: 245 seconds]
cimento has joined #commonlisp
sm2n_ is now known as sm2n
Lycurgus has joined #commonlisp
Lord_of_Life_ is now known as Lord_of_Life
notzmv has joined #commonlisp
semarie has joined #commonlisp
cladur has quit [Ping timeout: 256 seconds]
X-Scale has joined #commonlisp
khrbtxyz has quit [Ping timeout: 256 seconds]
cladur has joined #commonlisp
dnhester26 has joined #commonlisp
cladur has quit [Ping timeout: 245 seconds]
dnhester26 has quit [Ping timeout: 246 seconds]
khrbtxyz has joined #commonlisp
dnhester26 has joined #commonlisp
zaymington has quit [Remote host closed the connection]
bubblegum has joined #commonlisp
zaymington has joined #commonlisp
danse-nr3 has quit [Read error: Connection reset by peer]
olnw has left #commonlisp [#commonlisp]
danse-nr3 has joined #commonlisp
delyan_ has quit [Quit: Connection closed for inactivity]
cladur has joined #commonlisp
danse-nr3 has quit [Ping timeout: 264 seconds]
decweb has joined #commonlisp
myclm__ has joined #commonlisp
<myclm__> hello, one question regarding practical common lisp. peter seibl uses later in the projects classes (e.g. in the database, to create the columns) is this then still considered functional programming or would this then already swap over into object oriented programming?
cladur has quit [Ping timeout: 256 seconds]
<bike> "later"?
<hayley> The distinction isn't that clear, nor are those disjoint options.
igemnace has quit [Read error: Connection reset by peer]
<aeth> as a rule of thumb, look for a SETF or INCF to see if it's functional programming or not
Josh_2 has joined #commonlisp
<Josh_2> Hi hi :sunglasses:
aeth has quit [Quit: ...]
<beach> myclm__: Modern Common Lisp code uses the object system (CLOS) a lot. There is not much emphasis on function programming in Common Lisp.
lucasta has joined #commonlisp
<myclm__> i meant later as in not the beginning of the book but in the chapters 26, 27, 28 etc. so relatively at the end of the book
<myclm__> alright i will check then for the setf and incf, thank you!
cladur has joined #commonlisp
<beach> myclm__: Why would you do that? Are you saying you want to practice functional programming in Common Lisp?
herjazz has quit [Quit: leaving]
dino_tutter has quit [Ping timeout: 260 seconds]
cladur has quit [Ping timeout: 252 seconds]
igemnace has joined #commonlisp
myclm__ has quit [Ping timeout: 240 seconds]
danse-nr3 has joined #commonlisp
myclm__ has joined #commonlisp
<myclm__> well yes i want to learn functional programming, that is why i took a module at my uni and now i make a project in common lisp all of this is under the module name functional programming
<myclm__> i was under the impression, that cl=functional programming, a misconception that i now do not have anymore, however i still, or even more now, struggle to understand how to exactly distinguish funcprog from oop
<hayley> Universities as a rule of thumb suck at teaching Common Lisp (no offense intended to the non-sucky ones).
<myclm__> funny for a language that is largely considered academic :D
cladur has joined #commonlisp
<beach> myclm__: Oh wow!
<hayley> As a rule of your other thumb you will have difficulty in finding definitions of "object oriented programming" and "functional programming" that other people share.
<hayley> myclm__: Case and point.
<beach> myclm__: Common Lisp is a very industrial language in my opinion. Academia would be more into pure function languages like ML and Haskell.
<hayley> s/and/in/
<hayley> beach: There's many industrial users of ML. For example, Jane Street, Jane Street and also Jane Street.
<beach> hayley: Did I say the contrary?
<myclm__> hm well idk i am now on the lisp train and i really also want to learn it privately :) so i will go on
<beach> myclm__: Functional programming is pretty much defined as programming without side effects and instead based on applying functions to compute objects from other objects.
<hayley> beach: I got the impression you thought as much by distinguishing between industrial and academic languages.
<hayley> (I don't remember if stylewarning is using Coalton in production yet.)
<beach> hayley: I said Common Lisp is industrial and I said academia prefers ML and Haskell, but I didn't say anything about industry and ML and Haskell.
<hayley> Okay. Never mind my statement then.
cladur has quit [Ping timeout: 245 seconds]
<hayley> It appears the university I briefly attended in 2020 dropped any mention of teaching LISP [sic] and PROLOG [sic] in the description of the AI course in 2024.
yitzi has quit [Ping timeout: 260 seconds]
yitzi has joined #commonlisp
<myclm__> but what exactly is meant by saying it has no side effects?
<hayley> I'm undecided on if the bullshit asymmetry principle means that bad Lisp education is worse than no education, but I am unqualified to decide that.
Kyuvi has joined #commonlisp
<hayley> It means that there is no non-local change in state. A pure function does not modify its arguments or any other objects, nor does it access the outside world in any way.
<beach> myclm__: A side effect is something that changes the state of the environment, like updating a variable or a slot in an object.
<Josh_2> CL can be written like that
cimento has quit [Ping timeout: 256 seconds]
<beach> Josh_2: Did we say the contrary?
<hayley> (There is a case that modifying objects which no other code can possibly observe is still pure; Haskell makes this explicit with the runST function.)
<Josh_2> No, did I say you did
<beach> No, but I wanted to check.
<beach> myclm__: You will often find a functional programming style in Common Lisp macro definitions.
<Josh_2> :thumbsup: /quit
<Josh_2> oops
Josh_2 has quit [Quit: Gotta go fast!]
<edgar-rft> myclm__: What I personally like best on Common Lisp is that the language itself doesn't force me to use a specific programming paradigm. I can mix imperative, functional, OOP and whatever programming style I want in the same program.
<edgar-rft> Whether mixing up everything makes sense is a different question but Common Lisp allows me to do that, so that I can always choose the programming style that fits best to my problem.
<myclm__> ah okok yes that makes sense :) thanks!
cladur has joined #commonlisp
kevingal has joined #commonlisp
cladur has quit [Ping timeout: 252 seconds]
X-Scale has quit [Quit: Client closed]
koditals has joined #commonlisp
zxcvz has joined #commonlisp
cladur has joined #commonlisp
zxcvz has quit [Remote host closed the connection]
cladur has quit [Ping timeout: 245 seconds]
seveno4 has quit [Quit: Leaving]
zaemington has joined #commonlisp
meritamen has joined #commonlisp
cladur has joined #commonlisp
zaymington has quit [Ping timeout: 245 seconds]
lucasta has quit [Quit: Leaving]
dino_tutter has joined #commonlisp
cimento has joined #commonlisp
josrr has joined #commonlisp
cladur has quit [Ping timeout: 256 seconds]
danse-nr3 has quit [Remote host closed the connection]
Josh_2 has joined #commonlisp
cladur has joined #commonlisp
danse-nr3 has joined #commonlisp
<Josh_2> hnng
<Josh_2> The archive file "zpb-ttf-c8fca642f4c39607264a79cbbe34b91e1d470a03.tgz" for "zpb-ttf" is the wrong size: expected 55,410, got 55,413 [Condition of type QL-DIST:BADLY-SIZED-LOCAL-ARCHIVE] when updating quicklisp dists
<Josh_2> This is Shinmera dist, has anyone else had this problem?
<Shinmera> have you tried redownloading?
<Josh_2> I tried
<Shinmera> hmmm
<Josh_2> Yep
<Shinmera> guess my redist library is broken or something \o/
cladur has quit [Ping timeout: 268 seconds]
<Shinmera> I'm afraid I don't have any quick fix
<Josh_2> Not a problem :thumbsup: I can skip
<Shinmera> it's odd that it would be off. hrm.
danse-nr3 has quit [Remote host closed the connection]
danse-nr3 has joined #commonlisp
cimento has quit [Quit: WeeChat 4.1.2]
<iska> besides syntax, what's the difference between LET and PROGV?
dino_tutter has quit [Ping timeout: 252 seconds]
<bike> progv only does special bindings, and it works on computed symbols instead of static.
<bike> also you can use progv to make variables have no value, which you can't do with let.
myclm__ has quit [Ping timeout: 252 seconds]
cladur has joined #commonlisp
<iska> computed symbols, so it's useful for macros?
jon_atack has joined #commonlisp
<Josh_2> You can use progv to create special bindings at runtime
jonatack has quit [Read error: Connection reset by peer]
<bike> in a macro you can just expand into let.
<bike> progv lets you compute the symbols at runtime. it is very occasionally useful since most of the time you don't really need to do that. i've only used it when writing interpreters, which is what the description says if i remember correctly.
<beach> iska: What bike means about "computed symbols" is that they are not necessarily physically present in the source code, but can be the result of some arbitrary computation.
<iska> ahhh
<iska> what's about special symbols though? is there a difference between that and doing a (declare (special var)) inside a let body?
cladur has quit [Ping timeout: 252 seconds]
<bike> I don't think you're quite understanding.
Cymew has quit [Ping timeout: 260 seconds]
<bike> You can do, like, (progv (list (read)) (list nil) whatever-code) and bind a symbol read in at runtime to nil.
myclm__ has joined #commonlisp
<beach> iska: Such a declaration will make the variable special, just like with PROGV, sure.
<bike> this is not something you can do with let. the variables bound by a let are part of the source code.
<iska> ahhhh
<iska> thank you :)
<beach> bike: I never understood that reference until I just now gave it some more thought.
<beach> ... the one about writing interpreters, I mean.
<bike> (where the aspect argument is a variable name)
gilberth has joined #commonlisp
<beach> Right. It was the "embedded in Lisp" that made me not understand.
<beach> But if you write an interpreter for Common Lisp in the system in which it must run, then I see it.
myclm__ has quit [Ping timeout: 252 seconds]
cladur has joined #commonlisp
<iska> a common lisp interpreter written in common lisp, that made me chuckle
<beach> Why?
<beach> That would be quite normal.
traidare has quit [Ping timeout: 260 seconds]
<iska> it sounds like eval with extra steps, but I bet you can use it as a compilation target for other languages
kevingal_ has joined #commonlisp
<beach> "extra steps"?
<beach> Eval can be implemented as an interpreter. Or as a compiler.
<beach> In fact, SBCL gives you a choice. The default is the latter.
cage has quit [Quit: rcirc on GNU Emacs 29.1]
cladur has quit [Ping timeout: 264 seconds]
epony has quit [Remote host closed the connection]
epony has joined #commonlisp
<bike> the embedded part is important. if you're interpreting something that has special bindings, but the special bindings are totally separate from host lisp bindings, you don't need any progv
<kevingal_> Has anyone worked on video encoding with CL? I was thinking of making a wrapper for a video encoding library, don't wanna duplicate someone else's efforts.
<bike> that's actually what the m:progv thing does in maclina. if it's the "native" client it uses cl:progv. if it's the "cross" client it doesn't, and instead just sets up a dynamic environment structure
<Josh_2> kevingal_: Yes
<Josh_2> Using ffmpeg
<Josh_2> But I use uiop:run-program to call ffmpeg
<Josh_2> Rather than an FFI
<kevingal_> That's the other approach I was thinking of, do you pipe your video data to ffmpeg?
<kevingal_> Would you mind sharing your program, if it's available?
<Josh_2> I am using it for transcoding
beach` has joined #commonlisp
beach has quit [Ping timeout: 256 seconds]
cladur has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
<Josh_2> I've used that to convert thousands of videos into different formats... and back :(
beach` has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
beach has joined #commonlisp
<kevingal_> Cool, thanks Josh_2!
cladur has quit [Ping timeout: 252 seconds]
<Josh_2> Need more widespread support for av1 :(
azimut_ has quit [Ping timeout: 240 seconds]
triffid has quit [Ping timeout: 240 seconds]
gxt has quit [Ping timeout: 240 seconds]
bendersteed has quit [Quit: bendersteed]
azimut has joined #commonlisp
gxt has joined #commonlisp
cladur has joined #commonlisp
bjorkintosh has joined #commonlisp
bjorkintosh has quit [Changing host]
bjorkintosh has joined #commonlisp
myclm__ has joined #commonlisp
cladur has quit [Ping timeout: 256 seconds]
varjag has quit [Quit: ERC (IRC client for Emacs 27.1)]
triffid has joined #commonlisp
myclm__ has quit [Ping timeout: 276 seconds]
dnhester26 has quit [Read error: Connection reset by peer]
cladur has joined #commonlisp
danse-nr3 has quit [Ping timeout: 245 seconds]
ym has quit [Ping timeout: 252 seconds]
<Josh_2> I am trying to quickload 40ants-doc-full and I'm getting package-locked-error for serapeum
<Josh_2> *ignores all*
cladur has quit [Ping timeout: 246 seconds]
<Josh_2> Well I'm sure that wont be a problem in the future :joy:
dino_tutter has joined #commonlisp
jon_atack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
traidare has joined #commonlisp
koditals_ has joined #commonlisp
koditals has quit [Ping timeout: 252 seconds]
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
dnhester26 has joined #commonlisp
cladur has joined #commonlisp
<lispmacs[work]> Hi. So, studying the spec, I figured out that I can make a pane that is a subclass of clim-stream-pane, with the idea of having that be the pane that processes characters inputted by the user. And I see the input stream functions available like stream-read-char. A part I'm still fuzzy on is where I would call stream-read-char from. My understanding is that I don't need to re-implement handle-event because clim-strea
<lispmacs[work]> m-pane provides that already. Would I call it from some kind of application or pane updating loop, or...?
<beach> Maybe ask in #clim?
<lispmacs[work]> oh, drat, thought I was in #clim
<lispmacs[work]> copy and paste complete
<lispmacs[work]> or, yank or whatever it is called
myclm__ has joined #commonlisp
meritamen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cladur has quit [Ping timeout: 264 seconds]
dnhester26 has quit [Remote host closed the connection]
dnhester26 has joined #commonlisp
myclm__ has quit [Ping timeout: 240 seconds]
kztx has quit [Quit: nyaa~]
tyson2 has joined #commonlisp
thuna` has joined #commonlisp
srji has joined #commonlisp
<srji> is there a special trick to load bt2 for sbcl-2.3.11 ?
notzmv has quit [Ping timeout: 256 seconds]
jrm has quit [Ping timeout: 240 seconds]
eddof13 has joined #commonlisp
notzmv has joined #commonlisp
Pixel_Outlaw has joined #commonlisp
koditals_ has quit [Read error: Connection reset by peer]
kevingal has quit [Ping timeout: 245 seconds]
kevingal_ has quit [Ping timeout: 264 seconds]
rainthree has quit [Read error: Connection reset by peer]
rainthree has joined #commonlisp
madnificent has quit [Remote host closed the connection]
<srji> nevermind, had an older version installed
dajole has joined #commonlisp
earl-ducaine has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
NotThatRPG has joined #commonlisp
eddof13 has quit [Ping timeout: 256 seconds]
srji has quit [Quit: Lost terminal]
myclm__ has joined #commonlisp
szkl has quit [Quit: Connection closed for inactivity]
Jach has quit [Ping timeout: 240 seconds]
Jach has joined #commonlisp
Inline has quit [Ping timeout: 252 seconds]
eddof13 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
eddof13 has quit [Quit: eddof13]
aeth has joined #commonlisp
Inline has joined #commonlisp
eddof13 has joined #commonlisp
igemnace has quit [Quit: WeeChat 4.1.2]
cladur has joined #commonlisp
cladur has quit [Remote host closed the connection]
eddof13 has quit [Quit: eddof13]
eddof13 has joined #commonlisp
pfdietz has joined #commonlisp
jrx has joined #commonlisp
yottabyte has quit [Quit: Connection closed for inactivity]
dnhester26 has quit [Remote host closed the connection]
cladur has joined #commonlisp
eddof13 has quit [Quit: eddof13]
jrx has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.1.90)]
eddof13 has joined #commonlisp
tyson2 has joined #commonlisp
rainthree has quit [Ping timeout: 246 seconds]
jmdaemon has joined #commonlisp
bubblegum has quit [Ping timeout: 245 seconds]
cladur_ has joined #commonlisp
eddof13 has quit [Quit: eddof13]
cladur has quit [Ping timeout: 246 seconds]
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
eddof13 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
eddof13 has quit [Client Quit]
bubblegum has joined #commonlisp
mgl has quit [Ping timeout: 252 seconds]
tyson2 has joined #commonlisp
_cymew_ has quit [Ping timeout: 260 seconds]
waleee has joined #commonlisp
myclm__ has quit [Quit: Leaving]
markb1 has quit [Ping timeout: 260 seconds]
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
akoana has joined #commonlisp
markb1 has joined #commonlisp
eddof13 has joined #commonlisp
eddof13 has quit [Client Quit]
pve has quit [Quit: leaving]
eddof13 has joined #commonlisp
bubblegum has quit [Ping timeout: 245 seconds]
tyson2 has quit [Remote host closed the connection]
mgl has joined #commonlisp
eddof13 has quit [Quit: eddof13]
eddof13 has joined #commonlisp
robin has joined #commonlisp
yitzi has quit [Remote host closed the connection]
mgl has quit [Ping timeout: 268 seconds]
jladd- has joined #commonlisp
jladd has quit [Ping timeout: 260 seconds]
robin has quit [Quit: Leaving]
robin has joined #commonlisp
pranavats has left #commonlisp [Disconnected: Replaced by new connection]
pranavats has joined #commonlisp
dnhester26 has joined #commonlisp
josrr has quit []
dnhester26 has quit []
josrr has joined #commonlisp
attila_lendvai has quit [Ping timeout: 255 seconds]
mgl has joined #commonlisp
notzmv has quit [Ping timeout: 268 seconds]
mgl has quit [Ping timeout: 252 seconds]
<jmercouris> are there any deterministic Lisp compilers?
<jmercouris> or do I have to always manipulate the environment by faking the time, etc
<jmercouris> in other words, if I were to save a Lisp image twice on one machine, with the same compiler, would the bits ever be the same?
cladur has joined #commonlisp
bubblegum has joined #commonlisp
pranavats has left #commonlisp [Disconnected: Replaced by new connection]
pranavats has joined #commonlisp
cladur_ has quit [Ping timeout: 245 seconds]
cladur has quit [Read error: Connection reset by peer]
cladur has joined #commonlisp
jrm has joined #commonlisp
<Inline> no
<Inline> if you want the bits to be the same you'd have to just copy the image
<Inline> even in that case it won't 100% the same
Inline has quit [Quit: Leaving]
<mfiano> Actually it's not defined by the standard. An implementation may be deterministic, or at least I'm not aware of anything preventing such, but typically saving an image is just dumping the heap memory to disk with a small segment to load it.
<mfiano> So, it depends on your OS, too.
Inline has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
kevingal has joined #commonlisp
kevingal_ has joined #commonlisp
eddof13 has quit [Quit: eddof13]
eddof13 has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
hayley_ has joined #commonlisp
bubblegum has joined #commonlisp
hayley has quit [Ping timeout: 260 seconds]
notzmv has joined #commonlisp
chomwitt has quit [Ping timeout: 246 seconds]
traidare has quit [Ping timeout: 252 seconds]
rgherdt_ has joined #commonlisp
rgherdt has quit [Remote host closed the connection]
rbcarleton has quit [Remote host closed the connection]
Lord_of_Life has quit [Ping timeout: 260 seconds]
m5zs7k has quit [Quit: m5zs7k]
m5zs7k has joined #commonlisp
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp
bubblegum has quit [Ping timeout: 256 seconds]
bubblegum has joined #commonlisp
eddof13 has quit [Quit: eddof13]
eddof13 has joined #commonlisp
bubblegum has quit [Ping timeout: 255 seconds]
dino_tutter has quit [Ping timeout: 245 seconds]
bubblegum has joined #commonlisp
enzuru has quit [Quit: ZNC 1.8.2 - https://znc.in]
enzuru has joined #commonlisp
eddof13 has quit [Quit: eddof13]
bubblegum has quit [Read error: Connection reset by peer]
bubblegum has joined #commonlisp