Lodash – A Functional JavaScript Library – iProgrammer

Lodash – A Functional JavaScript LibraryiProgrammerThat aside, there is a lot of praise for Loadash's simple templating engine because it allows using the full JavaScript's capabilities and syntax in writing your template;no DSL's here. The compiled template is transformed into a JavaScript function … JavaScript – Google News… more →
Posted in: JavaScript

JerryScript – Another JavaScript Engine For Embedded Devices – iProgrammer

iProgrammer JerryScript – Another JavaScript Engine For Embedded DevicesiProgrammerNow only do we have multiple JavaScript engines targeting small and restricted hardware but we have multiple IoT frameworks – Intel's mraa for example. Currently the biggest problem that JerryScript has is that its documentation is non-existent. All … JavaScript – Google News… more →
Posted in: JavaScript

TurboFan For Enhanced JavaScript Performance – I Programmer – iProgrammer

TurboFan For Enhanced JavaScript Performance – I ProgrammeriProgrammerTurboFan is Google's latest new optimizing, just-in-time, compiler for speeding up JavaScript execution in Chrome. It first appeared in Chromium almost a year ago and it has been shipping as a component of the V8 JavaScript engine since Chrome 41. JavaScript – Google News… more →
Posted in: JavaScript

Vorlon.js JavaScript Debugger Released – iProgrammer

Vorlon.js JavaScript Debugger ReleasediProgrammerWhether it is a game console, mobile device, or even an IoT- connected refrigerator, you can remotely connect up to 50 devices and execute JavaScript in each or all of them. The idea here is that dev teams can also debug together – each person can … JavaScript – Google News… more →
Posted in: JavaScript

Google’s JavaScript Team Proposes “Strong Mode” – iProgrammer

Google's JavaScript Team Proposes "Strong Mode"iProgrammerRather than defining a subset that is more efficient, like asm.js, or a superset that can be compiled to JavaScript, like TypeScript, Google is suggesting a new "mode" – Strong Mode. It sounds impressive. Interestingly, Strong mode is claimed to be a … JavaScript – Google News… more →
Posted in: JavaScript

Just JavaScript – Object Construction – iProgrammer

Just JavaScript – Object ConstructioniProgrammerOne of the most misunderstood parts of JavaScript is the way that objects are created. The reason is that JavaScript doesn't make use of the idea of class and programmers coming from other languages try to re-implement it. In a language that uses only … JavaScript – Google News… more →
Posted in: JavaScript
1 2