antrion | 8 years ago | on: Show HN: Insect – a high-precision scientific calculator with physical units
antrion's comments
antrion | 9 years ago | on: Ask HN: What do you want to learn in 2017?
[0]: http://twistedoakstudios.com/blog/Post2644_grovers-quantum-s...
antrion | 9 years ago | on: Visual Studio Code 1.7 overloaded npmjs.org, release reverted
antrion | 9 years ago | on: Ask HN: JS's for-of loop conceptually flawed, or is it just me?
edit: I just thought, I could make a function, bind that to a variable and regen the generator again and again
antrion | 9 years ago | on: Ask HN: JS's for-of loop conceptually flawed, or is it just me?
The second option could be a solution, but the specific case was reusing a variable `const nums = iu.iterate(x => x+1, 1)`, and quite extensively. (It's just a helper function to make a list of all natural numbers)
It would be so much nicer if I could just reuse this variable throughout my code
antrion | 9 years ago | on: Ask HN: JS's for-of loop conceptually flawed, or is it just me?
antrion | 9 years ago | on: Ask HN: JS's for-of loop conceptually flawed, or is it just me?
antrion | 10 years ago | on: TrendMicro Node.js HTTP server listening on localhost can execute commands
antrion | 10 years ago | on: Show HN: I just made my first JavaScript library
Thank you for your constructive comment!
antrion | 10 years ago | on: Show HN: I just made my first JavaScript library
So I set out to make a library that makes type checking just a little bit easier. I hope that next time we take part in that competition, this will save us some time
What do you think of it?