Replies: 1 comment 4 replies
-
I see the problem in the clasp.lisp SLYNK-COMPILE-STRING implementation. We are compiling the original source file and not the temporary source file that includes the RECORD macro. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, what do I need to add to clasp.lisp to add support for stickers to clasp (a Common Lisp implementation that interoperates with C++)? When I try using stickers with clasp the stickers in SLYNK-STICKERS::STICKERS have hit-counts that stay at 0.
I don't see anything in sbcl.lisp or ccl.lisp that refers to sticker - so I lack breadcrumbs to follow on how sticker support can be added to clasp.
Beta Was this translation helpful? Give feedback.
All reactions