Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Sometimes in the build output folder, there are files with the .ndi extension written - these appear to be one of the many unfinished thoughts in the compiler which in the present state slow down compilation (by a tiny bit) and clutter the cache folder and otherwise seem pretty much useless.
Description
Sometimes in the build output folder, there are files with the
.ndi
extension written - these appear to be one of the many unfinished thoughts in the compiler which in the present state slow down compilation (by a tiny bit) and clutter the cache folder and otherwise seem pretty much useless.Nim Version
2.0
Current Output
No response
Expected Output
No response
Known Workarounds
No response
Additional Information
No response