🦞🌯 Lobster Roll

Thread

TypeScript: Static types for JavaScript (youtube.com)

Stories related to "TypeScript: Static types for JavaScript" across the full archive.

TypeScript: Static types for JavaScript (youtube.com)
Translating 800K lines of Javascript to Typescript (medium.com)
Should You Static Type Check Your Javascript? (victorzhou.com)
ChiselStrike: a serverless runtime for TypeScript/JavaScript with a native data layer (github.com)
Announcing Rome v10 - A fast linter and formatter for JavaScript and TypeScript (rome.tools)
Static TypeScript: An Implementation of a Static Compiler for the TypeScript Language (microsoft.com)
Gator.js - simple javascript event delegation in ~800 bytes (craig.is)
Coroutine Event Loops in Javascript (syzygy.st)
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)
Obey and Report – A JavaScript Event Emitter Pattern (flippinawesome.org)
EventedArray: a small library for making JavaScript conveyor belts (darrenknewton.com)
I'm writing a book: "JavaScript Application Design: A Build First Approach" (bevacqua.io)
Proposing a native Event Emitter in JavaScript (blog.ragingflame.co.za)
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)
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...
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)