Minor suggestion to Blackholyman's or joedf's
(whichever is chosen):
It would be nice to include a tabbed or code sample slideshow featuring AutoHotkey's features:
- Hotkeys
- Hotstrings (can be combined w/ slide 1)
- Text/String/File manipulation
- Arrays/Associative arrays
- Classes (can be combined w/ slide 4)
- COM Automation
- FFI/DllCall()
In that way beginners can see how easy it is to get a grasp of the language while at the same time those w/ programming experience will see familiar concepts. It is also a way of subtly suggesting preferred syntax usage like
:= instead of
=, etc. through the sample code snippets. And also informing visitors that AutoHotkey is not just a hotkey tool but a powerful scripting language.