nbb

gdubs 2024-10-04T17:08:21.815359Z

Can I do something like (implements? IWithMeta {}) from nbb? If so, in which namespace is IWithMeta?

gdubs 2024-10-04T17:09:51.091529Z

I'm trying to translate https://github.com/AbhinavOmprakash/snitch/blob/main/src/snitch/core.cljc#L284 into being nbb-compatible.

borkdude 2024-10-04T17:26:08.166599Z

I don't think you have to check fir IWithMeta before you can call meta,

borkdude 2024-10-04T17:26:20.621919Z

meta will simply return nil for something non-IWithMeta

gdubs 2024-10-04T17:26:39.169249Z

fair point!