3/12/13

cake and eating it

one reason I love javascript is that I feel like I can use an imperative style when I want, and a functional style when I want..

I was just thinking it would be nice if it also allowed a "fast" style, like an asm block in C, some designation like fast { ... } where the stuff inside the ... would be some restricted language with tighter assumptions, but it would map more closely to machine instructions, and could be optimized to be super fast.

No comments:

Post a Comment