2009年9月28日

AutoHotkeyとAutoHotkey_L

もはや別言語

「AutoHotkey」
「AutoHotkey_L」
どちらも久しぶりに更新された
本家のほうはどうでもいい更新に対して
Added: Object/array support and numerous minor changes to make this possible.
Added: Support for While(expression) with no delimiting space.
Added: Trim, LTrim, RTrim.
Added: A ~= B; equivalent to RegExMatch(A, B). May be removed in a future revision.
Fixed: An incompatibility with LowLevel.
Changed: Characters [, ] and ? are no longer valid in variable names. Consequently, ? (ternary) no longer requires a space on either side.
Changed: Optional parameters may now be omitted at any position in the parameter list of a non-dynamic function call. Since this works by automatically inserting the parameter's default value at load-time, it is not supported or allowed for dynamic function-calls.
Debugger: Various minor changes to make program flow easier to follow while stepping through code.
Optimization: If DllCall's first parameter is a literal string which identifies a function already present in memory, it is replaced with the actual address of the function.
Updated from v1.0.48.03 to v1.0.48.04.
オブジェクトと配列サポート
「AutoHotkey_L (Lexikos' custom build) - AutoHotkey Community」
詳しくはここで

全然触ってないけどまた何か作ろうかと感じさせる更新だった