Welcome to Atalasoft Community Sign in | Help

March 2008 - Posts

Many people in the .NET community seem to really like the Script# compiler. What it does is compile C# into JavaScript instead of MSIL. The compiler also optimizes the output so the the Javascript is as small and fast as possible. It even has full Visual Read More...
One of the most often cited reasons to not use .NET is that it is initially compiled to an intermediary language (MSIL) and has to be recompiled every time you run it. In many high performance environments this wasted time is simply unacceptable. To combat 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
Last night the wmassdevs Group hosted a Clojure presentation by Rich Hickey . Clojure was born of Rich's dissatisfaction with the current state of the concurrent programming and so was built from the ground up around the idea of making this task less Read More...
Howard Dierking over at MSDN has a really interesting Blog post entitled " Lambda, Lambda, Lambda! " in which he described the evolution of the lambda function in C#. It seems fairly simple on the surface: 1.0 Introduced Delegates, 2.0 Introduced Anonymous Read More...
Google's underground army of PhDs is secretly cranking out huge numbers of really useful and interesting libraries and tools . Within the next few years, these tools are going to drastically change the landscape of much of the software industry. The reason: Read More...
0 Comments
Filed under: , , ,
One of the big reasons for the recent push towards functional programming languages is concurrent programming. Everyone is worried about how the switch from more megahertz to more cores is going to impact how they program. I was reading an article entitled Read More...
After trying several different combination of tags I haven't had any luck getting photoshop to open my frankenDNG files. I poked around a bit on the the Adobe site and found the DNG SDK supports just about everything you would want to do with a DNG and Read More...
0 Comments
Filed under: , ,
Lets say you had a TIFF 6.0 file and you wanted it to be recognized as a DNG (Adobe Digital Negative) for some particular reason. This seems like it should be trivially easy to do with the DotImage TiffFile framework. As far as I knew, there were only Read More...
0 Comments
Filed under: , ,
The first thing I did at AIIM was to attend the second day keynote with David Pogue and Matthew Glotzbach. David Pogue really entertained well. I enjoyed his wordless slides and entertaining banter. However, I didn't take away much from his presentation. Read More...