Explore >> Select a destination


You are here

blog.polybdenum.com
| | weblog.raganwald.com
2.7 parsecs away

Travel
| | [AI summary] The post discusses the debate between dynamic and static typing in programming languages, explaining how Ruby's dynamic meta-programming makes static type inference difficult and arguing that this feature outweighs the overhead of explicit types.
| | ruudvanasseldonk.com
2.6 parsecs away

Travel
| | I am adding a type system to RCL, my configuration language. In part 1, I explain what I want from the type system.
| | jamie-wong.com
2.8 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.
| | www.hugozap.com
15.5 parsecs away

Travel
| A simple example of how to use WebAssembly in the browser and what the toolchain looks like.