How to call postmodern from coalton ? #1002
Replies: 3 comments
-
If you want to handle this with package management, which may be useful for larger situations: It might work to have two packages, A lisp package with postmodern free to do what it wants, and then a coalton package importing the cl-package.
This will let you avoid all the
You'll have to use the prefix If you do find that it makes sense to keep the lisp definitions at the top, I'd recommend making two packages, so you can avoid all the |
Beta Was this translation helpful? Give feedback.
-
In terms of wrappers, this might be a preferable approach:
This way you would have native Coalton functions that perform the sql operations, without any of the lisp predefinitions. I don't have a database connected right now, so I'm not sure about the return types of these functions, but this frame should work. |
Beta Was this translation helpful? Give feedback.
-
Code below works !!!,
|
Beta Was this translation helpful? Give feedback.
-
There seems to be a "symbol naming clash" between coalton & postmodern.
So i think i need to wrap , but this looks very ugly :
Is there a better option ?
Beta Was this translation helpful? Give feedback.
All reactions