/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

radfordneal.wordpress.com
| | codeblog.jonskeet.uk
2.5 parsecs away

Travel
| | Last time we looked into the boundary between the caller of an async method and the method itself. This time I'm going to show the same sort of "skeleton API" but for awaitable types. This is at the heart of C# 5's async feature: within an async method, you can include "await" expressions. You have...
| | ohmsweetohm.me
2.9 parsecs away

Travel
| | ...show how opposites can tell a story about people, places, or objects. -WordPress Weekly Photo Challenge Hope springs eternal.
| | codeblog.jonskeet.uk
3.3 parsecs away

Travel
| | Note: For the rest of this series, I'll be veering away from the original purpose of the project (investigating what the compiler is up to) in favour of discussing the feature itself. As such, I've added a requirement for AsyncCtpLib.dll - but due to potential distribution restrictions, I've felt it safest not to include that...
| | raku-advent.blog
4.1 parsecs away

Travel
| By Wim Vanderbauwhede Last year, in Perl land, I discussed the result of my attempts to optimize the performance of an expression parser which is part of my Perl-based Fortran source-to-source compiler. An expression parser takes strings representing expressions in a programming language (in my case Fortran) and turns it into a data structure called...