Yeah, yeah. Though I am getting better, as I am now getting started on my own mod with a friend.Meh we grew up in the internet age and some people can just do these things.
Although when I go near any C++ code I still cringe
Yeah, yeah. Though I am getting better, as I am now getting started on my own mod with a friend.Meh we grew up in the internet age and some people can just do these things.
Although when I go near any C++ code I still cringe
You just said javascript is simple....but the classes....GAHI did write programs when I was 13, but simpler languages like Javascript and PHP, I didn't have the level of understanding that I have now and certainly not enough knowledge to make a Minecraft mod
Yes, yes I did.Do you call me a talented baby!? Come at me!
When I was 13, I didn't have a functioning computer or internet.I did write programs when I was 13, but simpler languages like Javascript and PHP, I didn't have the level of understanding that I have now and certainly not enough knowledge to make a Minecraft mod
OOP is nice, but I come from an Objective-C background so I prefer MVC OOPThen there's this person in a few of my classes who has his eyes glaze over when I talk about OOP..
Back then I didn't even know Javascript has something like thisYou just said javascript is simple....but the classes....GAH
It doesn't and yet it does. Basically people hacked away at the prototype system and made JS classes. But us not insane people don't touch JS for any OOP and instead use CoffeescriptBack then I didn't even know Javascript has something like this
It is simple if all you're doing is simple website scripting
I want to get into that... Do you have a tutorial you particularly recommend?Back then I didn't even know Javascript has something like this
It is simple if all you're doing is simple website scripting
I would say not to touch JS ever unless you do it with Coffeescript (which compiles to JS)I want to get into that... Do you have a tutorial you particularly recommend?
According to this... It seems pretty simple, unless I am being stupid.It doesn't and yet it does. Basically people hacked away at the prototype system and made JS classes. But us not insane people don't touch JS for any OOP and instead use Coffeescript
https://github.com/Strikingwolf/CoffeescriptMayham/ Look at the coffeescript vs. javascript code there. Specifically in the biology section...the JS is just...evil...pure evilAccording to this... It seems pretty simple, unless I am being stupid.
Not really, I'd just say search in Google.I want to get into that... Do you have a tutorial you particularly recommend?
After I already worked a bit with VB.Net and C# (but not knowing much about OOP concepts) I saw that we had a kinda old C++ book and I studied it.OOP is nice, but I come from an Objective-C background so I prefer MVC OOP
>: D The backhanded compliment, gets the little bastards every time.Not sure if that's good or bad...
Yeah...C++...that thing...Not really, I'd just say search in Google.
After I already worked a bit with VB.Net and C# (but not knowing much about OOP concepts) I saw that we had a kinda old C++ book and I studied it.
Holy s***. Damn that is a noticeable difference, though I do have to wonder about the purpose of this program.https://github.com/Strikingwolf/CoffeescriptMayham/ Look at the coffeescript vs. javascript code there. Specifically in the biology section...the JS is just...evil...pure evil
I was just messing about with coffeescript trying to learn it. But yes, can you see now why I prefer coffeescript?Holy s***. Damn that is a noticeable difference, though I do have to wonder about the purpose of this program.
Hehe managing the memory yourself is definitely a hassle sometimes ... I'm kinda running from C++ into Java's arms nowYeah...C++...that thing...
F*** yeah, though with how compact that is in comparison makes me wonder if coffeescript has a lack of flexibility as a result.I was just messing about with coffeescript trying to learn it. But yes, can you see now why I prefer coffeescript?
The memory management I can handle, the way you do some things there is just terrible. And running into Java's arms. Are you insane? Java is not that good of a language IMO. I mean look at @SatanicSanta's siggyHehe managing the memory yourself is definitely a hassle sometimes ... I'm kinda running from C++ into Java's arms now
It doesn't everything that can be done is JS can be done in Coffeescript, but in a much simpler mannerF*** yeah, though with how compact that is in comparison makes me wonder if coffeescript has a lack of flexibility as a result.