Pharohbot

↗ HN profile [ 105 ms ] full profile
Karma
209
Created
October 18, 2014 (11y ago)
Submissions
0
  1. Nim by Example (nim-by-example.github.io)
  2. What can Nim learn from Crystal (forum.nim-lang.org)
  3. I'm learning Rust at the moment, but it has never occurred to me until now that the website[1] is written in Rust. pretty sweet if you ask me, Rust's future in WebDev seems really promising, even before 1.0. [1]:…

  4. Any outlook on Rails' speed in the future? There have been actual upgrades to its performance but are there any performance upgrades in the future to give a big boost of speed?

  5. 'm a 15 year old coder that knows JS(first language) taking AP Java in school. Since I dont really like Java, I have narrowed down to 3 languages to learn as a secondary language. Im more into the Web Development area…

  6. Comparing this: http://4.bp.blogspot.com/-umhKFVMan2s/T0wUSwJ0-eI/AAAAAAAAAYA/wAVWOlteJSw/s1600/graph1.png with Dart's Performance: https://www.dartlang.org/performance It seems that V8 CrankShaft outperforms the…

  7. Which platform/language and/or framework(for the selected choice) should I use to build simple,fast, versatile, and feature rich web apps?(by feature rich I mean many useful packages to enhance user experience). I know…

  8. I honestly really like its concept. TypeScript and Dart combined is really something!

  9. Node.js going mobile (infoworld.com)
  10. Lets slow it down a bit: > ASM.js will soon make V8 _much_ faster > ES6 Generators will replace and solve JS's "callback hell" > Node.js's versatility is increasing as TypeScript, ES6 improve and V8 improves (by between…

  11. Are there any websites out there using ASM.JS? PLEASE do not include websites that primarily have the use of WebGL or any game websites.

  12. Could ASM.JS be implemented into the JavaScript V8 engine to make it much faster which in turn makes Node.js overall even faster than it is now? So basically all the JS you code with Node would be compiled to asm.js…