lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, Apr 9, 2016 at 12:38 PM, Andrew Trevorrow <andrew@trevorrow.com> wrote:
> Ag is a free, open source anagram generator that runs on Windows,
> Mac OS X and Linux.  Version 1.1 is now scriptable, thanks to Lua.
> More details, including download links and screenshots, are here:
>
> http://ag1.sourceforge.net/
>
> The distribution includes a number of example scripts:
>
> conundrums.lua   -- generates 9-letter anagrams made from 2 words
> crossword.lua    -- creates a random crossword puzzle
> ladders.lua      -- finds word ladders
> lexstats.lua     -- displays statistics about the current lexicon
> palindromes.lua  -- finds all palindromes in the current lexicon
>
> This image shows Ag's console window after running lexstats.lua:
>
> http://ag1.sourceforge.net/ag-mac.png
>
> I've only been using Lua for a couple of months, so feedback from
> experienced Lua programmers would be most welcome.
>
> Andrew Trevorrow (aka Overt Word Warren)
>

Great work!

Notes:

0. How to run Lua scripts from command line?
1. How can I add Russian lexicon?
2. Where are build instructions?
3. What is the license?
4. How can I compile it with my system-wide Lua?

-- 


Best regards,
Boris Nagaev