This could be in the client-side technologies section, but this is more about the compiler itself rather than the LESS... language?
I was recently introduced to LESS and it was love at first sight. I'm currently using Koala for my compiler (I have also tried WinLess). I was wondering if anyone had any recommendations on a desktop LESS compiler. I like Koala, it looks good, but there is one big "wish list" item that it does not have (neither does WinLess):
Both of the above will compile to minified CSS if you tell it to; however, I would love it if there was a compiler out there that would compile to both a minified version and a development version at the same time. So for example if I had style.less, then when I saved it I would get a style.css and a style.min.css (or whatever naming convention).
Koala works for my needs for now, but since I am new to LESS I'm curious what's out there. I use Komodo Edit, and there's a LESS plugin, but it's for a much older version (it doesn't appear to be maintained).