/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

jfenn.me
| | blog.hao.dev
1.9 parsecs away

Travel
| | JavaScript is a dynamically typed language, and that gives it a lot of edge in my opinion. It is one of the most used programming language right now. So definitely worth learning even if people do not want to head towards this direction in their careers.
| | jamie-wong.com
2.9 parsecs away

Travel
| | [AI summary] The post analyzes the tradeoffs between dynamically and statically typed programming languages regarding iteration speed, correctness, and IDE support, discussing how modern languages and techniques are attempting to combine the best aspects of both approaches.
| | yotam.net
2.8 parsecs away

Travel
| | A blog about free software and programming
| | tenthousandmeters.com
25.8 parsecs away

Travel
| We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we...