Blog articles tagged 'metaprogramming'

0
comment
on 8/3/2015 12:00 AM
Tweet The other day I had a small task to inspect return values of methods and if the following property exists then set it to empty array.         public long[] Achievements { get; set; } This needed to happen once on every web request, and I decided to [...]
.
0
comment
on 7/12/2015 10:56 AM
Sit down, strap in, and prepare for take off, we’re going Meta-Matic! We’re going to be exploring some metaprogramming magic in F#. Transforming its abstract syntax tree (AST) into another languages AST before executing it in another virtual mac[...]
.
0
comment
on 7/28/2014 2:00 PM
While writing Seekwell there were several ideas that came and went trying to optimize the deserialization from IDataReader to IEnumerable<T>. The minimum viable product was to simply use reflection. That of course was slow so we cached as much of the re[...]
.
0
comment
on 12/3/2011 6:54 AM
One feature I’ve seen repeatedly people wishing is a macro system, so I went ahead and tweaked the compiler to add a text-based macro system. I’m warning here and now: this is only a prototype, it is imperfect and definitely incomplete. The current versio[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper

Logging in...