Forum Discussion
Verilog vs. VHDL: the short answer is that you can use either and get the same results. Sometimes, the company you work for dictates which language you must use. Verilog is popular in the USA, but VHDL is used by US military/government and a lot in Europe (don't know why). But really, it's up to you. Verilog, IMO, is easier to learn and use, but it's also easier to get away with bad design practices. VHDL is much stricter in how you use it, but you can be much more precise in how you define things. It is also much harder to get away with bad design practices. Personally, I prefer Verilog because it's easier to write and quicker to create a synthesizable design.
Other languages: there are older languages like Altera's own AHDL, but today, it's really only Verilog or VHDL.
You can post language-related questions here, but just Googling will find you forums that are HDL specific.
Verilog vs. VHDL in Quartus: here's the biggest difference in choosing one or the other. If you are using the Lite or Standard editions of Quartus, they don't support the latest VHDL standard, 2008. The Pro edition has much more extensive VHDL 2008 support. All editions support Verilog and Verilog 2005 (SystemVerilog), but again, the Pro edition has added support and enhanced language checks.
#iwork4intel