Tag: flash
-
Adobe Thermo looks interesting. At first, of course, it looks just like another Visual Basic which is of note only because it targets Flex (and hence the Flash Virtual Machine). But it’s clever in the way that it imports Photoshop files and takes advantage of some of the logical structure. Not for me, though, obviously.
-
Python on Silverlight? I’m intrigued despite myself.
-
Quick Note : I just had a revolution in my thinking, triggered by Enso but influenced by several other recent trends. You write Enso “extensions” as XML-RPC servers sitting on your local machine, register them with Enso and it calls them using XML-RPC. I tried the example from the tutorial and it’s very cute and…