phoe 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/>
orestarod has quit [Ping timeout: 250 seconds]
<VincentVega> anyone know if there a non-destructive remove function for plists? maybe in some util library?
random-nick has quit [Ping timeout: 252 seconds]
knusbaum has joined #commonlisp
<mfiano> golder-utils has it
<mfiano> golden-utils*
<mfiano> (shameless plug)
<VincentVega> mfiano: thanks. i don't mind writing it on my own, but it seems strange to me that i have to.
<mfiano> It should be in QL as "golden-utils"
<VincentVega> ok thank you
<mfiano> Oh lord, why am I using :append?
<mfiano> Well it's been a while since I authored this utility library. It could use some optimizations and more idiomatic code...but it works, so there's that I guess?
<VincentVega> ah, it's cool. i will just write my own with iterate, since it's so small, but it's good to know there's some library with full fledged functionality for this.
lisp123 has joined #commonlisp
knusbaum has quit [Ping timeout: 252 seconds]
taiju-sub has joined #commonlisp
eddof13 has joined #commonlisp
lisp123 has quit [Ping timeout: 240 seconds]
knusbaum has joined #commonlisp
hashfunc569 has joined #commonlisp
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
Bike has quit [Quit: Lost terminal]
knusbaum has joined #commonlisp
taiju-sub has quit [Quit: Quit]
igemnace has joined #commonlisp
taiju has joined #commonlisp
zacque has joined #commonlisp
<zacque> Hi, is there an example of using CL to create another Sexp-based language?
<hashfunc569> i'm still having trouble figuring out how to construct an instance of a struct similar to how LET* works
<zacque> Hmmm, I heard it's easy to hack a new language with CL?
<zacque> So, given a target language A, my thought is to come up with a lispy version of A, then add lisp-like macro-programming to it
<yitzi> hashfunc569: Can you clarify? Do mean that you want to initialize slots based on previous slot values?
<hashfunc569> yitzi: yeah that's what i'm going for
<hashfunc569> e.g.,
<hashfunc569> (defstruct s (x) (y))
<hashfunc569> (defun square (x) (* x x))
<hashfunc569> (defvar *s-instance*)
<hashfunc569> (setf *s-instance* (make-s :x 10 :y (square (s-x *s-instance*))))
<yitzi> Unless you have a specific reason to use structs you should use defclass. Then use `defmethod initalize-instance :after` to do late time initialization.
<hashfunc569> yitzi: ok thanks, i'll give that a try
pranavats has left #commonlisp [Error from remote client]
zacque has quit [Read error: Connection reset by peer]
<hashfunc569> yitzi: thanks! that saved me some digging
<yitzi> np
blacked has joined #commonlisp
<blacked> Hey guys
<blacked> is there socket.io implementation for common lisp , for realtime data
blacked has left #commonlisp [#commonlisp]
<drbluefall> 🤔
<drbluefall> Well that was fast.
<raeda> zacque: how complicated is your target language? Making a bunch of macros might be enough if you want it like CL
kevingal has quit [Read error: Connection reset by peer]
<raeda> If you want a compiler for a sexp language, it's still going to be a lot of work, but stuff like READ and AST manipulation will be easier
taiju has quit [Ping timeout: 240 seconds]
VincentVega has quit [Ping timeout: 252 seconds]
livoreno has quit [Ping timeout: 250 seconds]
szkl has quit [Quit: Connection closed for inactivity]
Guest74 has joined #commonlisp
hashfunc569 has quit [Ping timeout: 240 seconds]
eddof13 has joined #commonlisp
beach` has quit [Ping timeout: 252 seconds]
Devon has joined #commonlisp
aeth has quit [Ping timeout: 240 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mon_aaraj has quit [Ping timeout: 256 seconds]
aeth has joined #commonlisp
Inline__ has joined #commonlisp
Inline has quit [Ping timeout: 250 seconds]
<qhong> For DSL creation I think there's a lot to learn from Scala's LMS framework. I'm writing a Lisp version that should be much better than the Scala one, stay tuned.
<raeda> That sounds cool, is there a git repo?
<qhong> raeda: Maybe I'll put it up this week
mon_aaraj has joined #commonlisp
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
knusbaum has joined #commonlisp
beach has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
gxt_ has quit [Remote host closed the connection]
gxt_ has joined #commonlisp
<beach> Good morning everyone!
pranavats has joined #commonlisp
<Guest74> is there an xml comparison like the json one?
semz_ has joined #commonlisp
semz has quit [Ping timeout: 250 seconds]
vats has joined #commonlisp
azimut has joined #commonlisp
waleee has quit [Ping timeout: 245 seconds]
semz_ is now known as semz
notzmv has quit [Ping timeout: 252 seconds]
hashfunc569 has joined #commonlisp
<hashfunc569> what is the simplest way to get the absolute directory of a given file pathname. e.g., in pseudo-code: (pathname-directory (pathname "/home/user/file.lisp")) => #P"/home/user/" OR => "/home/user/"
<hashfunc569> *is there a function that does just that, or will i have to process the result of PATHNAME-DIRECTORY
Giovanni has quit [Remote host closed the connection]
Giovanni has joined #commonlisp
Giovanni has quit [Remote host closed the connection]
aartaka has quit [Ping timeout: 252 seconds]
mon_aaraj has quit [Ping timeout: 240 seconds]
fitzsim has quit [Read error: Connection reset by peer]
aartaka has joined #commonlisp
zacque has joined #commonlisp
<zacque> raeda: Haven't settled down on my target language yet, could be JS, C, or Bash script
<zacque> That might work, I'll give it a try
<zacque> My goal is to simply have a lispy frontend to language that I'm using
<zacque> Then maybe put a macro on top of it
<zacque> qhong: Ah, first time heard about LMS, thanks for pointing it out
hashfunc569 has quit [Ping timeout: 240 seconds]
aartaka has quit [Read error: Connection reset by peer]
aartaka has joined #commonlisp
masinter has quit [Quit: ~ Trillian - www.trillian.im ~]
masinter has joined #commonlisp
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
knusbaum has joined #commonlisp
mon_aaraj has joined #commonlisp
<qhong> The idea behind LMS is absolutely beautiful, which is essentially "Normalization by Evaluation". I'm surprised that this method haven't seemed to be used for metaprogramming at all in Lisp world. LMS itself is clunky because Scala sucks. It still says a lot about the versatility of NbE, as it can enable powerful metaprogramming even in a horrible language
occ has joined #commonlisp
<beach> "Normalization" as in "computing a normal form"?
<qhong> beach: Yes, but in some custom rewriting system
<beach> Sure.
zacque has quit [Quit: Goodbye :D]
zacque has joined #commonlisp
paul0 has joined #commonlisp
notzmv has joined #commonlisp
Josh_2 has joined #commonlisp
<Josh_2> Good morning
<Josh_2> How to explain my problem
masinter has quit [Quit: ~ Trillian - www.trillian.im ~]
<Josh_2> I have a frontend and a backend, the backend is standalone (lisp ofc ;) ) I want a way to verify with the backend that the client (the frontend, not the user) is an authorized client
<aeth> authorized as in DRM?
<Josh_2> Uh
<Josh_2> Just trying to avoid abuse of the API because the backend sells tickets to events
<Josh_2> dont want a malicious user to reserve all of the events
<Josh_2> all of the tickets*
<Josh_2> Right now there is a shared secret and the nodejs server that serves the frontend makes a request to the backend using the shared secret to authenticate specific requests with an authentication HTTP header
<aeth> It's heresy here, but I think I'd use FFI for hiding that
<Josh_2> FFI?
Cymew has joined #commonlisp
<aeth> Josh_2: foreign function interface, i.e. a foreign library
<Josh_2> I thought so, but I dont see how that helps
<Josh_2> the problem is middle men seeing the headers in HTTP requests
<aeth> https, then?
<aeth> or encrypt the secret separately.
<Josh_2> right now the malicious user could use the authenticated client to grab a bearer token and then put that token into their own application which would then abuse the API
<Josh_2> because its just an Authentication: Bearer <token>
<Josh_2> HTTP header. I need a way to make it so even if a third party could get access to <token> it doesn't matter
<Josh_2> Idk :(
<Josh_2> Ofcourse I can just do something completely different
mfiano_ has joined #commonlisp
mfiano has quit [Ping timeout: 250 seconds]
mfiano_ is now known as mfiano
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
knusbaum has joined #commonlisp
mfiano has quit [Ping timeout: 256 seconds]
shka has joined #commonlisp
mfiano has joined #commonlisp
vats has quit [Ping timeout: 250 seconds]
Dynom has joined #commonlisp
s-liao has joined #commonlisp
zacque has quit [Quit: Goodbye :D]
<loke[m]> Josh_2: You make the bearer tokens expire after a certain amount of time.
amb007 has quit [Ping timeout: 250 seconds]
<Josh_2> They do
amb007 has joined #commonlisp
<phoe> aw shit
<phoe> I have positive news, namely, my COVID test
s-liao2 has joined #commonlisp
s-liao has quit [Ping timeout: 256 seconds]
<flip214> phoe: get negative soon, monday is ELS
<phoe> flip214: that's the whole thing! they won't let me out of my house until 26th
<beach> phoe: Wow, weren't you supposed to do something important in Porto like the video stuff?
<phoe> beach: that's the thing
<phoe> we're working around this now
<beach> Yeah, I see.
wyrd has quit [Ping timeout: 240 seconds]
<flip214> phoe: get better soon! And good luck with Long Covid...
<phoe> flip214: I'm not feeling all that bad right now, we'll see about the future - thanks
wyrd has joined #commonlisp
MajorBiscuit has joined #commonlisp
lispy has joined #commonlisp
MajorBiscuit has quit [Client Quit]
MajorBiscuit has joined #commonlisp
aartaka has quit [Ping timeout: 252 seconds]
aartaka has joined #commonlisp
gxt_ has quit [Remote host closed the connection]
gxt_ has joined #commonlisp
amb007 has quit [Ping timeout: 250 seconds]
frgo has quit [Ping timeout: 256 seconds]
amb007 has joined #commonlisp
scymtym has quit [Ping timeout: 256 seconds]
Brucio-61 has quit [Ping timeout: 256 seconds]
lisp123 has joined #commonlisp
occ has quit [Ping timeout: 240 seconds]
perrierjouet has quit [Ping timeout: 240 seconds]
lisp123 has quit [Ping timeout: 256 seconds]
Brucio-61 has joined #commonlisp
scymtym has joined #commonlisp
<Josh_2> phoe: I had covid at christmas, I had a runny nose
<Josh_2> You will be A-okay
lispy has quit [Quit: Leaving]
<splittist> My covid was less sever than my hay fever. Different people react differently, but, as Josh_2 says, be of good cheer. We'll have a port cocktail and a francesinha for you...
<splittist> *severe
<splittist> (No severing was involved)
perrierjouet has joined #commonlisp
amb007 has quit [Ping timeout: 240 seconds]
karlosz has quit [Ping timeout: 240 seconds]
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #commonlisp
<flip214> people, abstain from duplicating health data on unsecured communication channels... no gdpr will help cleaning up here
s-liao2 has quit [Ping timeout: 256 seconds]
SR-71 has joined #commonlisp
<SR-71> Hello everyone
s-liao has joined #commonlisp
vats has joined #commonlisp
<SR-71> What do you guys think about https://www.udemy.com/course/common-lisp-programming/
Posterdati has quit [Ping timeout: 256 seconds]
s-liao has quit [Ping timeout: 256 seconds]
<Duuqnd> From the little I can see without buying the course it seems okay, but I'm sure there's better material available for free.
<SR-71> I was actually planning to write a common-lisp learning material myself.
<SR-71> Common lisp doesn't get the love it deserves.
<SR-71> gi<SR-71> What do you guys think about
<SR-71> sorry, accidently pressed paste
kevingal has joined #commonlisp
s-liao has joined #commonlisp
<SR-71> Do you guys have any suggestions on how should I organize my course?
kevingal has quit [Ping timeout: 240 seconds]
kevingal has joined #commonlisp
Posterdati has joined #commonlisp
s-liao has quit [Quit: Ping timeout (120 seconds)]
s-liao has joined #commonlisp
<jackdaniel> start with an answer to the question "Why Lisp?", then describe REPL and define a simple database as the third part ,)
<SR-71> Should I include also code walkthroughs?
<jackdaniel> (this is a joke - point being that practical common lisp is a wonderful introduction course and these are three first chapters)
<jackdaniel> if I were writing a course, I'd pick a topic that is not covered for common lisp anywhere and work on that
<jackdaniel> or some topic that is covered somewhere but poorly
<jackdaniel> (or that the coverage is outdated)
<SR-71> Initially I planned to write a udemy clone as an exercise.
<SR-71> But, with a slightly different UI
wacki has joined #commonlisp
s-liao has quit [Ping timeout: 256 seconds]
s-liao has joined #commonlisp
Dynom has quit [Quit: WeeChat 3.4]
razetime has joined #commonlisp
lisp123 has joined #commonlisp
vats has quit [Ping timeout: 256 seconds]
frgo has joined #commonlisp
s-liao has quit [Quit: Client closed]
lisp123 has quit [Ping timeout: 240 seconds]
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #commonlisp
X-Scale` has joined #commonlisp
X-Scale has quit [Ping timeout: 272 seconds]
X-Scale` is now known as X-Scale
tyson2 has joined #commonlisp
random-nick has joined #commonlisp
heisig has joined #commonlisp
taiju-sub has joined #commonlisp
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #commonlisp
nature has joined #commonlisp
occ has joined #commonlisp
heisig has quit [Remote host closed the connection]
heisig has joined #commonlisp
attila_lendvai has joined #commonlisp
aartaka has quit [Ping timeout: 252 seconds]
<Josh_2> The course is written by Vindarel, its probably pretty solid
<Josh_2> but ofc you have to pay for Udemy
heisig has quit [Remote host closed the connection]
heisig has joined #commonlisp
perrierjouet has quit [Quit: WeeChat 3.4.1]
heisig has quit [Remote host closed the connection]
heisig has joined #commonlisp
Brucio-61 has quit [Ping timeout: 245 seconds]
scymtym has quit [Ping timeout: 245 seconds]
s-liao has joined #commonlisp
Bike has joined #commonlisp
heisig has quit [Remote host closed the connection]
heisig has joined #commonlisp
Brucio-61 has joined #commonlisp
raeda has quit [Remote host closed the connection]
raeda has joined #commonlisp
s-liao has quit [Quit: Client closed]
<flip214> can a DEFMETHOD check for an _exact_ class, ie. so that subclasses do not use that method? Or would I need to declare methods for all subclasses as well?
<Bike> no, clos is more or less based on liskov substitution
fitzsim has joined #commonlisp
scymtym has joined #commonlisp
<Bike> you can do things like (when (eq (class-of object) (find-class whatever)) ...) if you need
<scymtym> not portably, but SB-PCL::CLASS-EQ-SPECIALIZER does exactly that
rogersm has quit [Quit: Leaving...]
wacki has quit [Quit: Leaving.]
<flip214> I helped myself by splitting the class tree up, with a new common parent class
heisig has quit [Remote host closed the connection]
heisig has joined #commonlisp
mgl has joined #commonlisp
attila_lendvai has quit [Ping timeout: 252 seconds]
wacki has joined #commonlisp
attila_lendvai has joined #commonlisp
razetime has quit [Ping timeout: 240 seconds]
cage has joined #commonlisp
Noisytoot has quit [Quit: ZNC 1.8.2 - https://znc.in]
Noisytoot has joined #commonlisp
heisig has quit [Remote host closed the connection]
heisig has joined #commonlisp
aeth has quit [Ping timeout: 256 seconds]
aeth has joined #commonlisp
<pjb> flip214: but You SHALL respect the LSP !!!
mfiano has quit [Ping timeout: 268 seconds]
mfiano has joined #commonlisp
heisig has quit [Remote host closed the connection]
mfiano has quit [Ping timeout: 256 seconds]
razetime has joined #commonlisp
mfiano has joined #commonlisp
Inline__ is now known as Inline
mfiano has quit [Ping timeout: 240 seconds]
Odin- has quit [Ping timeout: 245 seconds]
mfiano has joined #commonlisp
razetime has quit [Ping timeout: 256 seconds]
VincentVega has joined #commonlisp
X-Scale has quit [Ping timeout: 240 seconds]
X-Scale` has joined #commonlisp
X-Scale` is now known as X-Scale
<Guest74> bike: couldn't you do something with method combinations that would restrict methods to the class they specialize on?
<Bike> No, method combinations don't deal with method selection
<Bike> you could maybe hack some weird thing up, but it would have to be basically equivalent to the eq check anyway
Cymew has quit [Ping timeout: 240 seconds]
<Guest74> learning about them has been on my todo list for years, so I probably don't remember right.  I really should get around to that.
razetime has joined #commonlisp
asarch has joined #commonlisp
ec has joined #commonlisp
nature has quit [Remote host closed the connection]
<beach> A good way of learning about them is to implement CLOS. :)
travv0 has left #commonlisp [#commonlisp]
<Guest74> implementation always seems to be
<Guest74> probably why I implement so many things!
<beach> Excellent!
Brucio-61 has quit [Remote host closed the connection]
igemnace has quit [Remote host closed the connection]
igemnace has joined #commonlisp
Brucio-61 has joined #commonlisp
waleee has joined #commonlisp
_whitelogger has joined #commonlisp
tyson2 has quit [Remote host closed the connection]
lisp123 has joined #commonlisp
lisp123 has quit [Ping timeout: 268 seconds]
kevingal has quit [Remote host closed the connection]
<edgar-rft> todo lists are only good for reading all the things that you will never do
aartaka has joined #commonlisp
<Guest74> automatic brain storage. writing wastes too much time you could be doing something on the todo list.
aeth has quit [Ping timeout: 240 seconds]
<semz> I don't remember ever forgetting something I've not written down on the list.
mgl has quit [Ping timeout: 256 seconds]
aeth has joined #commonlisp
<edgar-rft> my todo list is full of collected garbage :-)
Devon has quit [Read error: Connection reset by peer]
Devon has joined #commonlisp
aartaka has quit [Ping timeout: 252 seconds]
aartaka has joined #commonlisp
SR-71 has quit [Read error: Connection reset by peer]
tyson2 has joined #commonlisp
<Shinmera> edgar-rft: Idunno man, seems more like you're just bad at making todo lists.
razetime has quit [Ping timeout: 240 seconds]
ski has quit [Remote host closed the connection]
mon_aaraj has quit [Ping timeout: 240 seconds]
Everything has joined #commonlisp
mon_aaraj has joined #commonlisp
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
nature has joined #commonlisp
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #commonlisp
karlosz has joined #commonlisp
knusbaum has joined #commonlisp
MajorBiscuit has quit [Quit: WeeChat 3.4]
lisp123 has joined #commonlisp
unyu has quit [Ping timeout: 240 seconds]
mon_aaraj has quit [Ping timeout: 256 seconds]
tyson2 has quit [Read error: Connection reset by peer]
mon_aaraj has joined #commonlisp
lisp123 has quit [Ping timeout: 250 seconds]
tyson2 has joined #commonlisp
mon_aaraj has quit [Ping timeout: 240 seconds]
asarch has quit [Quit: Leaving]
notzmv has quit [Ping timeout: 252 seconds]
mon_aaraj has joined #commonlisp
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
tyson2 has quit [Read error: Connection reset by peer]
aartaka has quit [Read error: Connection reset by peer]
aartaka has joined #commonlisp
knusbaum has joined #commonlisp
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
unyu has joined #commonlisp
knusbaum has joined #commonlisp
cage has quit [Remote host closed the connection]
<jasom> I'm great at making todo lists; I've got dozens of them that I haven't looked at in months
Devon has quit [Read error: Connection reset by peer]
Devon has joined #commonlisp
Guest74 has quit [Quit: Connection closed]
asarch has joined #commonlisp
kevingal has joined #commonlisp
mon_aaraj has quit [Ping timeout: 240 seconds]
aeth has quit [Ping timeout: 240 seconds]
mon_aaraj has joined #commonlisp
aeth has joined #commonlisp
kevingal has quit [Read error: Connection reset by peer]
yewscion has joined #commonlisp
aeth has quit [Ping timeout: 250 seconds]
Dynom has joined #commonlisp
aeth has joined #commonlisp
Guest74 has joined #commonlisp
mon_aaraj has quit [Ping timeout: 250 seconds]
mon_aaraj has joined #commonlisp
yewscion has quit [Ping timeout: 245 seconds]
<Guest74> anybody know any good guides on formatting and layout?  Trying to format svg, it works, but indentation is all over the place.
hashfuncf39 has joined #commonlisp
mixfix41 has quit [Ping timeout: 256 seconds]
<Demosthenex> Guest74: formatting and layout of what?
<Guest74> formatting as in use of format or pprint.
lisp123 has joined #commonlisp
amb007 has joined #commonlisp
<Guest74> something that covers layout
<Demosthenex> like, padding?
<Demosthenex> the wikipedia article had padding
lisp123 has quit [Ping timeout: 240 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 252 seconds]
Lord_of_Life_ is now known as Lord_of_Life
occ has quit [Ping timeout: 252 seconds]
morganw has joined #commonlisp
gxt_ has quit [Remote host closed the connection]
gxt_ has joined #commonlisp
notzmv has joined #commonlisp
<wmblathers> Guest74: My cl-svg library uses some FORMAT craziness to get approximately human-readable output.
<wmblathers> ~< is useful for this.
<Demosthenex> Guest74: regarding todo lists, clearly you've never met org-mode with org-capture ;]
<Guest74> I might look at that.  Currently I  have correct indentation, except that everything is indented 2 spaces, like 2 spaces before <svg
tane has joined #commonlisp
tane has joined #commonlisp
tane has quit [Changing host]
<hashfuncf39> i'm honestly finding DEFSTRUCT to be far more conveniant than DEFCLASS. since construction seems more trivial as well as printing. my intuition is that you should always use DEFSTRUCT unless you really need DEFCLASS. is this the communities' consensus?
wacki has quit [Quit: Leaving.]
VincentVega has quit [Ping timeout: 250 seconds]
VincentV` has joined #commonlisp
epolanski has joined #commonlisp
<Bike> that's kind of the opposite of the consensus.
<Bike> the main difficulty is that defstruct definitions can't be redefined. if all you want is the accessor names and printing, you can accomplish that fairly easily with a wrapper around defclass.
<_death> defclass has many features that can prove convenient, like redefinition protocol or multiple inheritance.. defstruct has some pitfalls, and sometimes its defaults get in the way.. but if it works for you..
<yitzi> Yeah. Give me defclass or give me death.
<_death> for example, often you actually don't want to print all slot values of an instance
<hashfuncf39> oh ok. i can see how the redefinition protocol alone is probably worth switching to just usting DEFCLASS. i haven't used that yet. i thought the recompilation errors of my DEFSTRUCT was just a normal thing i had to deal with
<_death> I think there was a blog post about this recently.. https://lisper.in/do-you-start-with-a-struct-or-a-class .. anyway, I sometimes start with defclass, sometimes with defstruct, depending on what I think I may need
<hashfuncf39> ok thanks ya'll
VincentV` has left #commonlisp [ERC (IRC client for Emacs 27.2)]
aartaka has quit [Ping timeout: 240 seconds]
aartaka has joined #commonlisp
<hashfuncf39> interesting find on https://grep.app/ as well: searching "(defstruct" gives 1,823 occurrences vs "(defclass"'s 3,740 occurrences
attila_lendvai has quit [Ping timeout: 256 seconds]
scymtym has quit [Ping timeout: 245 seconds]
lisp123 has joined #commonlisp
Brucio-61 has quit [Ping timeout: 268 seconds]
lisp123 has quit [Ping timeout: 252 seconds]
kpoeck has joined #commonlisp
pranavats has left #commonlisp [Error from remote client]
Dynom has quit [Quit: WeeChat 3.4]
scymtym has joined #commonlisp
Brucio-61 has joined #commonlisp
wyrd has quit [Ping timeout: 240 seconds]
shka has quit [Ping timeout: 240 seconds]
nature has quit [Ping timeout: 250 seconds]
random-nick has quit [Ping timeout: 240 seconds]
wyrd has joined #commonlisp
Everything has quit [Quit: leaving]
<Guest74> what's interesting is that's not what it shows for me.
ski has joined #commonlisp
<hashfuncf39> what is it showing for you?
random-nick has joined #commonlisp
aeth has quit [Ping timeout: 252 seconds]
asarch has quit [Quit: Leaving]
aeth has joined #commonlisp
tane has quit [Quit: Leaving]
<Guest74> (defstruct 2441 (defclass 4848
<hashfuncf39> we must be querying different servers/data-sets
<hashfuncf39> fwir i don't think it's real-time github data
<hashfuncf39> and by the likes of it they aren't keeping a very redundant data-set
<hashfuncf39> *looks of it
<Guest74> my bad, didn't even check the options. checking common lisp gives me your numbers.
<Guest74> but the numbers are a bit biased considering the top two for defclass.
knusbaum has quit [Quit: ZNC 1.8.2 - https://znc.in]
knusbaum has joined #commonlisp
<hashfuncf39> that's true. still tho, the more examples of the code in-use, the more generally accepted it is the way i see it
pillton has joined #commonlisp
<random-nick> what other languages use (defstruct and (defclass? elisp?
<hashfuncf39> elisp has cl-defstruct (in the built-ing cl package) and defclass (in the built-in eieio package). i've never used them
waleee has quit [Ping timeout: 260 seconds]
ec has quit [Ping timeout: 240 seconds]
waleee has joined #commonlisp
anticomputer has quit [Ping timeout: 240 seconds]
anticomputer has joined #commonlisp
hashfuncf39 has quit [Ping timeout: 240 seconds]
qhong has quit [Read error: Connection reset by peer]
qhong has joined #commonlisp
Guest74 has quit [Quit: Ping timeout (120 seconds)]
Guest74 has joined #commonlisp
epolanski has quit [Quit: Connection closed for inactivity]