Books:
If you only had time to read one language design / implementation book, I'd recommend reading Programming Language Pragmatics for both inspiration and information.
If you really want to get serious with ANTLR (and it's not a bad choice), you should pick up The Definitive ANTLR reference. The PDF version costs just $24 and is far superior to the documentation that can be found online.
For an entertaining and educational story about designing a real world language, I heartily recommend The Design and Evolution of C++. At least if statically typed, compiled-to-native-code languages are your cup of tea.
As for language design, I've found the following articles inspiring:
Paul Graham: Five Questions About Language Design, Taste for Makers, Succinctness is Power, Design and Research and others
Steve Yegge: http://steve-yegge.blogspot.com/2007/01/pinocchio-problem.html, The Next Big Language
Discussion forums:
If you are looking for information regarding a particular design issue, it has been probably discussed in comp.lang.misc. Not too active nowadays.
The D language newsgroup contains some good language design specific discussion, or at least it did when I frequented there a couple of years ago.
Lambda the Ultimate is mostly about theoretical functional programming stuff but occasionally touches upon language design issues (for example, Some words of advice on language design)
Interesting languages-under-design I've bumped upon are Jolt, Heron and and PicoC (from the Internet Archive as the pages are no longer available as they were.)
Link to Heron at Internet Archive (MarkDown formatter doesn't support * in URL):
