Replies: 2 comments 3 replies
-
We're moving away from transpiling and instead treat In the example code you discovered |
Beta Was this translation helpful? Give feedback.
-
The header file is useful when using Nim functions in C, and other languages. Letting Nim emit the header makes it less error prone to do that. Otherwise I need to write a custom header myself. I think we should have fixed ABI for slice of something. Basically I need |
Beta Was this translation helpful? Give feedback.
-
nim c --nimcache:out --header:foo.h foo.nim
will generate a header file atout/foo.h
. It's not documented.Is this flag supported?
The current output quality is not good. See this simple example I originally made for nim.
Beta Was this translation helpful? Give feedback.
All reactions