|
You are here |
lwn.net | ||
| | | | |
felix.plesoianu.ro
|
|
| | | | | [AI summary] The article discusses the choice of programming languages, highlighting their unique features, communities, and use cases, while comparing several languages like Vala, Zig, C++, D, Ada, Fortran, Scheme, Lisp, and Rexx. | |
| | | | |
dehora.net
|
|
| | | | | Back in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it's only now that I'm coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about thathere. | |
| | | | |
laihoconsulting.com
|
|
| | | | | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast. | |
| | | | |
sitr.us
|
|
| | | In type theory a unit type is any type that represents exactly one possible value. The unit types in TypeScript include null, undefined, and literal types. TypeScript also has the type void which is used as the return type for functions that don't have an explicit return value. In JavaScript a function that does not explicitly return implicitly returns undefined; so at first glance it would seem that void is an alias for the undefined type. But it is not! ... | ||