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/>
Mandus has quit [Server closed connection]
Mandus has joined #commonlisp
pieguy128 has quit [Quit: ZNC 1.8.2 - https://znc.in]
pieguy128 has joined #commonlisp
tyson2 has joined #commonlisp
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
Noisytoot has joined #commonlisp
alcor has quit [Read error: Connection reset by peer]
karlosz has quit [Quit: karlosz]
random-nick has quit [Ping timeout: 240 seconds]
dcb has quit [Ping timeout: 240 seconds]
dcb has joined #commonlisp
Oladon has quit [Quit: Leaving.]
jdz has quit [Server closed connection]
jdz has joined #commonlisp
jonatack1 has quit [Ping timeout: 240 seconds]
bilegeek has quit [Quit: Leaving]
jonatack1 has joined #commonlisp
jonatack1 has quit [Ping timeout: 240 seconds]
jonatack2 has joined #commonlisp
Andrew has quit [Killed (lithium.libera.chat (Nickname regained by services))]
AndrewYu has joined #commonlisp
dcb has quit [Quit: MSN Messenger 3.8]
fuwatou has joined #commonlisp
edgar-rft has quit [Quit: Leaving]
bitmapper has quit [Quit: Connection closed for inactivity]
luis has quit [Quit: The Lounge - https://thelounge.chat]
tyson2 has quit [Remote host closed the connection]
luis has joined #commonlisp
fuwatou has quit [Remote host closed the connection]
fuwatou has joined #commonlisp
samedi has quit [Quit: Leaving]
azimut has quit [Remote host closed the connection]
azimut has joined #commonlisp
hernan has quit [Server closed connection]
hernan has joined #commonlisp
Oladon has joined #commonlisp
marzhmallow has quit [Server closed connection]
marzhmallow has joined #commonlisp
fuwatou has quit [Ping timeout: 252 seconds]
azimut has quit [Ping timeout: 240 seconds]
nyx_land has quit [Server closed connection]
nyx_land has joined #commonlisp
occ has quit [Ping timeout: 260 seconds]
kevingal has joined #commonlisp
occ has joined #commonlisp
kurfen has quit [Server closed connection]
kurfen has joined #commonlisp
occ has quit [Ping timeout: 258 seconds]
occ has joined #commonlisp
mmk2410 has quit [Server closed connection]
mmk2410 has joined #commonlisp
jobhdez has joined #commonlisp
<jobhdez> what type of garbage collector does SBCL have? is it still a generational garbage collector? i think someone implemented a new one recently though - a concurrent one
chrcav has quit [Ping timeout: 240 seconds]
<contrapunctus> jobhdez: hayley's working on a parallel (not concurrent) GC, as far as I know
chrcav has joined #commonlisp
<beach> Apparently, both hayley and Katzman are each working on a new garbage collector for SBCL.
<beach> The one by Katzman is said to be "pauseless".
<hayley> SBCL has a single-threaded generational copying garbage collector. I've made a parallel generational mostly-non-moving garbage collector, and Doug Katzman reported that he is implementing a non-moving pauseless non-generational garbage collector.
ello has joined #commonlisp
<aeth> pauseless as in RT?
<aeth> real-time
<aeth> oh no
ello has quit [Remote host closed the connection]
<aeth> parallel + pauseless is basically what you want for, say, games
<aeth> parallel or pauseless pick one before booting is...
<aeth> oh no
<hayley> aeth: Pauseless as in the GC does not have to stop all threads at once.
<aeth> (games or really anything UI-oriented instead of batch-oriented... just games tend to use more CPU)
phileasfogg has quit [Server closed connection]
phileasfogg has joined #commonlisp
<hayley> I suspect there's an interesting throughput hit though.
<aeth> yes
<aeth> afaik the GC tradeoff is do you want to be overall faster (e.g. take 5 minutes to do a task vs 5.1 minutes or whatever) or do you want no pauses in I/O that the user can notice
<aeth> I am not an expert, though
<hayley> More or less. But the gap between the pauseless collector and a sequential version is about 12%, and I witnessed non-generational GC being quite a bit slower too (without hard numbers).
<aeth> well, I hesitated to make up numbers, but the way to get the right answer on the internet is to give the wrong answer
<aeth> so 5 minutes vs 5.6 minutes (5 minutes 36 seconds)
jobhdez has quit [Ping timeout: 246 seconds]
<hayley> I'm also waiting to get results on how much (incremental) compaction affects things.
<hayley> There's certainly a difference; on my desktop the non-moving GC takes 12.6 seconds to run Regrind in a 1 GB heap, wheres the incrementally compacting GC takes 12.1 seconds. I'm sure the ,(/ (- 12.6 12.1) 12.6) % speedup is that crucial to your video games.
<ixelp> (/ (- 12.6 12.1) 12.6) => 0.039682537
<hayley> Eh, that's not a percentage.
<hayley> And that's with single-threaded GC in both cases; with four threads the results are 10.9 and 10.8 seconds respectively.
msavoritias has joined #commonlisp
rainthree has joined #commonlisp
igemnace has quit [Remote host closed the connection]
rainthree has quit [Ping timeout: 240 seconds]
eta has quit [Server closed connection]
eta has joined #commonlisp
parjanya has quit [Remote host closed the connection]
lottaquestions_ has joined #commonlisp
rgherdt has joined #commonlisp
Oladon has quit [Quit: Leaving.]
lottaquestions has quit [Ping timeout: 265 seconds]
lottaquestions_ has quit [Client Quit]
lottaquestions_ has joined #commonlisp
Gleefre has joined #commonlisp
_death has quit [Server closed connection]
adeht has joined #commonlisp
conjunctive has quit [Server closed connection]
conjunctive has joined #commonlisp
pve has joined #commonlisp
dtman34 has joined #commonlisp
fe[nl]ix has quit [Ping timeout: 240 seconds]
dtman34 has quit [Ping timeout: 260 seconds]
dtman34_ has joined #commonlisp
fe[nl]ix has joined #commonlisp
edgar-rft has joined #commonlisp
sernamar has joined #commonlisp
dtman34 has joined #commonlisp
dtman34_ has quit [Ping timeout: 240 seconds]
sernamar has quit [Ping timeout: 240 seconds]
occ has quit [Ping timeout: 240 seconds]
habamax has quit [Quit: ERC 5.4 (IRC client for GNU Emacs 28.2)]
dtman34 has quit [Ping timeout: 260 seconds]
dtman34_ has joined #commonlisp
Gleefre has quit [Ping timeout: 246 seconds]
Gleefre has joined #commonlisp
karlosz has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 240 seconds]
Lord_of_Life has joined #commonlisp
dino_tutter has joined #commonlisp
occ has joined #commonlisp
mgl has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
AndrewYu is now known as Andrew
kevingal has quit [Ping timeout: 240 seconds]
tyson2 has joined #commonlisp
random-nick has joined #commonlisp
msavoritias has quit [Remote host closed the connection]
occ has quit [Ping timeout: 260 seconds]
Nilby has joined #commonlisp
Josh_2 has joined #commonlisp
<Josh_2> Hey :trumpet:
<Josh_2> Has anyone here tried copilot with common lisp?
dino_tutter has quit [Ping timeout: 240 seconds]
waleee has joined #commonlisp
zxcvz has joined #commonlisp
zxcvz has quit [Client Quit]
yottabyte has quit [Server closed connection]
yottabyte has joined #commonlisp
<pkal> who is trumpet?
<Josh_2> Whoever
amb007 has quit [Ping timeout: 240 seconds]
amb007 has joined #commonlisp
chrcav has quit [Ping timeout: 252 seconds]
chrcav has joined #commonlisp
jonatack3 has joined #commonlisp
ec has quit [Ping timeout: 240 seconds]
ec has joined #commonlisp
jonatack2 has quit [Ping timeout: 240 seconds]
azimut has joined #commonlisp
<pjb> Josh_2: I use it with any language.
<pjb> including CL.
<Josh_2> How do you find it?
<pjb> it's about the same with all languages. It's a kind of auto-complete. Sometimes it works ok, sometimes it's wrong.
<pjb> It depends if you're coding something already done, or something new.
<Josh_2> I got that impression
<Josh_2> Have you tried using it to write tests?
<pjb> Not specifically copilot. I tried chatgpt on tests, but it's basically unusable, because they don't reason, and they don't understand the specifications.
<pjb> But you can use them to help you write them yourself.
<pjb> For example, I wrote a little access rights module, where the database was abstracted away: the client provides the database. So to test it, I wrote a little in RAM database, and of course, the test must first test it, then test the access rights module. But they cannot make the difference and are completely puzzled by this.
<pjb> You know how autocomplete on your phone is constantly trying to substitute what you type with its own words. Same with copilot or chatgpt. When they find a good completion, it's ok, but often it's not and you have to write it yourself.
JoshYoshi has joined #commonlisp
Josh_2 has quit [Ping timeout: 240 seconds]
<Nilby> pusillanimous (probe-file "") ⇒ NIL
<Nilby> I should have learnt long ago to never use anything from CLHS chap 19 & 20
dcb has joined #commonlisp
<jcowan> Nilby: What OS are you using?
<Nilby> It seems it can work that way on all of '(linux bsd macos windows)
<Nilby> jcowan: It seems I'm always using multiple OS's
<jcowan> Hmm. I would expect "" to refer to the working directory on general principles.
<jcowan> Windows of course is sui generis, and MacOS has all these strange unPosix restrictions.
<Nilby> It usually does.
<jcowan> This is SBCL?
<Nilby> Yes
<Nilby> Unfortunately the 3 most popular are all "sui generis"
<pjb> Nilby: 1- use clisp, it's the best implementation.
<Nilby> wow, clisp's pedanticness wins again
<pjb> Nilby: 2- if you accept the extensions provided by the other implementation (probe-file "") is not bad. The pathname is merged with *default-pathname-defaults* which COULD be a file pathname anyways, as specified by the standard, and then it's probed, returning nil or true as specified.
<pjb> So I don't know what you're complaining about. Really.
<pjb> jcowan: not the working directory, but *default-pathname-defaults*, which could be a file pathname.
<Nilby> In my replacements (file-exists-p "") is (constantly nil) and a better working equivalent of (probe-file "") is (file-exists-p (current-directory)) which could return nil, specificly in the case I have where the current directory is deleted.
<pjb> Nilby: (let ((*default-pathname-defaults* #P"/etc/passwd")) (probe-file "")) #| --> #P"/private/etc/passwd" |#
<pjb> does you file-exist-p return something positive in this case? It should!
<pjb> file-exist-p should signal an error if given a directory pathname.
<pjb> try directory-exist-p in that case…
<Nilby> no, because I think the whole *default-pathname-defaults* is terrible too
<Nilby> pjb: I guess my main complaint is just that (probe-file "") => NIL is counter intuitive, so that one can't use it safely without other tests
<Nilby> Imagine an program where I could get it to leak internal filesystem information by providing an empty string.
msavoritias has joined #commonlisp
<pjb> It just says that if you do (open "") it will signal an error.
<pjb> (let ((*default-pathname-defaults* #P"/etc/passwd")) (if (probe-file "") (open "") 'nope)) #| --> #<sb-sys:fd-stream for "file /etc/passwd" {10047C4E83}> |#
<pjb> You definitely want it to work as it does.
<Nilby> yes, I also wish (open "") would always be an error
<pjb> #+sbcl (let ((*default-pathname-defaults* #P"/etc/")) (if (probe-file "") (open "") 'nope)) #| --> #<sb-sys:fd-stream for "file /etc" {10047E9853}> |#
<pjb> #+ccl (let ((*default-pathname-defaults* #P"/etc/")) (if (probe-file "") (open "") 'nope)) #| ERROR: Is a directory : "" |#
<pjb> #+ccl (let ((*default-pathname-defaults* #P"/etc/")) (if (probe-file "") 'yep 'nope)) #| --> yep |#
<pjb> you could post an issue to ccl and other implementations behaving like it.
<pjb> But at least, sbcl is consistent.
<Nilby> Sorry, for complaining. I'm used theses problems and have fine workarounds. This whole thing just bit me today in old code where I actually used probe-file.
<pjb> Now, what you can read from a directory file, we may wonder.
<pjb> Don't use "" as a namestring, and manage your *default-pathname-defaults*.
<pjb> And don't pass a non-file pathname to probe-file or open.
<Nilby> Basically, passing a string to ANY CL thing that takes pathname-designators is trouble.
<pjb> Well, it could be a logical pathname namestring.
<pjb> "HOST:DIR;FILE.TYPE" ; note the uppercase!
<Nilby> I wish I could manage it by (makunbound '*default-pathname-defaults*)
<pjb> (setf *default-pathname-defaults* (user-homedir-pathname)) is a good solution.
<pjb> (setf *default-pathname-defaults* #P"") too, if the implementation uses cwd as default default.
<Nilby> that *default-pathname-defaults* can be sync with the OS is bad enough, but the implementation variance makes useless to me
<kreuter> All of this is largely quirks of evolution. AFAICT, the people who created CL and ANSI CL more or less envisioned that implementations would offer extensions that were more comprehensive and/or idiomatic for individual operating systems, and that need not involve the pathnames system involved. That hasn't much happened, however.
<Nilby> In some way I feels *default-pathname-defaults* was envisioning something like a portable $XDG_DATA_DIRS, "\AppData\Local" etc, but it can't work that way in stuck in the past without change
<kreuter> s/involved//
<Nilby> I like the concept of portable universal file systems interface that CL was going for.k It just the current
<Nilby> way is impractical
igemnace has joined #commonlisp
occ has joined #commonlisp
<kreuter> Well, depending on what the scope of each of "portable", "universal", and "file system" are meant to be, there might not be much in the intersection. :-)
<Nilby> Right now it seems we're blessed/cursed with only two types of file names posix and windows, (if you don't count URLS which try to be a similar universal thing)
occ has quit [Ping timeout: 240 seconds]
<Nilby> I mean it's cool that CL could still do VMS, Genera, ITS, names, but sadly there's posix file names it has trouble with.
* Nilby apologizes for bringing up this issue again.
<kreuter> Would you entertain the possibility of a CL that could interact with a "local" posix or windows and also the S3 protocol, unifying the naming problems under a pathnames model?
saturn2 has quit [Read error: Connection reset by peer]
<Nilby> Sure. That would be great.
occ has joined #commonlisp
<Nilby> Windows pathnames are insane though and include ipv6 addresses.
<Shinmera> To which gods do I have to pray to get a jpeg-xl implementation (that also isn't as doggone slow as cl-jpeg)
<Nilby> Shinmera: I think you're the closest to our Fabrice Bellard of Common Lisp
<Shinmera> I am absolute trash at implementing mathematical algorithms
<Shinmera> So I do not think that comparison is apt at all
<Shinmera> All I'm good at is tediously translating C code into Lisp, or tediously writing bindings to a C library.
<Nilby> I started on a new jpeg library, which you'd think I could do because I wrote one in C, but now I start to fall asleep whenever I read a jpeg spec.
<kreuter> So suppose you wanted a program to work "equivalently" (for some definition of "equivalent") across local posix/windows and S3. Everybody knows that to for a program on POSIX or Win32, a name like "abc" refers to something according to the process's cwd, so you want your program to be able to accept and do something useful with the name "abc" across posix/windows and S3. Well, S3 doesn't have any intrinsic notion of a "cwd"; i
<kreuter> to refer to an S3 object, you have to spell out a "whole" name for it at some layer in your stack. What should, say, OPEN do with (make-pathname :host "S3" :name "abc")?
<Shinmera> Nilby: maybe jpeg-xl will provide the needed amount of freshness, then ;)
occ has quit [Ping timeout: 260 seconds]
<Nilby> i really don't understand the more mathy parts, but i like zig zags and cosines, but my CL code is always very slow :(
<Shinmera> ah :1
<Shinmera> :(
<Shinmera> I'd probably try to take inspiration from |3b|'s code like 3bz
occ has joined #commonlisp
<Shinmera> I had to switch to cl-jpeg-turbo, which relies on a C lib, because cl-jpeg made up like 90% of the load times.
<Nilby> Shinmera: Nice. I notice you've be making a lot of cool 3d file formats.
<Nilby> yes cl-jpeg is heckin slow
<Nilby> even though it look like translated from C
<Nilby> 3bz stuff has an amazing amount of declarations
<Shinmera> I've been looking more on the generative side with binary-structures and such, but that quickly hits limitations in what it can parse.
<Nilby> yeah, things like jpeg and especially other moving compression codecs seem very un-declaritive
<Shinmera> well, declarations are just the final step, really.
<pjb> Posix paths are octet vectors: #(47 101 116 99 47 112 97 115 115 119 100) |#
<pjb> You may want to work with them.
<Shinmera> first you have to design things to have single paths for each storage type you want to support
<Shinmera> so dispatch can be eliminated
<pjb> But if you want STRINGs, then there will always be some path that are not accessible from namestrings or pathnames.
<Nilby> i love my all CL image viewer, but it's the amazingly slow, (except for the parts 3b wrote of course). my dream is one day it'll be fast and format compatible
<kreuter> @pjb, Sure, though any implementation could adopt something like UTF-8b or Python's surrogateescape encoding to allow a 1-1 correspondence between all octet sequences and Lisp strings.
<Nilby> pjb: Yes, I especially want an octet filename type to eliminate encoding issues
* Nilby cheers for UTF-8b !
<pjb> You won't eliminate them. unix is agnostic on encoding of path. And various toolkits have their own interpretation, using different unicode normalisations etc. It's a mess and will remain a mess.
<pjb> Also, the POSIX API allows you to access different file systems mounted hierarchically, where different rules apply to different components of a single path!
<pjb> So if you mount a MS-Windows FS on a macOS FS on a unix FS on a MS-DOS FS, etc (and there are different FS of each OS), your unicode to octet mapping needs to change from one component to the other, with different normalisations, encoding, etc.
<pjb> A lot of fun could be have implementing a correct such system…
<Nilby> I think it's too much for me to consider different encoding for each path component. Worse, some things can be just encoded wrong.
<pjb> exactly!
<pjb> Notably, on unix systems, the encoding is user-dependent. each user specifies the locale he wants to use, so his own accents can translate differently to octets.
<pjb> The fun of multi-user unix (or linux) systems…
<Nilby> pjb: Sounds like you're all set to write us a new groovy universal lispy file system library.
<jackdaniel> groovyard-of-files
<jackdaniel> cl-*
bitmapper has joined #commonlisp
<kreuter> All those things are true, though IME rarer year by year. Anyhow, ISTM the main things are (a) that the correspondence between the Lispy layer and the outside world be information-preserving and (b) IWBNI the Lispy layer were "onto", i.e., every external name had a representation. ISTM an unavoidable fact that sometimes the Lisp representation will be ugly mojibake, however.
prokhor has quit [Remote host closed the connection]
<NotThatRPG> Nilby: Fare did a bunch of work in ASDF+UIOP to try to deal with the filesystems that we actually have, as opposed to the Burgess Shale (https://en.wikipedia.org/wiki/Burgess_Shale) level of diversity we had in the days when the ANSI CL spec was written
occ has quit [Read error: Connection reset by peer]
<NotThatRPG> Unfortunately, without support from the implementors, that requires a heroic level of engagement with implementation specific details that no one else has had to date.
<yitzi> Is there something that you need help with there? I can help with Clasp specific stuff.
tibfulv has quit [Remote host closed the connection]
<yitzi> NotThatRPG: ^
<Nilby> NotThatRPG: To me, the problem with that is that ASDF can't assume FFI, so it can't get it really right. I know it tries quite hard to work around all the implementations, but I it can be much simplified to just call OS API.
tibfulv has joined #commonlisp
<jackdaniel> Nilby: there is osicat that does the right thing on this department
<jackdaniel> (by using ffi n.b)
clone_of_saturn has joined #commonlisp
clone_of_saturn is now known as saturn2
<Nilby> jackdaniel: Sadly I can't use osicat because it requires C code and external library.
<jackdaniel> I'm sure that it would be easier to agree on something if there was a document discussing possible solutions. I remember Fare raised an issue with pathnames once against ecl (regarding symlinks), and that was promptly fixed
<jackdaniel> I don't think that writing wrappers with bunch of #-whatnot will solve anything (even more, it may solidify wrong behavior, because "changing it will break uiop" or something)
pl has quit [Server closed connection]
pl has joined #commonlisp
<Nilby> jackdaniel: I agree a document would be great and #-whatnot should be avoided.
<Nilby> I fear a standard FFI would have to be in place.
<Nilby> I started and experiment where CFFI loads without ASDF and a UIOP compatible library uses CFFI.
<Nilby> but that would throw my code even farther in outer space
<adeht> Nilby: what external library are you referring to?
adeht is now known as _death
<Nilby> _death: Am I wrong that it needs a libosicat to work? I haven't looked at it in a while.
<_death> is that not a library generated by the cffi grovel code?
jobhdez has joined #commonlisp
<Nilby> _death: oh, i guess it's just temporary then, but I can't grovel in first place since my environment is just lisp and an OS kernel
<jobhdez> hayley how was it like implementing the garbage collector for common lisp?
rtoy1 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
<_death> Nilby: I see.. unfortunately I take it the OS doesn't come with introspective capabilities that make grovel unnecessary..
shka has joined #commonlisp
<jackdaniel> Nilby: osicat needs grovel because different posix (or windows, I think osicat covers that too) systems vary in behavior
<jackdaniel> so to have a consistent interface you need to fix these things. similar to the idea behind fe[nl]ix's libfixposix I think
<Nilby> _death: I wish OS's had introspection, that wasn't just cat /proc/foo.
<_death> I remember there was osquery though I never used it
<Nilby> It's okay because I already have a library which has enough that I can write on linux and it sort of works on macos and windows.
shka has quit [Read error: Connection reset by peer]
ec has quit [Ping timeout: 240 seconds]
shka has joined #commonlisp
ec has joined #commonlisp
jobhdez has quit [Ping timeout: 246 seconds]
rtoy1 is now known as rtoy
amb007 has quit [Ping timeout: 240 seconds]
amb007 has joined #commonlisp
amb007 has quit [Ping timeout: 240 seconds]
amb007 has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
amb007 has quit [Ping timeout: 240 seconds]
amb007 has joined #commonlisp
jeffrey has joined #commonlisp
tyson2 has joined #commonlisp
rainthree has joined #commonlisp
avocadoist has quit [Remote host closed the connection]
azimut has quit [Ping timeout: 240 seconds]
JoshYoshi has quit [Ping timeout: 265 seconds]
avocadoist has joined #commonlisp
toastloop has joined #commonlisp
kevingal has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
dtman34_ has quit [Ping timeout: 260 seconds]
tyson2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
Inline has joined #commonlisp
Gleefre has joined #commonlisp
<Gleefre> I just thought about another feature of symbol links.
<Gleefre> You can create an alias for lambda
<Gleefre> (I'm not sure, but seems like there is no other way to create an alias for it, right?)
<bike> for cl:function, no
<bike> you can of course do (setf (macro-function whatever) (macro-function 'lambda))
<Gleefre> It says ; (WHATEVER (X) X) is not a legal function name.
<Gleefre> Also it seems like it wouldn't work in place where lambda would be the first symbol in the list, like ((λ (x) x) 10)
<Gleefre> But symbol links gets expanded at read-time, so it would work perfectly :)
<pjb> (setf (macro-function 'whatever) (macro-function 'lambda)) (macroexpand-1 '(whatever (x) x)) #| --> (function (whatever (x) x)) ; t |#
<pjb> it should depend on how the lambda macro is written. Apparently, it uses &whole, so the expansion is not correct.
<pjb> patch the implementation so it does: (defmacro lambda ((&rest lambda-list) &body body) `(cl:function (cl:lambda (,@lambda-list) ,@body))) and then it'll work.
<Nilby> Does anyone use a lambda expression in first place outside of generated code?
<Gleefre> I'm pretty sure that it is the same as doing (defmacro whatever ...)
<Gleefre> And my-lambda won't work when used with #' syntax or when put as the first element of the list
<Gleefre> Nilby: I'm pretty sure it is used often, for example as parameter to map* functions
<Gleefre> Search through quicklisp/dist/quicklisp/software with grep shows many lines
<Shinmera> The documentation for Trial is looking less and less shabby these days :) https://shirakumo.github.io/trial/
<pjb> and it's not whatever, in general, it's another-package:lambda
<Shinmera> Still a lot to do, and many sections that are in need of expansion
<Shinmera> but it should be much easier to get started now
<Gleefre> Still can't click "getting started" though
<Gleefre> But updated documentation looks cool!
<Shinmera> yeah, still haven't figured out what all should even be in there
<Gleefre> pjb: sure, its not whatever. But it still doesn't create a full alias.
<Gleefre> You can't use it with #', you can't use it as an operator
dtman34 has joined #commonlisp
cage has joined #commonlisp
agm has joined #commonlisp
<agm> this is probably basic, but does MAKUNBOUND only delete dynamic bindings? sbcl seems to work that way, but clhs doesn't say so, while it talks about global environment in FMAKUNBOUND
<bike> makunbound makes dynamic variable unbound, yes
<bike> fmakunbound is pretty much entirely distinct
agm has quit [Ping timeout: 265 seconds]
Inline has quit [Quit: Leaving]
bitmapper has quit [Quit: Connection closed for inactivity]
igemnace has quit [Remote host closed the connection]
agm has joined #commonlisp
agm` has joined #commonlisp
<jcowan> WTF-8 is a low-level solution to the problem of random encodings.
dtman34 has quit [Ping timeout: 252 seconds]
<agm`> bike: thanks
agm` has quit [Remote host closed the connection]
agm has quit [Ping timeout: 265 seconds]
agm` has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
dtman34 has joined #commonlisp
rainthree has quit [Ping timeout: 258 seconds]
agm` has quit [Ping timeout: 240 seconds]
prokhor has joined #commonlisp
Gleefre has joined #commonlisp
<NotThatRPG> yitzi: Thanks for the info about clasp. I think clasp is mostly working now, but I will check the issues.
<NotThatRPG> I keep hoping that I can go to some CL-related meeting (ELS or maybe some day there will be an ILC again, or maybe a North American Lisp Symposium) and have an asdf hackathon. The issues are piling up more than I like.
Oladon has joined #commonlisp
Gleefre has quit [Remote host closed the connection]
jonatack has joined #commonlisp
jonatack3 has quit [Ping timeout: 240 seconds]
cmack has joined #commonlisp
cage has quit [Quit: rcirc on GNU Emacs 28.2]
agm` has joined #commonlisp
attila_lendvai has joined #commonlisp
kevingal has quit [Ping timeout: 240 seconds]
tyson2 has joined #commonlisp
msavoritias has quit [Remote host closed the connection]
tyson2 has quit [Remote host closed the connection]
kevingal has joined #commonlisp
Gleefre has joined #commonlisp
semz has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
semz has joined #commonlisp
pve has quit [Quit: leaving]
nirved has joined #commonlisp
nirved has quit [Client Quit]
dcb has quit [Ping timeout: 240 seconds]
dcb has joined #commonlisp
tyson2 has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
jurassic has joined #commonlisp
jurassic has quit [Remote host closed the connection]
jurassic has joined #commonlisp
nij- has joined #commonlisp
<nij-> How to ignore errors but print as much as the information into a stream?
ds9soft has joined #commonlisp
<nij-> e.g. those info from the debugger
dino_tutter has joined #commonlisp
bilegeek has joined #commonlisp
jmpeax has quit [Read error: Connection reset by peer]
tyson2 has joined #commonlisp
shka has quit [Ping timeout: 252 seconds]
mgl has quit [Quit: Client closed]
attila_lendvai has quit [Ping timeout: 258 seconds]
agm` has quit [Ping timeout: 240 seconds]
dino_tutter has quit [Ping timeout: 240 seconds]
habamax has joined #commonlisp
Oladon has quit [Quit: Leaving.]
amb007 has quit [Ping timeout: 240 seconds]
nij- has quit [Ping timeout: 240 seconds]
kevingal has quit [Remote host closed the connection]
rgherdt has quit [Remote host closed the connection]
amb007 has joined #commonlisp
ds9soft has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
ello has joined #commonlisp
flip214 has quit [Read error: Connection reset by peer]
ello has quit [Remote host closed the connection]
nij- has joined #commonlisp
flip214 has joined #commonlisp
karlosz has quit [Remote host closed the connection]
nij- has left #commonlisp [Using Circe, the loveliest of all IRC clients]
<hayley> jobhdez: Tricky, but not for reasons really related to Common Lisp.