Andrea Ferretti
Andrea Ferretti
For sampling from other distributions, there is [Alea](https://github.com/unicredit/alea). I have to clean it up - some examples fail with the latest concept changes in devel - but I hope to...
@EelcoHoogendoorn there are a few projects. * [nim-pymod](https://github.com/jboy/nim-pymod) is not mantained and a little cumbersome in that it requires its own scripts to build, but it allows to send ndarrays...
> Any binding for React hooks? I don't use React hooks. It seems to me a kludgy and convoluted way to support state in components that are implemented as functions,...
> You have any good resources for how to write JS FFI bindings? No, but the development of this library is what made me start the work on [jsffi](https://nim-lang.org/docs/jsffi.html) >...
> Like what are the .importc and .nodecl doing when declaring the vars? This is explained in the [manual](https://nim-lang.org/docs/manual.html#implementation-specific-pragmas-nodecl-pragma) > The noDecl pragma can be applied to almost any symbol...
> I started a new repo react-16.nim Great to hear that! :-) > Currently having some issues, such as with createClass Latest version of React encourage to use native ES6...
By the way, since your library is a fork of this one, it would be good courtesy to mention this in the README.
I am not sure what the downside on performance is. I expect functions like `React.createClass` to do what I would do manually (or with a transpiler): create a constructor function,...
No need to be sad for patty, your solution is 1000 times more complete! :-) In the last year I was not able to work much on Nim projects, save...
About `~`: I was just saying that using a macro like this instead of generating constructor functions works, but there are other things that one may want to generate (`==`,...