josdejong
  • Joined on 2022-10-05
josdejong deleted branch chore/fix-wrong-use-node-version from StudioInfinity/nanomath 2025-04-10 18:26:08 +00:00
josdejong pushed to main at StudioInfinity/nanomath 2025-04-10 18:25:43 +00:00
14011984a0 chore: fix wrong use-node-version (#16)
josdejong merged pull request StudioInfinity/nanomath#16 2025-04-10 18:25:41 +00:00
chore: fix wrong use-node-version
josdejong created pull request StudioInfinity/nanomath#16 2025-04-10 18:25:01 +00:00
chore: fix wrong use-node-version
josdejong created branch chore/fix-wrong-use-node-version in StudioInfinity/nanomath 2025-04-10 18:24:52 +00:00
josdejong pushed to chore/fix-wrong-use-node-version at StudioInfinity/nanomath 2025-04-10 18:24:52 +00:00
b18c295963 chore: fix wrong use-node-version
josdejong closed issue StudioInfinity/nanomath#13 2025-04-10 18:17:08 +00:00
Exception during run: TypeError: behs.keys(...).filter is not a function
josdejong pushed to main at StudioInfinity/nanomath 2025-04-10 18:16:40 +00:00
de870f2adc chore: enforce using Node.js 22, fixing #13, ignore IDE files (#15)
josdejong merged pull request StudioInfinity/nanomath#15 2025-04-10 18:16:39 +00:00
chore: enforce using Node.js 22, fixing #13, ignore IDE files
josdejong created pull request StudioInfinity/nanomath#15 2025-04-10 18:15:48 +00:00
chore: enforce using Node.js 22, fixing #13, ignore IDE files
josdejong created branch chore/enforce-using-nodejs-22 in StudioInfinity/nanomath 2025-04-10 18:15:19 +00:00
josdejong pushed to chore/enforce-using-nodejs-22 at StudioInfinity/nanomath 2025-04-10 18:15:19 +00:00
073cf294db chore: enforce using Node.js 22, fixing #13, ignore IDE files
josdejong commented on issue StudioInfinity/nanomath#13 2025-04-10 17:52:52 +00:00
Exception during run: TypeError: behs.keys(...).filter is not a function

Ok I managed to figure out what's going on. I'm running Nodejs 23 on Windows. But it turns out pnpm doesn't use the system installed version but it's own version of nodejs, which in my case was…

josdejong opened issue StudioInfinity/nanomath#13 2025-04-09 16:30:13 +00:00
Exception during run: TypeError: behs.keys(...).filter is not a function
josdejong opened issue StudioInfinity/nanomath#12 2025-04-09 16:01:03 +00:00
API to specify a function name and multiple signatures in a single file
josdejong commented on issue glen/pocomath#55 2025-04-09 15:59:07 +00:00
With return types, specifications of implementations are too complicated

I've been reading up on nanomath, and I love it!

The nanomath approach is really clean, there is no magic going on and it is easy…

josdejong commented on issue glen/pocomath#55 2025-04-09 15:11:47 +00:00
With return types, specifications of implementations are too complicated

I indeed understand what makes a function notation so nice compared to a string notation (implementing our own DSL). It can work out nicely, though I'm a bit in doubt about how readable the API…

josdejong commented on issue glen/pocomath#55 2025-04-02 14:58:22 +00:00
With return types, specifications of implementations are too complicated

Pocomath 2: The Ultimate Prototype (TM)

😂

Well, since pocomath we've tried a lot of ideas, so now we have more knowledge of what can/can't work out. We can use this to come up with a…

josdejong commented on issue glen/pocomath#55 2025-03-19 10:41:38 +00:00
With return types, specifications of implementations are too complicated

That is huge! And performance is only one of the things that we aim to improve, modularity is another one :)

So perhaps it's still the case that some sort of hybrid is helpful; I can at least…