Welcome to Atalasoft Community Sign in | Help

Browse by Tags

All Tags » meta   (RSS)
I’ve been hit pretty hard by the spam bots over this past weekend.  It’s been getting worse at an exponential rate over the last few weeks.  If this keeps up I’ll be spending all my time weeding out spam and will have no time to continue maintaining Read More...
0 Comments
Filed under: , ,
When you are handed a string, integer, or any value type, can you know what it really represents? Can you define the range of appropriate behaviors for that data? Can you tell if it's formatted correctly? The problem is, in all of these cases, you can't. Read More...
Because .NET Streams have state, they are difficult to use in multithreaded environments. In this post I discuss ways to manage or work around problems arising from the statefulness of .NET Streams. I explain how this is possible both through traditional Read More...
Comments About Flat Files My last blog post got a lot of reddit attention this weekend. I want to thank all of the posters with constructive comments. Open discussion like this is what makes the Internet great. I would also like to take a moment to discuss Read More...
It's time to leave the secondary, external structure of our programs behind. If you can treat the reflected code from a programming language like an abstract data structure, why can’t you just keep the source itself in a similarly abstracted data structure? Read More...
Ian Piumarta and some very smart folks over at the Viewpoints Research Institute have been working on a meta programming language named IS which is specifically designed for implementing other languages. The project actually has several names (IS, idst, Read More...
1 Comments
Filed under: , ,

Attachment(s): IS meta.jpg