|
Benchmarking Performance in RevTalk
Richard Gaskin
Practical tips for testing the relative performance of different algorithms and making the most of the great performance the Rev engine offers.
Commands and Private Handlers
Sarah Reichelt
RunRev 2.8.1 introduced two new concepts in naming and using handlers: "command" and "private". This article explains what they're for and shows you how to use them effectively.
Everything You Know Is Wrong, Part 1
Mark Wieder
I've always distrusted "it" and "the result" as being too ephemeral to use without having them changed out from under me by who-knows-what. Now after some experimenting and some email conversations with Mark Waddingham, I think I've finally gotten things sorted out.
Using Script Colorization
Sarah Reichelt
As well as the conventional debugging tools like the Variable Watcher, Script Debugger, and Message Watcher, RevTalk offers another very easy way to check your scripts for simple errors and typos: Turn on Script Colorization!
Conditional Structures - Part 1: if/then/else
Eric Chatonet
This series on control structures in Rev kicks off with the ultimate beginner's guide to conditional expressions.
|