clojure-ts-mode icon indicating copy to clipboard operation
clojure-ts-mode copied to clipboard

Jank doesn't support `native/raw` anymore

Open rrudakov opened this issue 6 months ago • 4 comments

We may consider removing recently added native C++ syntax highlighting for Jank (#103), although there is a chance that this syntax will still be supported (see https://github.com/jank-lang/jank/issues/24#issuecomment-2924460595).

rrudakov avatar May 31 '25 06:05 rrudakov

I guess we can keep in around for now, as it doesn't affect anyone not using Jank, anyways. I'll add a note to revisit it once Jank 1.0 is released.

bbatsov avatar May 31 '25 06:05 bbatsov

I guess we can keep in around for now, as it doesn't affect anyone not using Jank, anyways. I'll add a note to revisit it once Jank 1.0 is released.

Yeah, I agree. And it won't interfere with other strings anyway.

rrudakov avatar May 31 '25 06:05 rrudakov

I'll also add this article as reference here https://jank-lang.org/blog/2025-05-02-starting-seamless-interop/

Seems at least for now, there's a cpp/raw that seems to work on raw C++ code provided as string.

bbatsov avatar May 31 '25 06:05 bbatsov

https://github.com/jank-lang/jank/issues/24#issuecomment-3137532559

rrudakov avatar Aug 04 '25 08:08 rrudakov