Hello Arnar, On 6/28/07, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > Hi Giulio, > > On 6/28/07, Giulio Cesare Solaroli <[EMAIL PROTECTED]> wrote: > > I was hoping I could avoid the extra effort of warping my mind around > > another challenging paradigm, but I was hoping wrong. :-) > > Well.. unless you have specific need for this kinda thing > (pseudo-threading in javascript), there's no need for you to read > this. Believe me, there are advanced and respectable software > developers that wouldn't have a clue what this guy is talking about :)
For the project I am working at (www.clipperz.com), I need to make the UI (all written in JavaScript) reactive even when performing some heavy (cryptographic) tasks. I was thinking about how to split the computation tasks of encrypting and decrypting using Deferred in order to be able to introduce some wait calls in order to avoid the "unresponsive script" warning of many browsers. Could Generators be of any help to my problem? > I recommended it because I enjoy this sort of thing, but maybe that's just me > :) I also like "strange" paradigm, but at the moment I don't have much time to play with too esoterich technology, as I need to stay focused on the essential tools to implement the Clipperz application. Best regards, Giulio Cesare --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
