Created
December 20, 2022 09:22
-
-
Save ageldama/8c1e6a8792697512eea51ff7641b2227 to your computer and use it in GitHub Desktop.
static-fields parenscript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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