Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

antoncl

@antoncl
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# Compiler bug or Subtle bug, I don't know, but this is certainly a doozy!
    A antoncl

    Bugs can be a lot of things, even language design and semantics can be riddled with "bugs". This is just one example of how unintuitive things can get when lambda functions are implemented the "wrong" way. The problem is that the runtime doesn't capture the dynamic environment when the lambda function "Console.WriteLine(...)" is created, which would be what I believe is the intuitive thing to do. If lambda functions had been implemented "the right way", the dynamic environment as it existed when the lambda function was defined would have been preserved.

    Clever Code help csharp linq functional announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups