Tags
ado Ainstein architecture asimov blogging c++ CallStream cloud com component computer credit crunch csharp dbjson dictionary ecma5 Filosofia future Gogoly google highlighter html javascript jQuery json marketing microsoft msxml mvp os phishing security service setup sip soa sql w7 windows wordpress wsf wtl xaml xml
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
CallStream. An JavaScript Interfacing Pattern
CallStream. An JavaScript Interfacing Pattern. JavaScript message based interfacing mechanism. Continue reading
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.
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.
Cross browser JSON parsing
Well that is easy, surely? Native JSON object is here, why should anyone now worry about JSON string parsing?