An open API service indexing awesome lists of open source software.

https://github.com/byron/javascript_the-good-parts

Repository with the book's examples, in comparison with Rust
https://github.com/byron/javascript_the-good-parts

Last synced: 12 months ago
JSON representation

Repository with the book's examples, in comparison with Rust

Awesome Lists containing this project

README

          

This repository contains all relevant source code examples from the book

> Javascript - The Good Parts

by Douglas Crockford.

# What about Rust

It also attempts to compare the examples with the respective idiomatic Rust implementation in the hopes of uncovering some interesting details.