Musings about Language Design
Understand the trade-offs in C# language design between general features and domain-specific ones by examining LINQ's implementation. This lesson discusses how these choices affect handling probabilistic constructs, like discrete distributions, and sets the stage for creating clearer domain-specific languages for stochastic workflows.
We'll cover the following...
We'll cover the following...
Balance Between Generality and Specificity of a Feature
One ...