Viewing profile — kylepdavis
kylepdavis
HN member- Joined
- Mon, Apr 06, 2015, 2:15 PM UTC
- HN karma
- 24
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About kylepdavis
https://KylePDavis.com/
https://github.com/KylePDavis/
Recent public activity
- story
- story
- story
- story
- story
- story
-
comment
Comment #25925175
Great timing. I just showed my kids some of the things you can do with this on the Circuit Playground Bluefruit[1] earlier today. It comes with a lot of sensors and is full of poss…
-
comment
Comment #22628542
Nice overview of jq! You may want to say demonstration rather than illustration though. I liked jq but liked json, a similar npm package, a little bit better for simple tasks. You …
-
comment
Comment #9917520
I felt the same until I finally broke down and did it. Basically, if you want to use ES6 (or ES7) features and are targeting an environment that might not have native support (brow…
-
comment
Comment #9917370
You can decouple now. Set the TypeScript output target to ES6 and then pass it all through BabelJS. It works really well for me and the TypeScript tooling is really good (VS Code o…
-
comment
Comment #9917307
Thanks. Gives a nice overview of when things came about. A few more that you might consider: CoffeeScript, TypeScript, BrightScript, Nim, Vala, XSL, awk, sed Also, there is a nice …
-
comment
Comment #9747931
I think explicit languages can make things more clear however disagree with the notion that implicit behaviors are necessarily a bad thing. I've found that the hybrid approach in t…