10-18-2015, 11:43 AM
(10-14-2015, 12:47 PM)Hastumer Wrote: Lua, nobody on ORE likes it, but I do x'D It's easy to understand, easy to write and no big parenthesis mess, e.g:yep... lua is amazing to me, its simple, and really cool as a language. so, I got a question, what IDES do you use? for lua: SCITE C++: codeblocks Fortran: Codeblocks java: eclipse (obviously), python: IDLE
simply get'sCode:if x == 1 {
System.out.println("x is equal to one");
} else {
System.out.println("x is not equal to one, it's " + x);
}
Code:if x == 1 then
print("x is equal to one")
else
print("x is not equal to one, it's "..x)
end
reeeeeeeeeeeeeeeee