Category talk:AutoHotkey: Difference between revisions

No edit summary
 
Line 4:
 
:: It's nice to have a mix of theoretical and practical. The ones to avoid are the ones where it is virtually impossible to do them in more than one language. —[[User:Dkf|Donal Fellows]] 15:18, 17 June 2009 (UTC)
 
== AutoHotKey_L is now the active development branch ==
 
On September 25, 2009 AutoHotkey Basic stopped development with the exit of its creator, Chris Mallet. Forum member Lexikos has taken over the development process, renaming the language AutoHotkey_L.
 
AutoHotkey_L is a custom build of AutoHotkey maintained by Lexikos. Features include:
 
Objects (extensible associative arrays).
Interactive debugging features, when used with a compatible debugging client.
Significant functionality developed by other community members:
Native 64-bit support by fincs.
Native COM support by Sean.
Native Unicode support by jackieku.
Support for various text encodings.
New DllCall arg types for portability.
Object-oriented file I/O.
#if expression - Similar to #IfWinActive, but for arbitrary expressions.
 
Should a new language entry be created for AutoHotkey_L or should updated code simply replace the code posted for AutoHotkey Basic?
Anonymous user