c-blake
c-blake
I did post a HackerNews comment praised (I think.."reflects what I think" is kinda vague..) about Go comparisons/start-ups/marketing in the same forum thread, though, which may be the origin of...
If you move "Top tier meta-programming" (which mentions the VM) above "Iterating" then in the iterating section you could mention the even faster than TinyCC/tcc turnaround time of `nim e`....
If you read about [dimensional analysis](https://en.wikipedia.org/wiki/Dimensional_analysis), with offshoots on [natural units & Planck & geometic, etc.](https://en.wikipedia.org/wiki/Natural_units), and also the made famous by Lord Rayleigh of Why the sky is blue...
Something I didn't see in my 3 linked references but which also bears note is that sometimes "natural units" are re-written with constants in the unit - like `eV/c` for...
There is this https://www.briancseymour.com/Natural-Units/ and [the github repo](https://github.com/BrianCSeymour/natural-units-mathematica-conversion), btw. Not sure if you have access to a Mathematica installation as this seems to build off the builtin units package.
Actually, a 280 line notebook is tiny...Lots of just structural metadata like in Jupyter notebooks (which clearly were inspired by the 1990 era Wolfram thing, though he probably swiped the...
Lol. I just reproduced. I would try each 1 of the 3 imports `import unchain` does to see if it is just one of them and go from there. No...
Whatever it is needs only `import unchained/units` and also fails going back to nim-0.20.2 (though that is about 2x faster than nim-devel). It also has the same problem with cligen-7ffb96b4944f61ea622bf991e03a966b0986b872...
Glad you isolated the problem! Maybe it's some kind of weird scaling of "number of aliases"^3..4 or something that punches things up to 10 GB. I don't see that in...
Also, it *sounds* like the `cligen` interaction is just some (explicit or implicit) use of `$` which might even be just from `cligen/argcvt`. So, I bet you could find an...