james_davis_nicoll (
james_davis_nicoll) wrote2024-10-31 09:27 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
Inspirationally Deficient Characters

Every once in a while Reactor passes on something of mine. This would be the latest example.
Inspirationally Deficient Characters: characters from Hugo-nominated novels who preservered despite significant physical challenges.
no subject
Where is "the RPG community" these days?
no subject
Somewhere near the JCL community, these days, I would think.
no subject
My Traveller code is all in Common Lisp.
no subject
(setf (cond (car (cdr ((foo . bar) . baz) ...
no subject
setf
can do wonders but I'm not sure it can do that.no subject
No, I should have inserted a variable name between it and the unfinished expression beginning with (cond...
no subject
Well, you can also do things like
(setf (aref the-array (big-hairy-form)) ... )
(and maybe you can even use a form foraref
's first arg, I don't have a repl where I am). It's just that(setf cond)
isn't defined.