[AS3, Solved] Adding properties to objects at runtime page 2

Subscribe to [AS3, Solved] Adding properties to objects at runtime 27 posts

avatar for Ace_Blue Ace_Blue 1130 posts
Flag Post

I always want my compiler as strict as possible. Machines trying to make assumptions is one of those things that make me hesitate whether I should laugh or cry when I see it. It’s both endearing and pathetic, like a kitten trying to scratch open a can of cat food.

 
avatar for skyboy skyboy 6261 posts
Flag Post

Originally posted by Ace_Blue:

I always want my compiler as strict as possible. Machines trying to make assumptions is one of those things that make me hesitate whether I should laugh or cry when I see it. It’s both endearing and pathetic, like a kitten trying to scratch open a can of cat food.

a chess AI. watson. machines are incredibly good at doing things correctly, and in the older languages like C/C++ the compilers will optimize the code you write; like using bitshifts instead of divide when applicable, among thousands of other small things.