|
|
|
|
|
by phamilton
3467 days ago
|
|
For me, the benchmark is parsing a heterogenous data structure in JSON. For example, an array of inventory items. We get around this by shoehorning them all into a common structure, but in a dynamic language with a dynamic datastore we can store them and access them in a more native (to the problemspace) manner. |
|
https://docs.microsoft.com/en-us/dotnet/articles/fsharp/lang...