Thursday, July 13, 2023

book: How JavaScript Works Kindle Edition by Douglas Crockford

 Amazon.com: How JavaScript Works eBook : Crockford, Douglas,: Kindle Store

book How JavaScript Works


The Next Programming Language - Douglas Crockford - code::dive 2022 - YouTube


Douglas Crockford - Wikipedia

"discoverer" of "good parts" in JavaScript, and JSON

Blog @crockford.com

Misty Programming Language: Contents

DEC64: Decimal Floating Point

paypal/seif-protocol: Node.js Implementation of the Seif protocol @GitHub


Actor model - Wikipedia

The actor model in computer science is a mathematical model of concurrent computation that treats an actor as the basic building block of concurrent computation. In response to a message it receives, an actor can: make local decisions, create more actors, send more messages, and determine how to respond to the next message received. Actors may modify their own private state, but can only affect each other indirectly through messaging (removing the need for lock-based synchronization).


All About E: The Language that Infiltrated JavaScript - The New Stack