↧
Familiar idioms in Perl, Python, JavaScript, and C#
When I started working on the elmcity project, I planned to use my language of choice in recent years: Python. But early on, IronPython wasn’t fully supported on Azure, so I switched to C#. Later,...
View ArticleQuerying mobile data objects with LINQ
I’m using US census data to look up the estimated populations of the cities and towns running elmcity hubs. The dataset is just plain old CSV (comma-separated variable), a format that’s more popular...
View ArticleMore Python and C# idioms: Finding the difference between two lists
Recently I’ve posted two examples[1, 2] of Python idioms alongside corresponding C# idioms. It always intrigues me to look at the same concept through different lenses, and it seems to intrigue others...
View Article