DoesNotUnderstand

By Vlastimil Adamovsky

One of the “obstacles” making it difficult to port Smalltalk code to .NET world is the fact that C# (one the most popular .NET languages) does not support  ”doesNotUnderstand” method…. I don’t understand why, though…

After reading a very good article on F# nomads, it hit me, that it is actually pretty simple to implement this feature in F#…  On more reason why to implement Ironglue on top of F# ;)

Leave a Reply