jackdaniel changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language | <https://irclog.tymoon.eu/freenode/%23lisp> <https://irclog.whitequark.org/lisp> <http://ccl.clozure.com/irc-logs/lisp/> | offtopic --> #lispcafe
indathrone has joined #lisp
indathrone has joined #lisp
<shinohai> I use vim + slimv, but yer having autocomplete issue Kingsy? Haven't caught up on the logs yet.
<shinohai> I use vim + slimv, but yer having autocomplete issue Kingsy? Haven't caught up on the logs yet.
indathrone has quit [Quit: Leaving]
indathrone has quit [Quit: Leaving]
jonatack_ has quit [Ping timeout: 240 seconds]
jonatack_ has quit [Ping timeout: 240 seconds]
ljavorsk has quit [Ping timeout: 245 seconds]
ljavorsk has quit [Ping timeout: 245 seconds]
Spawns_Carpeting has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
Spawns_Carpeting has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
Spawns_Carpeting has joined #lisp
Spawns_Carpeting has joined #lisp
jurov_ has joined #lisp
jurov_ has joined #lisp
jurov has quit [Ping timeout: 256 seconds]
jurov has quit [Ping timeout: 256 seconds]
<MrtnDk[m]> Kingsy:: If you like vi, you might be prone to like evil as well.
<MrtnDk[m]> Kingsy:: If you like vi, you might be prone to like evil as well.
<White_Flame> are people still using ceramic? its included electron & node_modules libs are very old and we're having really basic problems with them
<White_Flame> are people still using ceramic? its included electron & node_modules libs are very old and we're having really basic problems with them
<White_Flame> it's the lisp wrapper around electron
<White_Flame> it's the lisp wrapper around electron
matthewcroughan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
matthewcroughan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
DHARMAKAYA has quit [Ping timeout: 272 seconds]
DHARMAKAYA has quit [Ping timeout: 272 seconds]
indathrone has joined #lisp
indathrone has joined #lisp
Oladon has quit [Quit: Leaving.]
Oladon has quit [Quit: Leaving.]
orivej has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 264 seconds]
matthewcroughan has joined #lisp
matthewcroughan has joined #lisp
ebrasca has quit [Remote host closed the connection]
ebrasca has quit [Remote host closed the connection]
xsperry has quit []
xsperry has quit []
DHARMAKAYA has joined #lisp
DHARMAKAYA has joined #lisp
dhil has quit [Ping timeout: 265 seconds]
dhil has quit [Ping timeout: 265 seconds]
tinhatcat has joined #lisp
tinhatcat has joined #lisp
pankajsg has joined #lisp
pankajsg has joined #lisp
<Josh_2> Xach: you use Sly over Slime?
<Josh_2> Xach: you use Sly over Slime?
xsperry has joined #lisp
xsperry has joined #lisp
mindCrime_ has quit [Ping timeout: 240 seconds]
mindCrime_ has quit [Ping timeout: 240 seconds]
kam1 has joined #lisp
kam1 has joined #lisp
semz has quit [Ping timeout: 240 seconds]
semz has quit [Ping timeout: 240 seconds]
DHARMAKAYA has quit [Read error: Connection reset by peer]
DHARMAKAYA has quit [Read error: Connection reset by peer]
semz has joined #lisp
semz has joined #lisp
pillton has joined #lisp
pillton has joined #lisp
tinhatcat has quit [Quit: Leaving]
tinhatcat has quit [Quit: Leaving]
<pillton> jasom: Does it make moresense to write something which accumulates the data up until the --- and then process that subset with the existing functionality?
<pillton> jasom: Does it make moresense to write something which accumulates the data up until the --- and then process that subset with the existing functionality?
<minion> pillton, memo from jasom: I *can* make nyaml a streaming parser (it would mean dumping esrap, but the parts of esrap I use aren't terribly hard to copy). It would still process an entire document at a time though, as I don't really care to find all the places where backtracking can't happen
<minion> pillton, memo from jasom: I *can* make nyaml a streaming parser (it would mean dumping esrap, but the parts of esrap I use aren't terribly hard to copy). It would still process an entire document at a time though, as I don't really care to find all the places where backtracking can't happen
<pillton> Oh sorry. I read that on the IRC logs.
<pillton> Oh sorry. I read that on the IRC logs.
<pillton> And then wrote my question.
<pillton> And then wrote my question.
thmprover has quit [Quit: [Exit, pursued by bear]]
thmprover has quit [Quit: [Exit, pursued by bear]]
Stanley00 has joined #lisp
Stanley00 has joined #lisp
prxq_ has joined #lisp
prxq_ has joined #lisp
mindCrime_ has joined #lisp
mindCrime_ has joined #lisp
asarch has joined #lisp
asarch has joined #lisp
prxq has quit [Ping timeout: 256 seconds]
prxq has quit [Ping timeout: 256 seconds]
skapata has quit [Remote host closed the connection]
skapata has quit [Remote host closed the connection]
mindCrime_ has quit [Ping timeout: 245 seconds]
mindCrime_ has quit [Ping timeout: 245 seconds]
<asarch> I do (ql:quickload :caveman2 and then (caveman2:make-project #P"tacos" :autor "Jonh Doe") and, well, the full output log is here: https://pastebin.com/1pdksVym
<asarch> I do (ql:quickload :caveman2 and then (caveman2:make-project #P"tacos" :autor "Jonh Doe") and, well, the full output log is here: https://pastebin.com/1pdksVym
<asarch> In the file src/web.lisp is where all the action occurs and that is where I need the package of the HTML generator
<asarch> In the file src/web.lisp is where all the action occurs and that is where I need the package of the HTML generator
<asarch> In Slime I can (load #P"src/guacamole.lisp") and then (use-package :tamales) in order to create the form object: (let ((my-form (make-instance 'form :title "Add new Tacos"...))) ...)
<asarch> In Slime I can (load #P"src/guacamole.lisp") and then (use-package :tamales) in order to create the form object: (let ((my-form (make-instance 'form :title "Add new Tacos"...))) ...)
<asarch> But, in the src/web.lisp it simply doesn't work
<asarch> But, in the src/web.lisp it simply doesn't work
<asarch> When I start the project, SBCL actually reads the content of the src/guacamole.lisp but when I try to use the package with (use-package :tamales) in src/web.lisp, it replies the error that the form class actually is not available in the TACOS.WEB package
<asarch> When I start the project, SBCL actually reads the content of the src/guacamole.lisp but when I try to use the package with (use-package :tamales) in src/web.lisp, it replies the error that the form class actually is not available in the TACOS.WEB package
<asarch> I've tried different ways to use the package 'tamales' in the 'guacamole.lisp' file in the 'src/web.lisp' file methods :-(
<asarch> I've tried different ways to use the package 'tamales' in the 'guacamole.lisp' file in the 'src/web.lisp' file methods :-(
<asarch> Caveman2 uses Envy for its configuration setup
<asarch> Caveman2 uses Envy for its configuration setup
mrchampion has quit [Remote host closed the connection]
mrchampion has quit [Remote host closed the connection]
<asarch> How would you add this package to the project?
<asarch> How would you add this package to the project?
Bike has quit [Quit: Lost terminal]
Bike has quit [Quit: Lost terminal]
Alfr has quit [Killed (egan.freenode.net (Nickname regained by services))]
Alfr is now known as Guest9507
Guest9507 has quit [Killed (egan.freenode.net (Nickname regained by services))]
Alfr has joined #lisp
Alfr has joined #lisp
rumbler31 has quit [Remote host closed the connection]
rumbler31 has quit [Remote host closed the connection]
rumbler31 has joined #lisp
rumbler31 has joined #lisp
<beach> Good morning everyone!
<beach> Good morning everyone!
karlosz has joined #lisp
karlosz has joined #lisp
<Josh_2> Morning beach
<Josh_2> Morning beach
toorevitimirp has joined #lisp
toorevitimirp has joined #lisp
pankajsg has quit [Ping timeout: 265 seconds]
pankajsg has quit [Ping timeout: 265 seconds]
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has joined #lisp
contrapunctus has joined #lisp
karlosz has quit [Quit: karlosz]
karlosz has quit [Quit: karlosz]
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #lisp
_whitelogger_ has joined #lisp
kam1 has quit [Read error: Connection reset by peer]
kam1 has quit [Read error: Connection reset by peer]
kam1 has joined #lisp
kam1 has joined #lisp
kam1 has quit [Read error: Connection reset by peer]
kam1 has quit [Read error: Connection reset by peer]
karlosz has joined #lisp
karlosz has joined #lisp
<jackdaniel> jmercouris: running outdated software is a security consideration on its own term
<jackdaniel> jmercouris: running outdated software is a security consideration on its own term
asarch has quit [Remote host closed the connection]
asarch has quit [Remote host closed the connection]
asarch has joined #lisp
asarch has joined #lisp
kam1 has joined #lisp
kam1 has joined #lisp
karlosz has quit [Quit: karlosz]
karlosz has quit [Quit: karlosz]
karlosz has joined #lisp
karlosz has joined #lisp
wxie has joined #lisp
wxie has joined #lisp
Oddity- has joined #lisp
Oddity- has joined #lisp
Helmholtz has quit [Ping timeout: 264 seconds]
Helmholtz has quit [Ping timeout: 264 seconds]
kam1 has quit [Read error: Connection reset by peer]
kam1 has quit [Read error: Connection reset by peer]
Helmholtz has joined #lisp
Helmholtz has joined #lisp
Oddity has quit [Ping timeout: 264 seconds]
Oddity has quit [Ping timeout: 264 seconds]
aindilis has joined #lisp
aindilis has joined #lisp
kam1 has joined #lisp
kam1 has joined #lisp
<fiddlerwoaroof> White_Flame: I have the general impression that Eudoxia's projects are relatively unmaintained
<fiddlerwoaroof> White_Flame: I have the general impression that Eudoxia's projects are relatively unmaintained
luckless has quit [Remote host closed the connection]
luckless has quit [Remote host closed the connection]
luckless has joined #lisp
luckless has joined #lisp
pankajsg has joined #lisp
pankajsg has joined #lisp
galex-713 has quit [Ping timeout: 272 seconds]
galex-713 has quit [Ping timeout: 272 seconds]
DHARMAKAYA has joined #lisp
DHARMAKAYA has joined #lisp
bitmapper has quit [Quit: Connection closed for inactivity]
bitmapper has quit [Quit: Connection closed for inactivity]
rumbler31 has quit [Remote host closed the connection]
rumbler31 has quit [Remote host closed the connection]
rumbler31 has joined #lisp
rumbler31 has joined #lisp
kam1 has quit [Read error: Connection reset by peer]
kam1 has quit [Read error: Connection reset by peer]
galex-713 has joined #lisp
galex-713 has joined #lisp
galex-713 has quit [Ping timeout: 265 seconds]
galex-713 has quit [Ping timeout: 265 seconds]
galex-713_ has joined #lisp
galex-713_ has joined #lisp
_paul0 has quit [Remote host closed the connection]
_paul0 has quit [Remote host closed the connection]
paul0 has joined #lisp
paul0 has joined #lisp
|3b| has quit [Remote host closed the connection]
|3b| has quit [Remote host closed the connection]
narimiran has joined #lisp
narimiran has joined #lisp
emacsomancer has quit [Ping timeout: 265 seconds]
emacsomancer has quit [Ping timeout: 265 seconds]
wxie has quit [Ping timeout: 272 seconds]
wxie has quit [Ping timeout: 272 seconds]
wxie has joined #lisp
wxie has joined #lisp
icer has joined #lisp
icer has joined #lisp
shka_ has joined #lisp
shka_ has joined #lisp
srandon111 has joined #lisp
srandon111 has joined #lisp
pve has joined #lisp
pve has joined #lisp
orivej has joined #lisp
orivej has joined #lisp
karlosz has quit [Quit: karlosz]
karlosz has quit [Quit: karlosz]
waleee-cl has quit [Quit: Connection closed for inactivity]
waleee-cl has quit [Quit: Connection closed for inactivity]
emacsomancer has joined #lisp
emacsomancer has joined #lisp
gaqwas has joined #lisp
gaqwas has joined #lisp
aartaka has joined #lisp
aartaka has joined #lisp
aartaka_d has joined #lisp
aartaka_d has joined #lisp
aartaka has quit [Ping timeout: 256 seconds]
aartaka has quit [Ping timeout: 256 seconds]
aartaka has joined #lisp
aartaka has joined #lisp
louis771 has joined #lisp
louis771 has joined #lisp
aartaka_d has quit [Ping timeout: 272 seconds]
aartaka_d has quit [Ping timeout: 272 seconds]
<pillton> ,quit
<pillton> ,quit
pillton has quit [Quit: ERC (IRC client for Emacs 27.1)]
pillton has quit [Quit: ERC (IRC client for Emacs 27.1)]
DHARMAKAYA has quit [Quit: Turning off a portion of this simulation.]
DHARMAKAYA has quit [Quit: Turning off a portion of this simulation.]
louis771 has quit [Quit: Textual IRC Client: www.textualapp.com]
louis771 has quit [Quit: Textual IRC Client: www.textualapp.com]
louis771 has joined #lisp
louis771 has joined #lisp
asarch has quit [Quit: Leaving]
asarch has quit [Quit: Leaving]
varjag has joined #lisp
varjag has joined #lisp
phantomics has quit [Ping timeout: 246 seconds]
phantomics has quit [Ping timeout: 246 seconds]
orivej has quit [Ping timeout: 244 seconds]
orivej has quit [Ping timeout: 244 seconds]
rgherdt has joined #lisp
rgherdt has joined #lisp
m00natic has quit [Quit: Quit]
m00natic has quit [Quit: Quit]
phantomics has joined #lisp
phantomics has joined #lisp
surabax has joined #lisp
surabax has joined #lisp
phantomics has quit [Client Quit]
phantomics has quit [Client Quit]
pankajsg has quit [Remote host closed the connection]
pankajsg has quit [Remote host closed the connection]
ikrabbe has joined #lisp
ikrabbe has joined #lisp
<srandon111> why common lisp is case insensitive?
<srandon111> why common lisp is case insensitive?
<srandon111> for function names
<srandon111> for function names
random-nick has joined #lisp
random-nick has joined #lisp
ljavorsk has joined #lisp
ljavorsk has joined #lisp
cosimone has joined #lisp
cosimone has joined #lisp
cosimone has quit [Remote host closed the connection]
cosimone has quit [Remote host closed the connection]
cosimone has joined #lisp
cosimone has joined #lisp
<White_Flame> srandon111: symbols are technically case sensitive
<White_Flame> srandon111: symbols are technically case sensitive
<White_Flame> '|a| is not 'a/'A
<White_Flame> '|a| is not 'a/'A
<White_Flame> the reader's default case mode is to uppercase on read
<White_Flame> the reader's default case mode is to uppercase on read
<White_Flame> that can be changed, and pipes override the default case
<White_Flame> that can be changed, and pipes override the default case
icer has quit [Quit: WeeChat 2.9]
icer has quit [Quit: WeeChat 2.9]
anticrisis has quit [Read error: Connection reset by peer]
anticrisis has quit [Read error: Connection reset by peer]
attila_lendvai has joined #lisp
attila_lendvai has joined #lisp
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has left #lisp ["Disconnected: closed"]
hendursa1 has joined #lisp
hendursa1 has joined #lisp
contrapunctus has joined #lisp
contrapunctus has joined #lisp
hendursaga has quit [Ping timeout: 268 seconds]
hendursaga has quit [Ping timeout: 268 seconds]
aggin has joined #lisp
aggin has joined #lisp
hiroaki has quit [Ping timeout: 265 seconds]
hiroaki has quit [Ping timeout: 265 seconds]
aggin has quit [Quit: WeeChat 3.0.1]
aggin has quit [Quit: WeeChat 3.0.1]
rumbler31 has quit [Remote host closed the connection]
rumbler31 has quit [Remote host closed the connection]
jonatack_ has joined #lisp
jonatack_ has joined #lisp
rumbler31 has joined #lisp
rumbler31 has joined #lisp
Lord_of_Life has joined #lisp
Lord_of_Life has joined #lisp
hiroaki has joined #lisp
hiroaki has joined #lisp
galex-713_ has quit [Ping timeout: 272 seconds]
galex-713_ has quit [Ping timeout: 272 seconds]
rwcom60280385034 has joined #lisp
rwcom60280385034 has joined #lisp
pankajsg has joined #lisp
pankajsg has joined #lisp
quanta[m] has quit [Quit: Idle for 30+ days]
quanta[m] has quit [Quit: Idle for 30+ days]
sepanko_ has quit [Quit: Idle for 30+ days]
sepanko_ has quit [Quit: Idle for 30+ days]
frost-lab has joined #lisp
frost-lab has joined #lisp
rumbler31 has quit [Remote host closed the connection]
rumbler31 has quit [Remote host closed the connection]
rumbler31 has joined #lisp
rumbler31 has joined #lisp
OlCe has joined #lisp
OlCe has joined #lisp
hiroaki has quit [Remote host closed the connection]
hiroaki has quit [Remote host closed the connection]
hiroaki has joined #lisp
hiroaki has joined #lisp
Major_Biscuit has joined #lisp
Major_Biscuit has joined #lisp
jonatack_ has quit [Quit: jonatack_]
jonatack_ has quit [Quit: jonatack_]
<beach> srandon111: Common Lisp is the way it is because it tried to be somewhat compatible with several different Lisp dialects that existed when it was created.
<beach> srandon111: Common Lisp is the way it is because it tried to be somewhat compatible with several different Lisp dialects that existed when it was created.
villanella has joined #lisp
villanella has joined #lisp
ChoHag has joined #lisp
ChoHag has joined #lisp
wxie has quit [Ping timeout: 265 seconds]
wxie has quit [Ping timeout: 265 seconds]
beach` has joined #lisp
beach` has joined #lisp
beach has quit [Disconnected by services]
beach has quit [Disconnected by services]
beach` is now known as beach
beach` is now known as beach
wxie has joined #lisp
wxie has joined #lisp
jonatack has joined #lisp
jonatack has joined #lisp
dra_ has joined #lisp
dra_ has joined #lisp
dra_ has quit [Client Quit]
dra_ has quit [Client Quit]
dra has joined #lisp
dra has joined #lisp
hiroaki has quit [Ping timeout: 240 seconds]
hiroaki has quit [Ping timeout: 240 seconds]
perrier-jouet has joined #lisp
perrier-jouet has joined #lisp
<Kingsy> 1/j emacs
<Kingsy> 1/j emacs
jonatack has quit [Ping timeout: 256 seconds]
jonatack has quit [Ping timeout: 256 seconds]
hiroaki has joined #lisp
hiroaki has joined #lisp
m00natic has joined #lisp
m00natic has joined #lisp
vegansbane6963 has quit [Quit: The Lounge - https://thelounge.chat]
vegansbane6963 has quit [Quit: The Lounge - https://thelounge.chat]
dra has quit [Remote host closed the connection]
dra has quit [Remote host closed the connection]
orivej has joined #lisp
orivej has joined #lisp
kevingal has joined #lisp
kevingal has joined #lisp
ljavorsk has quit [Remote host closed the connection]
ljavorsk has quit [Remote host closed the connection]
ljavorsk has joined #lisp
ljavorsk has joined #lisp
Stanley00 has quit [Remote host closed the connection]
Stanley00 has quit [Remote host closed the connection]
ukari has joined #lisp
ukari has joined #lisp
Stanley00 has joined #lisp
Stanley00 has joined #lisp
prxq_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
prxq_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
prxq has joined #lisp
prxq has joined #lisp
jonatack has joined #lisp
jonatack has joined #lisp
l1x has joined #lisp
l1x has joined #lisp
igemnace has quit [Remote host closed the connection]
igemnace has quit [Remote host closed the connection]
vegansbane6963 has joined #lisp
vegansbane6963 has joined #lisp
Iacob has joined #lisp
Iacob has joined #lisp
theothornhill has joined #lisp
theothornhill has joined #lisp
cchristiansen has quit [Remote host closed the connection]
cchristiansen has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
theothornhill has joined #lisp
theothornhill has joined #lisp
Iacob has quit [Quit: Leaving]
Iacob has quit [Quit: Leaving]
ljavorsk_ has joined #lisp
ljavorsk_ has joined #lisp
ljavorsk_ has quit [Remote host closed the connection]
ljavorsk_ has quit [Remote host closed the connection]
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
kam1 has joined #lisp
kam1 has joined #lisp
kam1 has quit [Read error: Connection reset by peer]
kam1 has quit [Read error: Connection reset by peer]
dhil has joined #lisp
dhil has joined #lisp
wxie has quit [Ping timeout: 244 seconds]
wxie has quit [Ping timeout: 244 seconds]
OlCe has quit [Ping timeout: 265 seconds]
OlCe has quit [Ping timeout: 265 seconds]
skapata has joined #lisp
skapata has joined #lisp
galex-713 has joined #lisp
galex-713 has joined #lisp
amb007 has joined #lisp
amb007 has joined #lisp
OlCe has joined #lisp
OlCe has joined #lisp
Tordek has quit [Ping timeout: 264 seconds]
Tordek has quit [Ping timeout: 264 seconds]
Stanley00 has quit [Remote host closed the connection]
Stanley00 has quit [Remote host closed the connection]
OlCe has quit [Ping timeout: 264 seconds]
OlCe has quit [Ping timeout: 264 seconds]
Major_Biscuit has quit [Ping timeout: 244 seconds]
Major_Biscuit has quit [Ping timeout: 244 seconds]
OlCe has joined #lisp
OlCe has joined #lisp
hjudt has joined #lisp
hjudt has joined #lisp
semz has quit [Quit: Leaving]
semz has quit [Quit: Leaving]
Major_Biscuit has joined #lisp
Major_Biscuit has joined #lisp
OlCe has quit [Ping timeout: 256 seconds]
OlCe has quit [Ping timeout: 256 seconds]
Spawns_Carpeting has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
Spawns_Carpeting has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
jonatack has quit [Ping timeout: 240 seconds]
jonatack has quit [Ping timeout: 240 seconds]
jonatack has joined #lisp
jonatack has joined #lisp
Spawns_Carpeting has joined #lisp
Spawns_Carpeting has joined #lisp
frost-lab has quit [Quit: Connection closed]
frost-lab has quit [Quit: Connection closed]
kam1 has joined #lisp
kam1 has joined #lisp
kam1 has quit [Read error: Connection reset by peer]
kam1 has quit [Read error: Connection reset by peer]
jonatack_ has joined #lisp
jonatack_ has joined #lisp
jonatack_ has quit [Read error: Connection reset by peer]
jonatack_ has quit [Read error: Connection reset by peer]
jonatack has quit [Read error: Connection reset by peer]
jonatack has quit [Read error: Connection reset by peer]
froggey has quit [Ping timeout: 264 seconds]
froggey has quit [Ping timeout: 264 seconds]
VincentVega has joined #lisp
VincentVega has joined #lisp
jonatack_ has joined #lisp
jonatack_ has joined #lisp
froggey has joined #lisp
froggey has joined #lisp
VincentVega has quit [Client Quit]
VincentVega has quit [Client Quit]
jonatack_ has quit [Read error: Connection reset by peer]
jonatack_ has quit [Read error: Connection reset by peer]
jonatack__ has joined #lisp
jonatack__ has joined #lisp
Tordek has joined #lisp
Tordek has joined #lisp
frgo has quit [Remote host closed the connection]
frgo has quit [Remote host closed the connection]
frgo has joined #lisp
frgo has joined #lisp
nydel1 is now known as nydel
nydel1 is now known as nydel
nydel has quit [Changing host]
nydel has joined #lisp
nydel has quit [Changing host]
nydel has joined #lisp
jello_pudding has quit [Ping timeout: 272 seconds]
jello_pudding has quit [Ping timeout: 272 seconds]
Bike has joined #lisp
Bike has joined #lisp
Lycurgus has joined #lisp
Lycurgus has joined #lisp
jello_pudding has joined #lisp
jello_pudding has joined #lisp
rgherdt has quit [Ping timeout: 272 seconds]
rgherdt has quit [Ping timeout: 272 seconds]
Stanley00 has joined #lisp
Stanley00 has joined #lisp
gzj has joined #lisp
gzj has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has joined #lisp
Stanley00 has quit [Ping timeout: 264 seconds]
Stanley00 has quit [Ping timeout: 264 seconds]
jonatack__ has quit [Ping timeout: 264 seconds]
jonatack__ has quit [Ping timeout: 264 seconds]
hiroaki1 has quit [Ping timeout: 260 seconds]
hiroaki1 has quit [Ping timeout: 260 seconds]
hiroaki1 has joined #lisp
hiroaki1 has joined #lisp
retropikzel has joined #lisp
retropikzel has joined #lisp
rwcom60280385034 has quit [Ping timeout: 264 seconds]
rwcom60280385034 has quit [Ping timeout: 264 seconds]
attila_lendvai has quit [Ping timeout: 265 seconds]
attila_lendvai has quit [Ping timeout: 265 seconds]
rgherdt has joined #lisp
rgherdt has joined #lisp
warweasle has joined #lisp
warweasle has joined #lisp
Lycurgus has quit [Quit: Exeunt]
Lycurgus has quit [Quit: Exeunt]
_jrjsmrtn has quit [Ping timeout: 240 seconds]
_jrjsmrtn has quit [Ping timeout: 240 seconds]
__jrjsmrtn__ has joined #lisp
__jrjsmrtn__ has joined #lisp
jonatack has joined #lisp
jonatack has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has joined #lisp
aggin has joined #lisp
aggin has joined #lisp
<aggin> If anyone who uses cl+ssl here, what does "An I/O error occurred: undocumented reason (return code: 5)" mean
<aggin> If anyone who uses cl+ssl here, what does "An I/O error occurred: undocumented reason (return code: 5)" mean
gzj has quit [Read error: Connection reset by peer]
gzj has quit [Read error: Connection reset by peer]
gzj has joined #lisp
gzj has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has joined #lisp
<Bike> i don't use it, but it looks like libssl signaled an error cl+ssl doesn't understand https://github.com/cl-plus-ssl/cl-plus-ssl/blob/master/src/conditions.lisp#L189-L210
<Bike> i don't use it, but it looks like libssl signaled an error cl+ssl doesn't understand https://github.com/cl-plus-ssl/cl-plus-ssl/blob/master/src/conditions.lisp#L189-L210
orivej has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 265 seconds]
gzj has quit [Read error: Connection reset by peer]
gzj has quit [Read error: Connection reset by peer]
gzj has joined #lisp
gzj has joined #lisp
OlCe has joined #lisp
OlCe has joined #lisp
<aggin> oh ok
<aggin> oh ok
<aggin> thanks
<aggin> thanks
aggin has quit [Quit: WeeChat 3.0.1]
aggin has quit [Quit: WeeChat 3.0.1]
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has joined #lisp
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has joined #lisp
gzj has joined #lisp
gzj has quit [Read error: Connection reset by peer]
gzj has quit [Read error: Connection reset by peer]
gzj has joined #lisp
gzj has joined #lisp
toorevitimirp has quit [Remote host closed the connection]
toorevitimirp has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
toorevitimirp has joined #lisp
toorevitimirp has joined #lisp
gzj has joined #lisp
gzj has joined #lisp
corpix_ has joined #lisp
corpix_ has joined #lisp
corpix has quit [Ping timeout: 268 seconds]
corpix has quit [Ping timeout: 268 seconds]
madage has quit [Ping timeout: 268 seconds]
madage has quit [Ping timeout: 268 seconds]
deltab has quit [Ping timeout: 276 seconds]
deltab has quit [Ping timeout: 276 seconds]
madage has joined #lisp
madage has joined #lisp
deltab has joined #lisp
deltab has joined #lisp
varjag has quit [Ping timeout: 256 seconds]
varjag has quit [Ping timeout: 256 seconds]
didi has joined #lisp
didi has joined #lisp
<didi> What does the "n" stands for in mutating functions like `nreverse'?
<didi> What does the "n" stands for in mutating functions like `nreverse'?
mrchampion has joined #lisp
mrchampion has joined #lisp
notzmv has quit [Ping timeout: 240 seconds]
notzmv has quit [Ping timeout: 240 seconds]
<flip214> Kingsy: I'm here now, what's the issue?
<flip214> Kingsy: I'm here now, what's the issue?
<Bike> ndestructive
<Bike> ndestructive
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
<flip214> wasn't it "not consing"?
<flip214> wasn't it "not consing"?
gzj has joined #lisp
gzj has joined #lisp
<didi> Bike: :-)
<didi> Bike: :-)
<Kingsy> flip214: thats ok! I have taken a different tact. I am going to give emacs a spin!
<Kingsy> flip214: thats ok! I have taken a different tact. I am going to give emacs a spin!
<Kingsy> I never thought I would be I am constantly fighting against vim and its starting to become annoying. All of the things I want with nvim seem to be available on emacs too. like lsp support for common languages. it runs in a terminal.. so screw it. I'm going to give it a go.
<Kingsy> I never thought I would be I am constantly fighting against vim and its starting to become annoying. All of the things I want with nvim seem to be available on emacs too. like lsp support for common languages. it runs in a terminal.. so screw it. I'm going to give it a go.
<didi> Kingsy: Beware of Emacs terminal. Some key combinations won't work in a terminal.
<didi> Kingsy: Beware of Emacs terminal. Some key combinations won't work in a terminal.
<Kingsy> didi: well. I'm going to use emacs gtk for now. but its handy knowing I have a terminal version I can use on my vps IF I do like emacs and start to use it over vim.
<Kingsy> didi: well. I'm going to use emacs gtk for now. but its handy knowing I have a terminal version I can use on my vps IF I do like emacs and start to use it over vim.
<ChoHag> didi: 'n-place.
<ChoHag> didi: 'n-place.
<didi> Kingsy: I use TRAMP to edit remote files.
<didi> Kingsy: I use TRAMP to edit remote files.
<didi> ChoHag: Ah, nice.
<didi> ChoHag: Ah, nice.
<ChoHag> Kingsy: You could try one if the vims that have been ported to emacs.
<ChoHag> Kingsy: You could try one if the vims that have been ported to emacs.
<ChoHag> I use evil.
<ChoHag> I use evil.
<Kingsy> ChoHag: yeah! I think I will.. BUT. I want to messa round with the emacs bindings first. might aswell.
<Kingsy> ChoHag: yeah! I think I will.. BUT. I want to messa round with the emacs bindings first. might aswell.
<flip214> Kingsy: good luck! whatever meets your ends is okay. Just.... don't ever start python (the language) ;)
<flip214> Kingsy: good luck! whatever meets your ends is okay. Just.... don't ever start python (the language) ;)
<Kingsy> didi: wowÂ! tramp looks amazing
<Kingsy> didi: wowÂ! tramp looks amazing
luckless has quit [Remote host closed the connection]
luckless has quit [Remote host closed the connection]
<didi> Kingsy: It's awesome.
<didi> Kingsy: It's awesome.
<Kingsy> how is emacs memory footprint? I know vim is super low.. obviously its a gui.. it is a fAir amount more?
<Kingsy> how is emacs memory footprint? I know vim is super low.. obviously its a gui.. it is a fAir amount more?
<Xach> emacs stands for "eight megs and constantly swapping".
<Xach> emacs stands for "eight megs and constantly swapping".
louis771 has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
louis771 has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
<Xach> Kingsy: it's a fair amount more than vim
<Xach> Kingsy: it's a fair amount more than vim
<gabc> Kingsy: depends also on the amount of package you add
<gabc> Kingsy: depends also on the amount of package you add
<Kingsy> haha its got to be less than the intellij suite.. which is what I currently use :D
<Kingsy> haha its got to be less than the intellij suite.. which is what I currently use :D
<gabc> It probably will, but it really depends on what you do with it
<gabc> It probably will, but it really depends on what you do with it
<flip214> Is there a function to shallowly copy a CLOS instance?
<flip214> Is there a function to shallowly copy a CLOS instance?
<Kingsy> of cours eyeah
<Kingsy> of cours eyeah
<Bike> flip214: no.
<Bike> flip214: no.
<flip214> Bike: not even in CLOSER-MOP or ALEXANDRIA?
<flip214> Bike: not even in CLOSER-MOP or ALEXANDRIA?
louis771 has joined #lisp
louis771 has joined #lisp
<Bike> i don't think they do. you could write one with mop, assuming you only wanted to handle standard slots
<Bike> i don't think they do. you could write one with mop, assuming you only wanted to handle standard slots
<flip214> yeah, exactly....
<flip214> yeah, exactly....
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has left #lisp ["Disconnected: closed"]
<flip214> thanks
<flip214> thanks
<gabc> Kingsy: right now my emacs takes 73MB of ram if that is of any help
<gabc> Kingsy: right now my emacs takes 73MB of ram if that is of any help
contrapunctus has joined #lisp
contrapunctus has joined #lisp
<ChoHag> Kingsy: Says I'm using ~70MB here.
<ChoHag> Kingsy: Says I'm using ~70MB here.
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has left #lisp ["Disconnected: closed"]
<didi> 233 MB.
<didi> 233 MB.
contrapunctus has joined #lisp
contrapunctus has joined #lisp
<ChoHag> Well I rebooted a few weeks ago.
<ChoHag> Well I rebooted a few weeks ago.
<gabc> I don't use emacs much on my work computer too, mostly just for magit
<gabc> I don't use emacs much on my work computer too, mostly just for magit
Major_Biscuit has quit [Ping timeout: 256 seconds]
Major_Biscuit has quit [Ping timeout: 256 seconds]
<ChoHag> By way of comparison, firehose is taking 500MB and I only have a dozen or so tabs open and it crashes every few days.
<ChoHag> By way of comparison, firehose is taking 500MB and I only have a dozen or so tabs open and it crashes every few days.
<Kingsy> yeah thats not much.
<Kingsy> yeah thats not much.
<Kingsy> firefox is using 2gb
<Kingsy> firefox is using 2gb
<Kingsy> :D
<Kingsy> :D
<Kingsy> anyway thansk for the info
<Kingsy> anyway thansk for the info
cage_ has joined #lisp
cage_ has joined #lisp
sjl has joined #lisp
sjl has joined #lisp
<ChoHag> Oh and hey, if emacs doesn't work out you could head the other way on the editor spectrum and try ed.
<ChoHag> Oh and hey, if emacs doesn't work out you could head the other way on the editor spectrum and try ed.
<Kingsy> hahaha
<Kingsy> hahaha
* Odin- remembers using edlin on DOS.
* Odin- remembers using edlin on DOS.
<Odin-> That was ... different. :p
<Odin-> That was ... different. :p
<gabc> I got quite good with 'ed' a few years back, was fun
<gabc> I got quite good with 'ed' a few years back, was fun
<Josh_2> Good afternoon
<Josh_2> Good afternoon
<aeth> I only learned the basics of ed (and vim), several times. So I'm probably completely rusty again if I ever had to navigate either.
<aeth> I only learned the basics of ed (and vim), several times. So I'm probably completely rusty again if I ever had to navigate either.
<aeth> Any good ed-in-CL editors? I think there have to be several.
<aeth> Any good ed-in-CL editors? I think there have to be several.
louis771 has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
louis771 has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
louis771 has joined #lisp
louis771 has joined #lisp
<ChoHag> ed is (mostly) just what you type after : in vi.
<ChoHag> ed is (mostly) just what you type after : in vi.
<aeth> Yes, the VIsual mode for ex, which I guess should be called EdX
<aeth> Yes, the VIsual mode for ex, which I guess should be called EdX
<gabc> aeth: lem is good, but not ed
<gabc> aeth: lem is good, but not ed
aggin has joined #lisp
aggin has joined #lisp
<Josh_2> Emacs gooder
<Josh_2> Emacs gooder
<Xach> aeth: i feel like i've seen one or two before, but the names escape me
<Xach> aeth: i feel like i've seen one or two before, but the names escape me
Stanley00 has joined #lisp
Stanley00 has joined #lisp
Major_Biscuit has joined #lisp
Major_Biscuit has joined #lisp
Stanley00 has quit [Ping timeout: 245 seconds]
Stanley00 has quit [Ping timeout: 245 seconds]
theothornhill has quit [Ping timeout: 244 seconds]
theothornhill has quit [Ping timeout: 244 seconds]
aggin has quit [Quit: WeeChat 3.0.1]
aggin has quit [Quit: WeeChat 3.0.1]
bitmapper has joined #lisp
bitmapper has joined #lisp
Stanley00 has joined #lisp
Stanley00 has joined #lisp
wsinatra has joined #lisp
wsinatra has joined #lisp
Stanley00 has quit [Ping timeout: 240 seconds]
Stanley00 has quit [Ping timeout: 240 seconds]
<Odin-> aeth: To be invoked when calling ed? :p
<Odin-> aeth: To be invoked when calling ed? :p
jonatack has quit [Ping timeout: 264 seconds]
jonatack has quit [Ping timeout: 264 seconds]
theothornhill has joined #lisp
theothornhill has joined #lisp
jonatack has joined #lisp
jonatack has joined #lisp
cosimone has quit [Remote host closed the connection]
cosimone has quit [Remote host closed the connection]
cosimone has joined #lisp
cosimone has joined #lisp
OlCe has quit [Ping timeout: 265 seconds]
OlCe has quit [Ping timeout: 265 seconds]
theothornhill has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
theothornhill has joined #lisp
theothornhill has joined #lisp
theothornhill has quit [Ping timeout: 245 seconds]
theothornhill has quit [Ping timeout: 245 seconds]
theothornhill has joined #lisp
theothornhill has joined #lisp
cage_ has quit [Quit: Leaving]
cage_ has quit [Quit: Leaving]
wsinatra has quit [Read error: Connection reset by peer]
wsinatra has quit [Read error: Connection reset by peer]
wsinatra has joined #lisp
wsinatra has joined #lisp
theothornhill has quit [Ping timeout: 265 seconds]
theothornhill has quit [Ping timeout: 265 seconds]
theothornhill has joined #lisp
theothornhill has joined #lisp
aggin has joined #lisp
aggin has joined #lisp
<beach> flip214: The term "CLOS instance" is meaningless. Every Common Lisp object is an instance of some class.
<beach> flip214: The term "CLOS instance" is meaningless. Every Common Lisp object is an instance of some class.
theothornhill has quit [Ping timeout: 256 seconds]
theothornhill has quit [Ping timeout: 256 seconds]
<phoe> some are instances of standard-classes
<phoe> some are instances of standard-classes
<phoe> and some are instances of substandard classes
<phoe> and some are instances of substandard classes
<beach> Yes. What's the point?
<beach> Yes. What's the point?
<phoe> I assume flip214 meant "standard-object" instead of "CLOS instance"
<phoe> I assume flip214 meant "standard-object" instead of "CLOS instance"
kam1 has joined #lisp
kam1 has joined #lisp
kam1 has quit [Read error: Connection reset by peer]
kam1 has quit [Read error: Connection reset by peer]
CrazyPython has joined #lisp
CrazyPython has joined #lisp
<beach> I think it is a mistake to assume that. It is much better to have flip214 use the correct terminology.
<beach> I think it is a mistake to assume that. It is much better to have flip214 use the correct terminology.
gzj has quit [Read error: Connection reset by peer]
gzj has quit [Read error: Connection reset by peer]
gzj has joined #lisp
gzj has joined #lisp
lansiir has joined #lisp
lansiir has joined #lisp
oldtopman has quit [Ping timeout: 276 seconds]
oldtopman has quit [Ping timeout: 276 seconds]
<edgar-rft> beach: somehow "the term CLOS instance is meaningless" together with "every Common Lisp object is an instance of some class" makes me conclude that "every Common Lisp object is meaningless"?
<edgar-rft> beach: somehow "the term CLOS instance is meaningless" together with "every Common Lisp object is an instance of some class" makes me conclude that "every Common Lisp object is meaningless"?
toorevitimirp has quit [Remote host closed the connection]
toorevitimirp has quit [Remote host closed the connection]
isBEKaml has joined #lisp
isBEKaml has joined #lisp
theothornhill has joined #lisp
theothornhill has joined #lisp
|3b| has joined #lisp
|3b| has joined #lisp
aggin has quit [Quit: WeeChat 3.0.1]
aggin has quit [Quit: WeeChat 3.0.1]
theothornhill has quit [Ping timeout: 264 seconds]
theothornhill has quit [Ping timeout: 264 seconds]
orivej has joined #lisp
orivej has joined #lisp
<beach> edgar-rft: I am sorry to hear that.
<beach> edgar-rft: I am sorry to hear that.
<edgar-rft> in Common Lisp (+ 1 1) is an OOP program!
<edgar-rft> in Common Lisp (+ 1 1) is an OOP program!
<phoe> so is 1 + 1 in smalltalk though
<phoe> so is 1 + 1 in smalltalk though
<phoe> don't even get me started about java...
<phoe> don't even get me started about java...
<gabc> In python too I guess? and in ruby
<gabc> In python too I guess? and in ruby
Shinmera has quit [Remote host closed the connection]
Shinmera has quit [Remote host closed the connection]
Shinmera has joined #lisp
Shinmera has joined #lisp
mgr_ has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
mgr_ has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
fiddlerwoaroof has quit [Quit: Gone.]
fiddlerwoaroof has quit [Quit: Gone.]
Theora[m] has quit [Ping timeout: 265 seconds]
Theora[m] has quit [Ping timeout: 265 seconds]
fiddlerwoaroof has joined #lisp
fiddlerwoaroof has joined #lisp
gingerale- has joined #lisp
gingerale- has joined #lisp
idxu has quit [Quit: ZNC - https://znc.in]
idxu has quit [Quit: ZNC - https://znc.in]
katco has quit [Ping timeout: 246 seconds]
katco has quit [Ping timeout: 246 seconds]
Blkt has quit [Read error: Connection reset by peer]
Blkt has quit [Read error: Connection reset by peer]
dieggsy has quit [Ping timeout: 246 seconds]
dieggsy has quit [Ping timeout: 246 seconds]
gingerale has quit [Ping timeout: 246 seconds]
copec has quit [Remote host closed the connection]
gingerale has quit [Ping timeout: 246 seconds]
copec has quit [Remote host closed the connection]
dmiles[m] has quit [Ping timeout: 246 seconds]
dmiles[m] has quit [Ping timeout: 246 seconds]
copec_ has joined #lisp
copec_ has joined #lisp
idxu has joined #lisp
idxu has joined #lisp
Gnuxie[m] has quit [Ping timeout: 265 seconds]
Gnuxie[m] has quit [Ping timeout: 265 seconds]
loke[m] has quit [Ping timeout: 246 seconds]
loke[m] has quit [Ping timeout: 246 seconds]
kreyren has quit [Ping timeout: 246 seconds]
kreyren has quit [Ping timeout: 246 seconds]
eschatologist has quit [Remote host closed the connection]
eschatologist has quit [Remote host closed the connection]
Blkt has joined #lisp
Blkt has joined #lisp
matthewcroughan has quit [Remote host closed the connection]
matthewcroughan has quit [Remote host closed the connection]
harlchen[m] has quit [Ping timeout: 240 seconds]
harlchen[m] has quit [Ping timeout: 240 seconds]
infra_red[m] has quit [Ping timeout: 240 seconds]
infra_red[m] has quit [Ping timeout: 240 seconds]
mgr_ has joined #lisp
mgr_ has joined #lisp
ey[m] has quit [Ping timeout: 244 seconds]
ey[m] has quit [Ping timeout: 244 seconds]
Major_Biscuit has quit [Ping timeout: 265 seconds]
Major_Biscuit has quit [Ping timeout: 265 seconds]
matthewcroughan has joined #lisp
matthewcroughan has joined #lisp
susam has quit [Ping timeout: 258 seconds]
susam has quit [Ping timeout: 258 seconds]
Major_Biscuit has joined #lisp
Major_Biscuit has joined #lisp
tweet[m] has quit [Ping timeout: 268 seconds]
tweet[m] has quit [Ping timeout: 268 seconds]
MrtnDk[m] has quit [Ping timeout: 240 seconds]
MrtnDk[m] has quit [Ping timeout: 240 seconds]
isoraqathedh has quit [Remote host closed the connection]
isoraqathedh has quit [Remote host closed the connection]
copec_ is now known as copec
copec_ is now known as copec
isoraqathedh has joined #lisp
isoraqathedh has joined #lisp
ms[m] has quit [Ping timeout: 268 seconds]
ms[m] has quit [Ping timeout: 268 seconds]
etimmons has quit [Ping timeout: 268 seconds]
etimmons has quit [Ping timeout: 268 seconds]
keja_ has quit [Ping timeout: 265 seconds]
keja_ has quit [Ping timeout: 265 seconds]
OlCe has joined #lisp
OlCe has joined #lisp
keja_ has joined #lisp
keja_ has joined #lisp
arcontethegreat[ has quit [Ping timeout: 268 seconds]
arcontethegreat[ has quit [Ping timeout: 268 seconds]
ThaEwat has quit [Ping timeout: 268 seconds]
ThaEwat has quit [Ping timeout: 268 seconds]
Krystof has quit [Ping timeout: 264 seconds]
Krystof has quit [Ping timeout: 264 seconds]
theothornhill has joined #lisp
theothornhill has joined #lisp
theothornhill has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
theothornhill has joined #lisp
theothornhill has joined #lisp
Major_Biscuit has quit [Read error: Connection timed out]
Major_Biscuit has quit [Read error: Connection timed out]
mister_m has joined #lisp
mister_m has joined #lisp
Major_Biscuit has joined #lisp
Major_Biscuit has joined #lisp
katco has joined #lisp
katco has joined #lisp
theothornhill has quit [Read error: Connection timed out]
theothornhill has quit [Read error: Connection timed out]
theothornhill has joined #lisp
theothornhill has joined #lisp
notzmv has joined #lisp
notzmv has joined #lisp
mindCrime_ has joined #lisp
mindCrime_ has joined #lisp
ebrasca has joined #lisp
ebrasca has joined #lisp
dieggsy has joined #lisp
dieggsy has joined #lisp
Theora[m] has joined #lisp
Theora[m] has joined #lisp
theothornhill has quit [Ping timeout: 268 seconds]
theothornhill has quit [Ping timeout: 268 seconds]
ljavorsk has quit [Ping timeout: 264 seconds]
ljavorsk has quit [Ping timeout: 264 seconds]
dmiles[m] has joined #lisp
dmiles[m] has joined #lisp
ey[m] has joined #lisp
ey[m] has joined #lisp
susam has joined #lisp
susam has joined #lisp
kreyren has joined #lisp
kreyren has joined #lisp
<jasom> minion: memo for pillton: I don't think the yaml grammar guarantees that the substring '\n---' is always a document terminator
<jasom> minion: memo for pillton: I don't think the yaml grammar guarantees that the substring '\n---' is always a document terminator
<minion> Remembered. I'll tell pillton when he/she/it next speaks.
<minion> Remembered. I'll tell pillton when he/she/it next speaks.
totoro2021 has quit [Ping timeout: 265 seconds]
totoro2021 has quit [Ping timeout: 265 seconds]
Gnuxie[m] has joined #lisp
Gnuxie[m] has joined #lisp
theothornhill has joined #lisp
theothornhill has joined #lisp
loke[m] has joined #lisp
loke[m] has joined #lisp
nmg_ has joined #lisp
nmg_ has joined #lisp
nmg has quit [Read error: Connection reset by peer]
nmg has quit [Read error: Connection reset by peer]
tweet[m] has joined #lisp
tweet[m] has joined #lisp
infra_red[m] has joined #lisp
infra_red[m] has joined #lisp
theothornhill has quit [Ping timeout: 258 seconds]
theothornhill has quit [Ping timeout: 258 seconds]
harlchen[m] has joined #lisp
harlchen[m] has joined #lisp
aartaka has quit [Read error: Connection reset by peer]
aartaka has quit [Read error: Connection reset by peer]
aartaka_d has joined #lisp
aartaka_d has joined #lisp
Alloc has joined #lisp
Alloc has joined #lisp
semz has joined #lisp
semz has joined #lisp
etimmons has joined #lisp
etimmons has joined #lisp
aggin has joined #lisp
aggin has joined #lisp
Alloc has quit [Read error: Connection reset by peer]
Alloc has quit [Read error: Connection reset by peer]
MrtnDk[m] has joined #lisp
MrtnDk[m] has joined #lisp
<shinohai> I think minion needs some more pronouns. he/she/it alone isn't inclusive enough.
<shinohai> I think minion needs some more pronouns. he/she/it alone isn't inclusive enough.
<jasom> just replace it with "they"
<jasom> just replace it with "they"
<jasom> by "it" I meant "he/she/it" not just the "it" part
<jasom> by "it" I meant "he/she/it" not just the "it" part
ms[m] has joined #lisp
ms[m] has joined #lisp
<shinohai> xD
<shinohai> xD
<beach> Or "that entity".
<beach> Or "that entity".
phantomics has joined #lisp
phantomics has joined #lisp
<jasom> Remembered. I'll tell FOO when FOO next speaks.
<jasom> Remembered. I'll tell FOO when FOO next speaks.
theothornhill has joined #lisp
theothornhill has joined #lisp
<moon-child> or sidestep the problem entirely: I'll bring it up next time pillton speaks
<moon-child> or sidestep the problem entirely: I'll bring it up next time pillton speaks
arcontethegreat[ has joined #lisp
arcontethegreat[ has joined #lisp
* shinohai goes to make a pull request to cl-irc demanding inclusive pronouns and a Code-of-Conduct ....
* shinohai goes to make a pull request to cl-irc demanding inclusive pronouns and a Code-of-Conduct ....
ThaEwat has joined #lisp
ThaEwat has joined #lisp
<Josh_2> Thanks for the information
<Josh_2> Thanks for the information
<Josh_2> I agree with beach
<Josh_2> I agree with beach
theothornhill has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
theothornhill has joined #lisp
theothornhill has joined #lisp
<shinohai> Josh_2: you do realize I'm jesting, neh?
<shinohai> Josh_2: you do realize I'm jesting, neh?
<Josh_2> No you didn't put a /s
<Josh_2> No you didn't put a /s
didi has left #lisp ["O bella ciao bella ciao bella ciao, ciao, ciao."]
didi has left #lisp ["O bella ciao bella ciao bella ciao, ciao, ciao."]
<Josh_2> But now I know :P
<Josh_2> But now I know :P
<shinohai> ^.^
<shinohai> ^.^
Alloc has joined #lisp
Alloc has joined #lisp
theothornhill has quit [Ping timeout: 272 seconds]
theothornhill has quit [Ping timeout: 272 seconds]
mmkarakaya has joined #lisp
mmkarakaya has joined #lisp
aggin has quit [Quit: WeeChat 3.0.1]
aggin has quit [Quit: WeeChat 3.0.1]
waleee-cl has joined #lisp
waleee-cl has joined #lisp
theothornhill has joined #lisp
theothornhill has joined #lisp
Alloc has quit [Remote host closed the connection]
Alloc has quit [Remote host closed the connection]
Alloc has joined #lisp
Alloc has joined #lisp
theothornhill has quit [Ping timeout: 265 seconds]
theothornhill has quit [Ping timeout: 265 seconds]
dra_ has joined #lisp
dra_ has joined #lisp
dra_ has quit [Client Quit]
dra_ has quit [Client Quit]
theothornhill has joined #lisp
theothornhill has joined #lisp
dra has joined #lisp
dra has joined #lisp
Alloc has quit [Read error: Connection reset by peer]
Alloc has quit [Read error: Connection reset by peer]
gzj has quit [Read error: Connection reset by peer]
gzj has quit [Read error: Connection reset by peer]
gzj has joined #lisp
gzj has joined #lisp
Major_Biscuit has quit [Ping timeout: 256 seconds]
Major_Biscuit has quit [Ping timeout: 256 seconds]
theothornhill has quit [Ping timeout: 245 seconds]
theothornhill has quit [Ping timeout: 245 seconds]
m00natic has quit [Ping timeout: 256 seconds]
m00natic has quit [Ping timeout: 256 seconds]
matthewcroughan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
matthewcroughan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
matthewcroughan has joined #lisp
matthewcroughan has joined #lisp
matthewcroughan has quit [Client Quit]
matthewcroughan has quit [Client Quit]
theothornhill has joined #lisp
theothornhill has joined #lisp
matthewcroughan has joined #lisp
matthewcroughan has joined #lisp
wsinatra_ has joined #lisp
wsinatra_ has joined #lisp
* edgar-rft suggests to replace "he/she/it/" by "CLOS instance"
* edgar-rft suggests to replace "he/she/it/" by "CLOS instance"
wsinatra has quit [Read error: Connection reset by peer]
wsinatra has quit [Read error: Connection reset by peer]
Jachy has quit [Remote host closed the connection]
Jachy has quit [Remote host closed the connection]
<edgar-rft> ...because in Common Lisp everyone is a CLOS instance
<edgar-rft> ...because in Common Lisp everyone is a CLOS instance
<Josh_2> I like this
<Josh_2> I like this
<shinohai> aha
<shinohai> aha
<aeth> just say "the instance"
<aeth> just say "the instance"
<aeth> or "they", same meaning
<aeth> or "they", same meaning
<Josh_2> "I'll tell the instance of <name> "
<Josh_2> "I'll tell the instance of <name> "
<aeth> "they" = "thei" = "the instance(s)"
<aeth> "they" = "thei" = "the instance(s)"
<Josh_2> verbose == more gooder
<Josh_2> verbose == more gooder
ukari has quit [Remote host closed the connection]
ukari has quit [Remote host closed the connection]
ukari has joined #lisp
ukari has joined #lisp
<aeth> But, more seriously, this grammar argument has been held over the internet for like 15 years or so, if not longer. Just using "they/their/them" as singular/plural to refer to a user is perfectly valid English and takes up way less space without offending (almost) anyone. The only confusing part is when translating it, it might be unclear if it's singular or plural or unspecified.
<aeth> But, more seriously, this grammar argument has been held over the internet for like 15 years or so, if not longer. Just using "they/their/them" as singular/plural to refer to a user is perfectly valid English and takes up way less space without offending (almost) anyone. The only confusing part is when translating it, it might be unclear if it's singular or plural or unspecified.
<aeth> And it's so subtle, nobody's even going to notice it unless they look for it.
<aeth> And it's so subtle, nobody's even going to notice it unless they look for it.
jdz has quit [Ping timeout: 256 seconds]
jdz has quit [Ping timeout: 256 seconds]
<White_Flame> since this is IRC, "I'll tell FOO when someone or something claiming that handle speaks next"
<White_Flame> since this is IRC, "I'll tell FOO when someone or something claiming that handle speaks next"
<Josh_2> instance of is more Lisp specific
<Josh_2> instance of is more Lisp specific
<Alfr> What happened to choosing the most specific construct?
<Alfr> What happened to choosing the most specific construct?
<edgar-rft> The point is that as a CLOS instance you're meaningless
<edgar-rft> The point is that as a CLOS instance you're meaningless
<phoe> Alfr: people don't understand multiple inheritance so the concept kinda went down the drain
<phoe> Alfr: people don't understand multiple inheritance so the concept kinda went down the drain
theothornhill has quit [Ping timeout: 264 seconds]
theothornhill has quit [Ping timeout: 264 seconds]
<aeth> ("nobody's even going to notice it unless they look for it" is exactly an example of what I'm talking about, by the way, since "nobody" is singular)
<aeth> ("nobody's even going to notice it unless they look for it" is exactly an example of what I'm talking about, by the way, since "nobody" is singular)
yang has joined #lisp
yang has joined #lisp
<edgar-rft> the internet is full of nobodies (plural)
<edgar-rft> the internet is full of nobodies (plural)
<aeth> Quite the paradox.
<aeth> Quite the paradox.
<aeth> It's like how with continuous probabilities, p(x) for any x is 0, and yet, you have a distribution that sums to 1.
<aeth> It's like how with continuous probabilities, p(x) for any x is 0, and yet, you have a distribution that sums to 1.
<Alfr> Move this to the cafe? ;)
<Alfr> Move this to the cafe? ;)
mmkarakaya has left #lisp [#lisp]
mmkarakaya has left #lisp [#lisp]
<aeth> absolutely.
<aeth> absolutely.
<aeth> Although my serious point is imo on-topic since there should be a style guide not just for Lisp code, but also for Lisp documentation. (wait, people write documentation?)
<aeth> Although my serious point is imo on-topic since there should be a style guide not just for Lisp code, but also for Lisp documentation. (wait, people write documentation?)
* shinohai apologizes, didn't mean to start off-topic convo with mere joke ....
* shinohai apologizes, didn't mean to start off-topic convo with mere joke ....
<Josh_2> No there shouldn't aeth
<Josh_2> No there shouldn't aeth
* White_Flame prefers a bit of cheekiness, especially in bots
* White_Flame prefers a bit of cheekiness, especially in bots
wsinatra_ has quit [Ping timeout: 245 seconds]
wsinatra_ has quit [Ping timeout: 245 seconds]
jdz has joined #lisp
jdz has joined #lisp
<jasom> edgar-rft: it's the modifier "clos" that is the meaningless part of "CLOS instance" Unless you can point to an object that isn't a CLOS instance
<jasom> edgar-rft: it's the modifier "clos" that is the meaningless part of "CLOS instance" Unless you can point to an object that isn't a CLOS instance
wsinatra has joined #lisp
wsinatra has joined #lisp
theothornhill has joined #lisp
theothornhill has joined #lisp
isBEKaml has quit [Ping timeout: 264 seconds]
isBEKaml has quit [Ping timeout: 264 seconds]
<edgar-rft> jasom: I don't need CLOS to be meaningless :-)
<edgar-rft> jasom: I don't need CLOS to be meaningless :-)
amb007 has quit [Ping timeout: 256 seconds]
amb007 has quit [Ping timeout: 256 seconds]
metehan has joined #lisp
metehan has joined #lisp
amb007 has joined #lisp
amb007 has joined #lisp
Alloc has joined #lisp
Alloc has joined #lisp
Alloc has quit [Client Quit]
Alloc has quit [Client Quit]
Alloc has joined #lisp
Alloc has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
gzj has quit [Remote host closed the connection]
gzj has quit [Remote host closed the connection]
Alloc has quit [Client Quit]
Alloc has quit [Client Quit]
amb007 has joined #lisp
amb007 has joined #lisp
gzj has joined #lisp
gzj has joined #lisp
eschatologist has joined #lisp
eschatologist has joined #lisp
jdz has quit [Ping timeout: 264 seconds]
jdz has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 264 seconds]
orivej has joined #lisp
orivej has joined #lisp
abhixec has quit [Quit: leaving]
abhixec has quit [Quit: leaving]
theothornhill has quit [Ping timeout: 245 seconds]
theothornhill has quit [Ping timeout: 245 seconds]
Trieste has quit [Quit: Be well!]
Trieste has quit [Quit: Be well!]
theothornhill has joined #lisp
theothornhill has joined #lisp
lclark has joined #lisp
lclark has joined #lisp
lclark has quit [Client Quit]
lclark has quit [Client Quit]
theothor` has joined #lisp
theothor` has joined #lisp
theothornhill has quit [Remote host closed the connection]
theothornhill has quit [Remote host closed the connection]
contrapunctus has left #lisp ["Disconnected: Replaced by new connection"]
contrapunctus has left #lisp ["Disconnected: Replaced by new connection"]
jdz has joined #lisp
jdz has joined #lisp
contrapunctus has joined #lisp
contrapunctus has joined #lisp
wsinatra has quit [Read error: Connection reset by peer]
wsinatra has quit [Read error: Connection reset by peer]
wsinatra_ has joined #lisp
wsinatra_ has joined #lisp
aartaka has joined #lisp
aartaka has joined #lisp
hiroaki has quit [Ping timeout: 272 seconds]
hiroaki has quit [Ping timeout: 272 seconds]
dra has quit [Quit: Leaving]
dra has quit [Quit: Leaving]
aartaka_d has quit [Ping timeout: 260 seconds]
aartaka_d has quit [Ping timeout: 260 seconds]
rpg has joined #lisp
rpg has joined #lisp
ukari has quit [Remote host closed the connection]
ukari has quit [Remote host closed the connection]
ukari has joined #lisp
ukari has joined #lisp
cosimone has quit [Read error: Connection reset by peer]
cosimone has quit [Read error: Connection reset by peer]
hiroaki has joined #lisp
hiroaki has joined #lisp
pankajsg has quit [Ping timeout: 256 seconds]
pankajsg has quit [Ping timeout: 256 seconds]
Inline has joined #lisp
Inline has joined #lisp
drbluefall has joined #lisp
drbluefall has joined #lisp
metehan has quit [Quit: Leaving]
metehan has quit [Quit: Leaving]
theothor` has quit [Ping timeout: 260 seconds]
theothor` has quit [Ping timeout: 260 seconds]
wsinatra_ has quit [Ping timeout: 245 seconds]
wsinatra_ has quit [Ping timeout: 245 seconds]
metehan_lambda has joined #lisp
metehan_lambda has joined #lisp
villanella has quit [Quit: villanella]
villanella has quit [Quit: villanella]
<Odin-> aeth: Documentation is a myth.
<Odin-> aeth: Documentation is a myth.
<ChoHag> I write documentation.
<ChoHag> I write documentation.
<ChoHag> Nobody reads it.
<ChoHag> Nobody reads it.
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
<MrtnDk[m]> Odin- Do you know Odin-lap?
<MrtnDk[m]> Odin- Do you know Odin-lap?
<White_Flame> I write documentation. *I* read it
<White_Flame> I write documentation. *I* read it
<Josh_2> ^
<Josh_2> ^
<moon-child> you write your own documentation?
<moon-child> you write your own documentation?
<moon-child> narcissist
<moon-child> narcissist
varjag has joined #lisp
varjag has joined #lisp
<Josh_2> Well might struggle to find someone else to write it
<Josh_2> Well might struggle to find someone else to write it
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
<ChoHag> White_Flame: Honestly I think that's the most useful purpose of the stuff.
<ChoHag> White_Flame: Honestly I think that's the most useful purpose of the stuff.
amb007 has joined #lisp
amb007 has joined #lisp
<ChoHag> I don't know wtf I was thinking last night. How can I possibly remember what this code I wrote last year did?
<ChoHag> I don't know wtf I was thinking last night. How can I possibly remember what this code I wrote last year did?
<Odin-> MrtnDk[m]: ... is that nick active?
<Odin-> MrtnDk[m]: ... is that nick active?
<ChoHag> moon-child: Code's not complete without documentation.
<ChoHag> moon-child: Code's not complete without documentation.
<MrtnDk[m]> Odin- It used to be.
<MrtnDk[m]> Odin- It used to be.
<Odin-> Well, yes. Usually at a similar time as this one, depending on which computer I was using at the time.
<Odin-> Well, yes. Usually at a similar time as this one, depending on which computer I was using at the time.
metehan_lambda is now known as metehan
metehan_lambda is now known as metehan
orivej has quit [Ping timeout: 258 seconds]
orivej has quit [Ping timeout: 258 seconds]
rogersm has joined #lisp
rogersm has joined #lisp
Krystof has joined #lisp
Krystof has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
Lord_of_Life_ has joined #lisp
Lord_of_Life_ has joined #lisp
Inline has quit [Ping timeout: 272 seconds]
Inline has quit [Ping timeout: 272 seconds]
Lord_of_Life has quit [Ping timeout: 244 seconds]
Lord_of_Life has quit [Ping timeout: 244 seconds]
Lord_of_Life_ is now known as Lord_of_Life
Lord_of_Life_ is now known as Lord_of_Life
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
jonatack_ has joined #lisp
jonatack_ has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
jonatack_ has quit [Read error: Connection reset by peer]
jonatack_ has quit [Read error: Connection reset by peer]
jonatack has quit [Ping timeout: 272 seconds]
jonatack has quit [Ping timeout: 272 seconds]
jonatack_ has joined #lisp
jonatack_ has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
ljavorsk has joined #lisp
ljavorsk has joined #lisp
asarch has joined #lisp
asarch has joined #lisp
asarch has quit [Client Quit]
asarch has quit [Client Quit]
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
warweasle has quit [Quit: rcirc on GNU Emacs 26.1]
warweasle has quit [Quit: rcirc on GNU Emacs 26.1]
theothor` has joined #lisp
theothor` has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
drbluefall has quit [Ping timeout: 258 seconds]
drbluefall has quit [Ping timeout: 258 seconds]
amb007 has joined #lisp
amb007 has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
theothor` has quit [Ping timeout: 240 seconds]
theothor` has quit [Ping timeout: 240 seconds]
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #lisp
amb007 has joined #lisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has quit [Read error: Connection reset by peer]
narimiran has quit [Ping timeout: 264 seconds]
narimiran has quit [Ping timeout: 264 seconds]
amb007 has joined #lisp
amb007 has joined #lisp
rogersm has quit [Remote host closed the connection]
rogersm has quit [Remote host closed the connection]
<MrtnDk[m]> Odin- Are you Odin-lap?
<MrtnDk[m]> Odin- Are you Odin-lap?
sauvin_ has joined #lisp
sauvin_ has joined #lisp
sauvin_ is now known as Boc
sauvin_ is now known as Boc
<MrtnDk[m]> on another nick name
<MrtnDk[m]> on another nick name
Lemniscate has quit [Ping timeout: 260 seconds]
Lemniscate has quit [Ping timeout: 260 seconds]
<fiddlerwoaroof> I right executable documentation...
<fiddlerwoaroof> I right executable documentation...
<fiddlerwoaroof> I also confuse homophones
<fiddlerwoaroof> I also confuse homophones
theothor` has joined #lisp
theothor` has joined #lisp
anticrisis has joined #lisp
anticrisis has joined #lisp
sabasedigh has joined #lisp
sabasedigh has joined #lisp
<sabasedigh> I am on Linux and I need to learn lisp. could you help me?
<sabasedigh> I am on Linux and I need to learn lisp. could you help me?
theothor` has quit [Ping timeout: 260 seconds]
theothor` has quit [Ping timeout: 260 seconds]
<Josh_2> With what?
<Josh_2> With what?
cosimone has joined #lisp
cosimone has joined #lisp
<sabasedigh> learnin lisp?
<sabasedigh> learnin lisp?
akoana has joined #lisp
akoana has joined #lisp
<Josh_2> Well are you a beginner programmer?
<Josh_2> Well are you a beginner programmer?
<edgar-rft> sabasedigh: here are tutorials for linux mac and windows -> https://www.cliki.net/Getting%20Started
<edgar-rft> sabasedigh: here are tutorials for linux mac and windows -> https://www.cliki.net/Getting%20Started
theothor` has joined #lisp
theothor` has joined #lisp
rogersm has joined #lisp
rogersm has joined #lisp
<raeda> I recommend Portacle to get an IDE (Emacs) and a Common Lisp up and running quickly https://portacle.github.io/
<raeda> I recommend Portacle to get an IDE (Emacs) and a Common Lisp up and running quickly https://portacle.github.io/
indathrone has quit [Quit: Leaving]
indathrone has quit [Quit: Leaving]
contrapunctus has left #lisp ["Disconnected: closed"]
contrapunctus has left #lisp ["Disconnected: closed"]
jfb4_ is now known as jfb4
jfb4_ is now known as jfb4
contrapunctus has joined #lisp
contrapunctus has joined #lisp
cantstanya has quit [Remote host closed the connection]
cantstanya has quit [Remote host closed the connection]
cantstanya has joined #lisp
cantstanya has joined #lisp
theothor` has quit [Ping timeout: 256 seconds]
theothor` has quit [Ping timeout: 256 seconds]
mindCrime_ has quit [Ping timeout: 240 seconds]
mindCrime_ has quit [Ping timeout: 240 seconds]
aartaka has quit [Ping timeout: 265 seconds]
aartaka has quit [Ping timeout: 265 seconds]
shka_ has quit [Ping timeout: 244 seconds]
shka_ has quit [Ping timeout: 244 seconds]
hjudt has quit [Ping timeout: 264 seconds]
hjudt has quit [Ping timeout: 264 seconds]
rogersm has quit [Remote host closed the connection]
rogersm has quit [Remote host closed the connection]
theothor` has joined #lisp
theothor` has joined #lisp
villanella has joined #lisp
villanella has joined #lisp
Lord_of_Life has quit [Ping timeout: 265 seconds]
Lord_of_Life has quit [Ping timeout: 265 seconds]
villanella has quit [Ping timeout: 260 seconds]
villanella has quit [Ping timeout: 260 seconds]
DHARMAKAYA has joined #lisp
DHARMAKAYA has joined #lisp
theothor` has quit [Ping timeout: 264 seconds]
theothor` has quit [Ping timeout: 264 seconds]
gaqwas has quit [Ping timeout: 245 seconds]
gaqwas has quit [Ping timeout: 245 seconds]
kevingal has quit [Remote host closed the connection]
kevingal has quit [Remote host closed the connection]
srandon111 has quit [Remote host closed the connection]
srandon111 has quit [Remote host closed the connection]
varjag has quit [Ping timeout: 264 seconds]
varjag has quit [Ping timeout: 264 seconds]
gaqwas has joined #lisp
gaqwas has joined #lisp
gaqwas has joined #lisp
gaqwas has joined #lisp
surabax has quit [Quit: Leaving]
surabax has quit [Quit: Leaving]
louis771_ has joined #lisp
louis771_ has joined #lisp
GZJ0X_ has joined #lisp
GZJ0X_ has joined #lisp
orivej has joined #lisp
orivej has joined #lisp
louis771 has quit [Ping timeout: 256 seconds]
louis771 has quit [Ping timeout: 256 seconds]
gzj has quit [Ping timeout: 265 seconds]
gzj has quit [Ping timeout: 265 seconds]
pve_ has joined #lisp
pve_ has joined #lisp
galex-713 has quit [Ping timeout: 272 seconds]
galex-713 has quit [Ping timeout: 272 seconds]
sjl has quit [Ping timeout: 256 seconds]
sjl has quit [Ping timeout: 256 seconds]
galex-713 has joined #lisp
galex-713 has joined #lisp
mindCrime_ has joined #lisp
mindCrime_ has joined #lisp
pve has quit [Ping timeout: 244 seconds]
pve has quit [Ping timeout: 244 seconds]
<copec> I'm setting up a new mac install and installed Aquamacs, but elpha is only showing slime-company slime-theme slime-docker slime-volleyball as possible packages to install for emacs. What am I missing?
<copec> I'm setting up a new mac install and installed Aquamacs, but elpha is only showing slime-company slime-theme slime-docker slime-volleyball as possible packages to install for emacs. What am I missing?
<jmercouris> You are missing melpa
<jmercouris> You are missing melpa
<jmercouris> But that is neither here nor there, please just use Emacsforosx.com build
<jmercouris> But that is neither here nor there, please just use Emacsforosx.com build
<copec> I would like that. I was only using Aquamacs because the X11 emacs was fugly
<copec> I would like that. I was only using Aquamacs because the X11 emacs was fugly
DHARMAKAYA has quit [Ping timeout: 245 seconds]
DHARMAKAYA has quit [Ping timeout: 245 seconds]
cosimone has quit [Remote host closed the connection]
cosimone has quit [Remote host closed the connection]
cosimone has joined #lisp
cosimone has joined #lisp
gaqwas has quit [Ping timeout: 260 seconds]
gaqwas has quit [Ping timeout: 260 seconds]
akoana has quit [Quit: leaving]
akoana has quit [Quit: leaving]
louis771_ has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
louis771_ has quit [Quit: My M1 has gone to sleep. ZZZzzz…]
OlCe has quit [Ping timeout: 244 seconds]
OlCe has quit [Ping timeout: 244 seconds]
Helmholtz has quit [Quit: Helmholtz]
Helmholtz has quit [Quit: Helmholtz]
pve_ has quit [Quit: leaving]
pve_ has quit [Quit: leaving]
igemnace has joined #lisp
igemnace has joined #lisp
jprajzne has quit [Remote host closed the connection]
jprajzne has quit [Remote host closed the connection]
* fiddlerwoaroof always uses the "railwaycat" build: it has much better polish on macOS than the "official" build
* fiddlerwoaroof always uses the "railwaycat" build: it has much better polish on macOS than the "official" build
ebrasca has quit [Remote host closed the connection]
ebrasca has quit [Remote host closed the connection]
xsperry has quit []
xsperry has quit []
hendursa1 has quit [Quit: hendursa1]
hendursa1 has quit [Quit: hendursa1]
hendursaga has joined #lisp
hendursaga has joined #lisp
rgherdt has quit [Ping timeout: 264 seconds]
rgherdt has quit [Ping timeout: 264 seconds]
Krystof has quit [Ping timeout: 264 seconds]
Krystof has quit [Ping timeout: 264 seconds]
asarch has joined #lisp
asarch has joined #lisp
cosimone has quit [Read error: Connection reset by peer]
cosimone has quit [Read error: Connection reset by peer]
cosimone has joined #lisp
cosimone has joined #lisp
sabasedigh has quit [Ping timeout: 264 seconds]
sabasedigh has quit [Ping timeout: 264 seconds]
xsperry has joined #lisp
xsperry has joined #lisp
sabasedigh has joined #lisp
sabasedigh has joined #lisp
<raeda> Is ENDP just NULL with a type check?
<raeda> Is ENDP just NULL with a type check?