🦞🌯 Lobster Roll

Thread

Synchronizing Asynchronous JavaScript with ES7 (joezimjs.com)
ECMAScript version 5 is the latest complete version of JavaScript available and is implemented in every major browser, but ES6 is in the works and promises a much better world for JavaScript developers with features such as a simple class syntax, arrow functions, built-in promises and the like. It d...

Stories related to "Synchronizing Asynchronous JavaScript with ES7" across the full archive.

Synchronizing Asynchronous JavaScript with ES7 (joezimjs.com)
ECMAScript version 5 is the latest complete version of JavaScript available and is implemented in every major browser, but ES6 is in the works and promises a much better world for JavaScript developers with features such as a simple class syntax, arrow functions, built-in promises and the like. It d...
Show Lobste.rs: "yin-yang" call/cc puzzle ported from Scheme to JavaScript (gist.github.com)
The Future of JavaScript…Now! (flippinawesome.org)
FunScript - F# to JavaScript with type providers (funscript.info)
Building a JavaScript Library with Grunt.js (flippinawesome.org)
Hand-written lexer in Javascript compared to the regex-based ones (eli.thegreenplace.net)
Tips for decoupling your HTML, CSS, and JavaScript (philipwalton.com)
Should JavaScript devs build real things? (ajfisher.me)
SICP done in JavaScript (comp.nus.edu.sg)
JavaScript Warrior - Play a game by writing code (jswarrior.fusioncharts.com)
I'm writing a book: "JavaScript Application Design: A Build First Approach" (bevacqua.io)
Cross-browser JavaScript Testing with Karma + Visual Studio (blog.dantup.com)
Getting realtime test results from Google's Karma javascript test runner into Visual Studio's Test Explorer.
Everything you need to know about Javascript variable scope (coolcoder.in)
JavaScript Equality Table (dorey.github.io)
JavaScript 101 — again (medium.com)
"Fourth Tier LLVM" JavaScript JIT enabled in WebKit Mac (trac.webkit.org)
For some time now, Apple have been working on using LLVM as a fourth tier JIT. For those not familiar with the concept, the modern JS JITs have a series of tiers optimised for different workloads. e.g. JavascriptCore starts in an interpreted mode (low compilation time) and when a function/loop is in...
Why should you care about JavaScript errors? (blog.trackets.com)
Javascript text translations with google drive forms and gulp.js (zoetrope.io)
Going Reactive - Asynchronous JavaScript at Netflix (techblog.netflix.com)
Writing Unit Tests for Existing JavaScript (rmurphey.com)
Eloquent JavaScript, second edition (eloquentjavascript.net)
JavaScript: Servo's only garbage collector (blog.mozilla.org)
Reversible Javascript interpreter (in Javascript) (github.com)
Transpiling Smalltalk to JavaScript (mrale.ph)
Some of the code involved can be found here: https://github.com/mraleph/mraleph.github.com/tree/master/talks/jsconfeu2014/code
Functional Programming using Javascript (scott.sauyet.com)
DuoCode is a C#-to-JavaScript compiler powered by Microsoft Roslyn (duoco.de)
JavaScript for Kids | No Starch Press (nostarch.com)
I'm currently reading "JavaScript for Kids" and it's a whole lot of fun. Though marketed for children I think that humans of any age could get a lot out of it if they wanted to start learning JavaScript. If technical books were more like this, with fun illustrations and frivolous use of exclamation ...
Composing Synchronous and Asynchronous Functions in JavaScript (blog.carbonfive.com)
Straightforward (Live) Functional JavaScript: Building the Yome Widget (rigsomelight.com)
MetaES Playground: a metacircular interpreter of JavaScript (metaes.org)