Category Archives: CallStream

RFC : CallStream as an Interfacing Concept

When I first discovered (or invented it) I called CallStream an “JavaScript Interfacing Mechanism”. Which was unnecessary self limitation.

Posted in CallStream, Filosofia, IT | Tagged | 4 Comments

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 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

CallStream Part 2 : C# Binding

In the second part of CallStream series, I shall try and contribute with my own C# implementation of the CallStream .

Posted in CallStream, Development, Filosofia, IT | Tagged , | 1 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