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
- Host: GitHub
- URL: https://github.com/byron/javascript_the-good-parts
- Owner: Byron
- Created: 2015-08-10T06:38:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T06:39:25.000Z (almost 11 years ago)
- Last Synced: 2025-04-06T08:37:02.459Z (about 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.