Monthly Archives: April 2010

One Plugin to end all jQuery Plugins

Well, I could not resist this catchy title, could I? Perhaps I could. In any case I have this idea and implementation where one jQuery plugin is sort-of-a “socket” (not a network socket, but a socket in the wall) into … Continue reading

Posted in Development, IT, jQuery, javascript | Tagged , | Leave a comment

Legacy C# with default method arguments

Visual Studio 2010 is officially released. Regardless of its quality, I think that a very large percentage of companies will move from 2008 to 2010 very, very slowly. If you are a software developer “doing” C# in some of this … Continue reading

Posted in Development, IT, Microsoft | Tagged | Leave a comment

CallStream : project Euler

I am currently in the stage of searching for simple but valid examples of CallStream usefulness. I think I found one. The mathematical nature of some computational problems make them a great fit for the functional paradigm. For those of … Continue reading

Posted in CallStream, Filosofia, IT | Tagged , | Leave a comment

Merchandise

Posted in Uncategorized | Leave a comment

CallStream Part 3 : C++ Binding

Good old C++ is one strongly typed language. CallStream concept is born (and bred) in the domain of type-less JavaScript. Also, C++ is (so called) static (compiled) language, vs dynamic (interpreted) JavaScript. C# is somewhere in between, (but not in … Continue reading

Posted in CallStream, Filosofia, IT | Tagged , | Leave a comment