Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# JavaScript

**objective**: An in-depth study of JavaScript's implementation and ecosystem.
**objective**: An in-depth study of JavaScript's design, implementation and ecosystem.

## Language Details:
- [language specification](https://ecma-international.org/publications-and-standards/standards/ecma-262/)
- interpreter:
- runtimes:
- Firefox: SpiderMonkey
- Chrome: V8
- Microsoft: Chakra
- Apple: JavaScriptCore: https://trac.webkit.org/wiki/JavaScriptCore
- AKA:
- ​SquirrelFish and ​SquirrelFish Extreme
- Safari Context: Nitro and Nitro Extreme
- [node.js](src/runtimes/node)
- [language reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)
- [base modules index]()
- [standard library reference](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide)
Expand All @@ -17,17 +27,6 @@
- structuring projects:
- [package index](https://www.npmjs.com)
- [extending and embedding]()
- compiler/interpreter:
- runtimes:
- Firefox: SpiderMonkey
- Chrome: V8
- Microsoft: Chakra
- Apple: JavaScriptCore: https://trac.webkit.org/wiki/JavaScriptCore
- AKA:
- ​SquirrelFish and ​SquirrelFish Extreme
- Safari Context: Nitro and Nitro Extreme
- Node
- uses Chrome: V8
- [developer contribution guide]()
- memory model:
- history:
Expand Down
1 change: 1 addition & 0 deletions src/runtimes/deno/det.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/denoland/deno
5 changes: 3 additions & 2 deletions src/runtimes/node/0_def.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ properties (Dahl, 2011):
- node waits until all calla=backs are resolved
before gracefull automatically existing

alternatives:
Deno: https://github.com/denoland
src: https://github.com/nodejs/node

roadmap: https://roadmap.sh/nodejs

References:
Dahl, R. Introduction to Node.js with Ryan Dahl. 2011. https://www.youtube.com/watch?v=jo_B4LTHi3I