tynet-lichat/shirakumo - IRC Chatlog
Search
10:06:19
Grolter
I think I'll write here as well... I wrote a draft version of the PLN standard (weirdly there hasn't been one for over 10 years), and it would be nice to get your opinion on the issues presented there.
11:17:46
shinmera
Grolter: I think it should be *disallowed* to make a local nickname the same as the package name or one of its nicknames, as that behaviour is extremely confusing.
11:20:49
Grolter
You have a package org.<...>.mixed that has a local nickname mixed. Say I use some renaming to add nicknames and I add a global nickname mixed to that package (seems reasonable)
11:24:19
shinmera
arguably rename-package should fail, but that would be confusing too, since then internal information of the package would leak
11:24:58
shinmera
As for read consistency, I don't think your proposal for ::: and :::: will work, I seem to remember some implementations already using them.
11:26:36
shinmera
The #., perhaps with another internal operator for a "global-find-symbol" would be best.
11:31:48
Grolter
I kind of like #:(package name) anyway, will include it into the list of possible solutions
11:32:10
shinmera
Though I also never use the programmatical interface for PLNs so this has no real impact on me :)
11:33:00
Grolter
I hope to get some more feedback in near future and then also try asking in different implementation-specific channels
11:35:26
Grolter
Hm, about #:(package name), how one would denote whether the symbol is external or internal?
11:37:17
Grolter
#:(package name :external) and #:(package name) probably, but it kind of complicates things...
12:36:02
Grolter
FYI binpack package on shirakumo dist (quicklisp) is broken - a lot of files are missing :/
12:40:04
Grolter
By the way, do you know anything about quicklisp becoming more and more stale? Or it is no becoming more stale?
15:20:22
shinmera
Once I have that I should probably extend the docs and readme and all with some cool screenshots or whatever
17:00:22
Colleen
quite some time ago I learned a bit about IBL but it was just used for ambient lighting so you could get cool skybox reflections off that pbr helmet model
17:00:22
dthompson
quite some time ago I learned a bit about IBL but it was just used for ambient lighting so you could get cool skybox reflections off that pbr helmet model
17:16:40
shinmera
the new method combination scheme should allow me to re-use pretty much everything from the forward scheme and just implement the necessary logic in a subclass.
17:19:29
shinmera
|3b|: is there an easy way in cl-opengl to enable the debug message callback stuff?