Explore >> Select a destination


You are here

mortoray.com
| | ruudvanasseldonk.com
9.2 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.
| | blog.darklang.com
11.9 parsecs away

Travel
| | And their influence on Dark After two decades of coding professionally in a dozen languages, I've come to a conclusion about static and dynamic types: * Static types help you ensure that your changes work, especially for changes that span large parts of the program. This leads to long-term productivity
| | www.pietschsoft.com
10.6 parsecs away

Travel
| | I am a solution architect, SRE, developer, trainer and author. With 25 years of experience in the Software Development industry that includes working as a Consultant and Trainer in a wide array of different industries.
| | morestina.net
29.0 parsecs away

Travel
| Since Rust is a language without exceptions, errors are signaled by returning a Result: an enum that denotes either the function's successful return value, or information about the error. Thi...