Tag Archives: javascript

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

CallStream. An JavaScript Interfacing Pattern

CallStream. An JavaScript Interfacing Pattern. JavaScript message based interfacing mechanism. Continue reading

Posted in CallStream, Development, IT, javascript | Tagged , | 23 Comments

The humble ‘in’ operator

This might be an “opportunity for optimization” … if not already discovered by someone else that is. First published on: Jul 19, 2009.

Posted in IT, javascript | Tagged | 6 Comments

Moment := micro + component

Is there anything like “pure OO runtime environment” ? Since “primordial” OO, we have come to understanding that OO runtime should consists (basically) of objects which are sending messages to each other. And nothing else.

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

Cross browser JSON parsing

Well that is easy, surely? Native JSON object is here, why should anyone now worry about JSON string parsing?

Posted in Development, IT, JSON, javascript | Tagged , | 3 Comments