Ok, I know more people are starting to use JASS (yay!), but I thought it could be funny to see how many of wc3sear.ch's members are using JASS and how many are using GUI.
I'm always using JASS, I learned JASS in the end of march this year, and after that I joined wc3sear.ch and submitted my very first JASS spells. I've improved much since then, thanks to a lot of people, especially Vexorian and KaTTaNa who've helped me a lot. Today I don't even touch the GUI.
NOTES: JASS is called "custom text" in the WE. It's real name is JASS2, but noone uses that 2.
GUI is what some people wrongly call "triggers", the normal triggers in the trigger editor, GUI stands for graphical user interface.
I dont use JASS at all and I dont wanna learn it. You can make very cool spells with GUI (look at Drain Pipe's spells and I thought RedScores also uses GUI and look at my uber spell made with GUI ) U only need JASS for spells so I wont learn a whole new computer language just for some spells that u can make with GUI to (with some leaks)
After Daelin's JASS tutorial I never touch GUI again in spell making. I never download any GUI spells any more which means that there are few spells to download. JASS is much better. You have more control and the spell works faster since you don't use all those BJ-functions. And debuging isn't easier with GUI. I would say the opposite. And you can't use local triggers or timer that executes functions in GUI without having to create a global trigger just for that. And you can't make templates in GUI. From now I can't even look into a GUI spell "code".
RamzaI dont use JASS at all and I dont wanna learn it. You can make very cool spells with GUI (look at Drain Pipe's spells and I thought RedScores also uses GUI and look at my uber spell made with GUI ) U only need JASS for spells so I wont learn a whole new computer language just for some spells that u can make with GUI to (with some leaks)
Yeah sure, cool spells that aren't multiinstanceable, leak and are very inefficient coded.
@DarkShadow: for efficiency. And because jass allows things gui doesn't allow as you probably know. And because many gui functions have locals not set to null leaks.