Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 151 152 [153] 154 155 ... 3345

Author Topic: Things that made you RRRRRRAAAAGGGGEEEE today: Trust-o-nomics Edition  (Read 3695374 times)

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2280 on: April 11, 2011, 05:39:43 am »

EVERYTHING IN PYTHON IS ANONYMOUS!!!! GAH! WHY IS IT SO?!?!?!

Let's just nail what ever the hell we want onto the side of anything!

Something Evil

  • Bay Watcher
  • Allignment: Neutral Predatory
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2281 on: April 11, 2011, 05:44:39 am »

Well, that's what makes Python awesome to use, but frustrating to learn.
Logged
Quote from: Vector
In a world with so many hydras, who am I to throw away my extra swords?
Quote from: Encased in burning magma
THIS UNDEAD THREAD SHALL BE WOVEN INTO UNDEAD SOCKS
Quote from: ragnarok97071
Hot Chocolate is like Dakka. You can never have enuff of it, and you should try not to drop it on your pants.
Quote from: Burnt Pies
Soon I shall be fluent in Box, including obscure dialects such as Pyramid, Sphere and Japanese.

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2282 on: April 11, 2011, 05:50:17 am »

More along the lines of the opposite. Anon classes are for shaping your data, you don't want to use them for everything. A string is a string and an int is an int, as much as a dog is a dog and a cat is a cat. Saying anything is anything is crazy!

Something Evil

  • Bay Watcher
  • Allignment: Neutral Predatory
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2283 on: April 11, 2011, 05:53:25 am »

Pfah. Your rigid C derivatives falter before the "Wait. I can do this!?" of Python.
Logged
Quote from: Vector
In a world with so many hydras, who am I to throw away my extra swords?
Quote from: Encased in burning magma
THIS UNDEAD THREAD SHALL BE WOVEN INTO UNDEAD SOCKS
Quote from: ragnarok97071
Hot Chocolate is like Dakka. You can never have enuff of it, and you should try not to drop it on your pants.
Quote from: Burnt Pies
Soon I shall be fluent in Box, including obscure dialects such as Pyramid, Sphere and Japanese.

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2284 on: April 11, 2011, 05:57:07 am »

Pfah. Your high languages fall flat when you need to build a system that complies to an open closed principle. You said it yourself, the "Wait, I can do this!?" mentality of python is a breeding ground for frail scripts that break as soon as you need to update something.

Something Evil

  • Bay Watcher
  • Allignment: Neutral Predatory
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2285 on: April 11, 2011, 06:01:00 am »

That's why you learn assembler and C in school, so you don't start to just muck around with the code.
Logged
Quote from: Vector
In a world with so many hydras, who am I to throw away my extra swords?
Quote from: Encased in burning magma
THIS UNDEAD THREAD SHALL BE WOVEN INTO UNDEAD SOCKS
Quote from: ragnarok97071
Hot Chocolate is like Dakka. You can never have enuff of it, and you should try not to drop it on your pants.
Quote from: Burnt Pies
Soon I shall be fluent in Box, including obscure dialects such as Pyramid, Sphere and Japanese.

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2286 on: April 11, 2011, 06:08:29 am »

Nooo. No no no no no. NO.

Neither c nor assembler are OOP, you learn these then go into python then you will be a very sloppy programmer, as you wont know propper software patterns. Take a very short, simple patten like singleton for example, if you learn on c++, Java or C# then you can be taught this and use it properly. If you learn in something that low level, then you will almost certainly be tempted to instead use sloppy static classes.

Python lets you do all sorts of stuff, sure but it is all the kind of stuff you shouldn't be doing.

Darvi

  • Bay Watcher
  • <Cript> Darvi is my wifi.
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2287 on: April 11, 2011, 06:09:28 am »

That's why you learn assembler and C in school
No we don't :V
Logged

Max White

  • Bay Watcher
  • Still not hollowed!
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2288 on: April 11, 2011, 06:11:33 am »

That's why you learn assembler and C in school
No we don't :V
You didn't get to do c? As I recall, in the time span of four years, we did VB6.0, VB.net, c++, c, c#, assembler (Only a tiny bit), python, javascript (But not java, heart breaking) prolog and pascal.

All such fun. I think prolog was most interesting.

Darvi

  • Bay Watcher
  • <Cript> Darvi is my wifi.
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2289 on: April 11, 2011, 06:15:08 am »

We only do pascal. Crap doesn't even know the break command and the semicolons are aesthetically unpleasing.

I only know python due to evening classes. And bits od C++ and basic due to mucking around with it during my free time.
Logged

Something Evil

  • Bay Watcher
  • Allignment: Neutral Predatory
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2290 on: April 11, 2011, 06:45:50 am »

Note: I meant C++, not C C. Not feeling terribly well, so I slip up.
Here it was Pascal (now they often skip over it), C++ and maybe some C# or assembler, then a bit more assembler and C++ as a freshman in college, then Python or such.
Logged
Quote from: Vector
In a world with so many hydras, who am I to throw away my extra swords?
Quote from: Encased in burning magma
THIS UNDEAD THREAD SHALL BE WOVEN INTO UNDEAD SOCKS
Quote from: ragnarok97071
Hot Chocolate is like Dakka. You can never have enuff of it, and you should try not to drop it on your pants.
Quote from: Burnt Pies
Soon I shall be fluent in Box, including obscure dialects such as Pyramid, Sphere and Japanese.

Jopax

  • Bay Watcher
  • Cat on a hat
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2291 on: April 11, 2011, 12:41:20 pm »

We did a bit of Pascal in first grade and that was it as far as programming goes (unless you count making webpages in HTML as coding)

Anyways, today we got our math test back, i got a 1, but it was a 2 before that.Firstly, i messed up one of the three problems i completed simply by doing a major brainfart and writing the wrong number at the wrong place for no apparent reason.Then my second problem was correct but lacked a graph.So she writes in a 2 since i had another one done correctly, then a friend who had the more-less same test comes up and asks her why do i get a 2 and he gets a 1 if we apparently have the same number of correct problems, so instead of giving him a 2 she gives me a 1, and now i have to do math again -.-
Logged
"my batteries are low and it's getting dark"
AS - IG

freeformschooler

  • Bay Watcher
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2292 on: April 11, 2011, 12:44:53 pm »

You lucky bitches, they don't have a single assembly or regular C class in my school. It's all C++, Java, the like. I would like to take a class on the earlier "languages" for my own reasons, such as gameboy or NES homebrew.

Fun fact: I bet you all didn't know that homebrew for the SNES is much harder to put together than homebrew for the original NES.
Logged

Tellemurius

  • Bay Watcher
  • Positively insane Tech Thaumaturgist
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2293 on: April 11, 2011, 12:58:07 pm »

Learning F#, so fucking confused.

freeformschooler

  • Bay Watcher
    • View Profile
Re: Things that made you RRAAAAAGGGGEEEE today thread.
« Reply #2294 on: April 11, 2011, 01:00:10 pm »

Learning F#, so fucking confused.

F#? That's nothing! Try playing a serious song in the key of E no wait we're still talking programming.
Logged
Pages: 1 ... 151 152 [153] 154 155 ... 3345