Skip to content

Instantly share code, notes, and snippets.

@ageldama
Created December 20, 2022 09:22
Show Gist options
  • Save ageldama/8c1e6a8792697512eea51ff7641b2227 to your computer and use it in GitHub Desktop.
Save ageldama/8c1e6a8792697512eea51ff7641b2227 to your computer and use it in GitHub Desktop.
static-fields parenscript
(parenscript:ps
(paren6:defclass6 (big-thing)
(defun constructor (size) nil))
(setf (ps:@ big-thing targets)
'("foo" "bar"))
)
class XXX {
static targets = [ "name", "output" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment