Sign in
Yet Another Language Geek
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Anonymous Types
C#
Compilers
Design Patterns
Functional Programming
Lambdas
Languages
Personal
Programming
Queries
Rx
Scheme
Theory
Types
Volta
Archive
Archives
November 2009
(1)
January 2008
(1)
December 2007
(4)
May 2007
(2)
March 2007
(4)
February 2007
(6)
January 2007
(9)
December 2006
(6)
January 2006
(1)
October 2005
(1)
September 2005
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Yet Another Language Geek
Thus Quoth the Humble Programmer
Posted
over 7 years ago
by
wesdyer
6
Comments
I love Scheme! It is such a beautiful language. I was first introduced to it during college. At that time, I thought it was an interesting language but I didn't see the power of the language until later. That moment came when I experienced reading The...
Yet Another Language Geek
Transparent Identifiers
Posted
over 7 years ago
by
wesdyer
9
Comments
My last post described in detail how query expressions in C# are translated, but I have a confession to make. I did a little bit of hand waving through one part of the translation rules. The astute reader (whomever that is, whenever I read such things...
Yet Another Language Geek
Types of confusion
Posted
over 7 years ago
by
wesdyer
15
Comments
When I began programming in my early teens, I was very excited to learn about programming and also excited to become a "real" programmer . I remember picking up a book from the library that purported to teach what real programmers were like. I absorbed...
Yet Another Language Geek
A Model for Query Interpretation
Posted
over 7 years ago
by
wesdyer
14
Comments
Evaluating Query Expressions After writing the code to translate query expressions and remove transparent identifiers, one of my first desires was to write a tool that would generate query expressions to test the correctness of the code. Of course...
Yet Another Language Geek
Reading and Writing Queries
Posted
over 7 years ago
by
wesdyer
3
Comments
Now that we have discussed some of the underpinnings of query expressions, we can turn our attention to how to use them. As has already discussed , most people who see query expressions immediately think of SQL and often even mistake query expressions...
Yet Another Language Geek
Comprehending Comprehensions
Posted
over 7 years ago
by
wesdyer
7
Comments
Not long ago, I was reading through some articles posted on programming.reddit.com when I came across an article claiming that C# is trying to be a dynamic language . One user posted a comment that mentioned that C# 3.0 included among other things "embedded...
Page 1 of 1 (6 items)