|
You are here |
weblog.raganwald.com | ||
| | | | |
boxbase.org
|
|
| | | | | 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
|
|
| | | | | Static typing doesn't have to involve much ceremony. | |
| | | | |
blog.quaddmg.com
|
|
| | | | | [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
|
|
| | | 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... | ||