In languages based on message-passing, you just call the function and an error will occur at run time if it does not exist. In languages with reflection, you can test to see if the function exists and then call it. In Haxe...
( Read more... )
I found myself with a bit of free time, so I decided to try getting back into programming for fun and see what Haxe is like these days.
( Read more... )