/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

crockford.com
| | maryrosecook.com
3.1 parsecs away

Travel
| | Little Lisp is an interpreter that supports function invocation, lambdas, lets, ifs, numbers, strings, a few library functions, and lists. I wrote it for a l...
| | www.wingolog.org
2.3 parsecs away

Travel
| | wingolog: article: arrow functions coming to chrome 45!
| | craftinginterpreters.com
1.6 parsecs away

Travel
| | [AI summary] The text discusses the implementation of a compiler for a simple programming language, focusing on parsing and bytecode generation. It covers topics such as recursive descent parsing, Pratt parsing, and the use of a parser table to handle operator precedence. The text also includes code snippets for the parser and compiler functions, as well as instructions for debugging and testing the compiler. The author emphasizes the importance of error handling and the use of a debug flag to enable the printing of generated bytecode.
| | batsov.com
18.5 parsecs away

Travel
| [AI summary] A veteran programmer shares their deep dive into why Emacs is superior to modern IDEs and competing text editors like Vim, highlighting its extensibility, powerful keyboard shortcuts, and seamless integration with development tools.