mindstalk: (Default)

[personal profile] mindstalk 2024-10-31 11:03 pm (UTC)(link)

Where is "the RPG community" these days?

jsburbidge: (Default)

[personal profile] jsburbidge 2024-10-31 11:27 pm (UTC)(link)

Somewhere near the JCL community, these days, I would think.

patrick_morris_miller: Me, filking in front of mundanes (Default)

[personal profile] patrick_morris_miller 2024-11-01 12:33 am (UTC)(link)

My Traveller code is all in Common Lisp.

jsburbidge: (Default)

[personal profile] jsburbidge 2024-11-01 01:21 am (UTC)(link)

(setf (cond (car (cdr ((foo . bar) . baz) ...

patrick_morris_miller: Me, filking in front of mundanes (Default)

[personal profile] patrick_morris_miller 2024-11-01 03:29 am (UTC)(link)

setf can do wonders but I'm not sure it can do that.

jsburbidge: (Default)

[personal profile] jsburbidge 2024-11-01 10:59 am (UTC)(link)

No, I should have inserted a variable name between it and the unfinished expression beginning with (cond...

patrick_morris_miller: Me, filking in front of mundanes (Default)

[personal profile] patrick_morris_miller 2024-11-01 03:58 pm (UTC)(link)

Well, you can also do things like (setf (aref the-array (big-hairy-form)) ... ) (and maybe you can even use a form for aref's first arg, I don't have a repl where I am). It's just that (setf cond) isn't defined.