Unshackling JavaScript with Macros
Offered By: JSConf via YouTube
Course Description
Overview
Explore the potential of JavaScript macros in this JSConf 2014 talk by James Long. Dive into the concept of extending JavaScript's syntax and semantics through macros, bypassing the lengthy ECMA standardization process. Learn about sweet.js, a project implementing hygienic macros for JavaScript, and discover how it enables immediate access to ES6 features like variable destructuring, classes, and arrow functions. Uncover the power of function tracing, native pattern matching, and enhanced assertions. Understand how sweet.js maintains debug-friendly practices by tracking original source locations and generating sourcemaps. Gain insights into language evolution, aspect-oriented programming, and stack allocation. Challenge the traditional approach to language development and embrace the flexibility macros offer to shape JavaScript according to developers' needs.
Syllabus
Introduction
Variable D structuring
Macros
Emoji Script
CS Compiler
Feature Development
Language Evolution
AspectOriented Programming
Stack Allocation
IntelliJ
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube