A
Arvid
Guest
So what is your Favorite Programming Language?
For me, I definitely love Java. I am also beginning to like C.
For me, I definitely love Java. I am also beginning to like C.
Yes java is indeed a static typed language, but C# is like you don't need to type the type name - it can be inferred (var keyword for locals), or you can make it dynamically typed like in python (dynamic keyword).java is beautiful, the libraries, the integration, the jvm support... it just does what it does the way it's supposed to. you can talk to something completely different and for the most part give no fucks about architecture, the jvm will handle it. if you want to get a handle on objects (no pun intended), java will ensure you do. i love it.
also, i fucking hate javascript, but it does so many things.... seriously, though, fuck js, it's a pain to write in
php sounds like it's goona kick ass when 7.whatever rolls around, i just love type enforcement. i want my objects to be of their type and nothing else. even if it's inferred as it's interpreted, that is what they are and it's stupid to keep checking to make sure that your arguments are what they're supposed to be. overriding methods and shit makes much more sense to me than having one function that has to look through a pile of possible arguments to provide errors in every shit-circumstance. either it's good or it isn't, simple.
give variables a fucking type, interpreted or not, fucking ENFORCE TYPE IN INTERPRETED LANGUAGES FOR FUCK'S SAKE.
What is your Favourite Programming Language?Duolingo
You reprogram the doulingo bird with your Spanish so she doesn't kill your familyWhat is your Favourite Programming Language?
PROGRAMMING LANGUAGE!
5 more days of practicing my Spanish and the bird will let my brother out of the gulagYou reprogram the doulingo bird with your Spanish so she doesn't kill your family
Ah, I see now. I reprogrammed him with my English :3You reprogram the doulingo bird with your Spanish so she doesn't kill your family
I'm quite interested in Lua at the moment. I am learning C so maybe if I do learn Lua, I can mix that in with a little bit of C.i absolutely love lua! lua is the first programming language i've ever worked with before attempting to work with c, python, and javascript!
i'm not exactly an expert, but it is fun to mess around with.
I began learning a modified Version of Lua via ROBLOX(oof). It was fun and it was what got me into Programming in the first place. But of course, it wasn't the real one. I might pick up the Programming In Lua: Fourth Edition Book.Lua requires little to no brain to learn. But if you want OOP in it... it gets somewhat confusing.
Best way to learn some is trough OpenComputers/ComputerCraft mods for mc XD. OC is more difficult-er.
No, I haven't but I will check it.Have you tried going trough lua.org manual Lua 5.3 Reference Manual - contents ? It pretty much covers most of the stuff.
As for programming in general I am willing to help. I think I wrote enough code to be of use.
Anyone here also Git gut, on Github/alternatives?