Nexus v2.0.0 available

2023-12-28 Thread jasonfi
Nexus, the web framework + ORM for Nim, has just had v2.0.0 released: The sole focus of this release was compatibility with Nim v2. This slightly interferes with projected versions for some of the issues, but I decided to keep the major vers

Vigor CBD Gummies Reviews (Pro & Cons Exposed) - Don’t Buy Until Reading?

2023-12-28 Thread toddrowes
Vigor CBD Gummies:- The Vigor CBD Gummies interact with your body's endocannabinoid system, which regulates pain response, stress processing, and immune system function. This interaction supports the balance and functioning of your endocannabinoid system. Official Website@

Strange Behavior About Nim 2.0 Destructor

2023-12-28 Thread ringabout
Make sense, the deprecation message will be undone for `refc`

Strange Behavior About Nim 2.0 Destructor

2023-12-28 Thread Ward
`--mm:orc` has no problems. Since the new destructor shouldn't be applied, is there a way to use refc in Nim 2.0 without encountering a deprecated message?

Enhancing Nim vtable implementation vs subtype checking

2023-12-28 Thread JiyaHana
The benefits of using C++ vtable implementation include extending the Object-Oriented design paradigm and facilitating improved interoperability with C++ code. The vtable improves C++ interoperability and OO design extensibility by enabling dynamic polymorphism, which permits method overriding a

Enhancing Nim vtable implementation vs subtype checking

2023-12-28 Thread Araq
> What is the advantage to have the C++ vtable implementation? Better performance and it supports the IC mechanism without requiring (pre-)link-time code generation.

Can Nim interact with the hardware at a lower level than the C programming language?

2023-12-28 Thread undefined
Thanks. Will try this out.

Enhancing Nim vtable implementation vs subtype checking

2023-12-28 Thread rel
What is the advantage to have the C++ vtable implementation? Better interop with c++ or extention of the OO design?

Nim Tooling Roadmap

2023-12-28 Thread rel
`importjs` pragma requires the JavaScript target dom.nim(1780, 1): template/generic instantiation of `since` from here Run In VSCode I get this error for all {importjs} pragmas in eg. dom.nim in my project from the nimlangserver. What can I do? How can I config the project