Lodash – A Functional JavaScript Library – iProgrammer / / No Comments 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 Tagged with: Functional, iProgrammer, JavaScript, library, Lodash
Fayde – Silverlight In JavaScript – iProgrammer / / No Comments Fayde – Silverlight In JavaScriptiProgrammerFayde is an implementation of Silverlight as a JavaScript compiler. It is not so much a reimplementation of Silverlight, more an XAML engine in JS. It can be used to port existing Silverlight projects, but not without some work. The demos are … JavaScript – Google News… more → Posted in: JavaScript Tagged with: Fayde, iProgrammer, JavaScript, Silverlight
JerryScript – Another JavaScript Engine For Embedded Devices – iProgrammer / / No Comments 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 Tagged with: Another, Devices, Embedded, Engine, iProgrammer, JavaScript, JerryScript
TurboFan For Enhanced JavaScript Performance – I Programmer – iProgrammer / / No Comments 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 Tagged with: Enhanced, iProgrammer, JavaScript, performance, Programmer, TurboFan
Vorlon.js JavaScript Debugger Released – iProgrammer / / No Comments 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 Tagged with: Debugger, iProgrammer, JavaScript, Released, Vorlon.js
JavaScript 20 Years Old Today – iProgrammer / / No Comments JavaScript 20 Years Old TodayiProgrammerJavaScript started out as an in browser scripting language – something like Visual Basic for the web. You probably already know the brief history of JavaScript. It was a rush job. Brendan Eich was asked to produce a scripting language for Netscape … JavaScript – Google News… more → Posted in: JavaScript Tagged with: iProgrammer, JavaScript, Today, Years
Google’s JavaScript Team Proposes “Strong Mode” – iProgrammer / / No Comments 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 Tagged with: Google's, iProgrammer, JavaScript, Mode, Proposes, Strong, Team
Just JavaScript – Object Construction – iProgrammer / / No Comments 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 Tagged with: Construction, iProgrammer, JavaScript, Just, Object