/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

weblog.raganwald.com
| | boxbase.org
2.2 parsecs away

Travel
| | I came up with an idea when studying type theory. I am a vehement proponent of dynamic typing but there are several ideas that require me to explore into type theory so I am studying it.
| | blog.ploeh.dk
2.0 parsecs away

Travel
| | Static typing doesn't have to involve much ceremony.
| | blog.quaddmg.com
1.0 parsecs away

Travel
| | [AI summary] An article argues that dynamic programming languages are more suited for flexible, interconnected application environments using self-describing data formats, while static languages are better for robust, structured data processing.
| | venam.net
19.0 parsecs away

Travel
| An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex...