Author Topic: Which languages make you swear?  (Read 12244 times)

0 Members and 1 Guest are viewing this topic.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Which languages make you swear?
« Reply #30 on: February 26, 2011, 09:12:15 am »
I try to always use one editing environment but I have two set up how I like. One is the default IDLE. One is PyScripter from PortablePython. So far they seem to be quite compatible with tabs and indents. I prefer PyScripter It has better debugging.
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Which languages make you swear?
« Reply #31 on: February 26, 2011, 03:15:34 pm »
I'm not really a swearer, but I like to swear sometimes, especially in public, at school, when nothing work. Especially when doing C++/Win32. That's so low level and messed up you have to write 32 billion of lines of code to get something done.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Which languages make you swear?
« Reply #32 on: February 26, 2011, 03:37:46 pm »
Brainfuck needs to be added to that graph.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Which languages make you swear?
« Reply #33 on: February 26, 2011, 03:41:47 pm »
Yep. But the problem is that no one takes BF seriously, so most people would probably just give up before they ever start swearing.




Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Which languages make you swear?
« Reply #34 on: February 26, 2011, 03:43:47 pm »
I wonder how many times that person who wrote a brainfuck interpreter in brainfuck swore ...

Offline matthias1992

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 408
  • Rating: +33/-5
    • View Profile
Re: Which languages make you swear?
« Reply #35 on: February 26, 2011, 05:02:05 pm »
C or the "god" language is....

TERRIBLE

I....HATE.....CURLY.....BRACKETS

Sorry god but i just get completely lost in all those curly brackets, its not just c that utilizes curly brackets but of all languages that do c is the most freakin confusing langauge i have ever had the diseapleasure of using. Gawd that langauge just does not work for me. Gimme xna! (=c#)
MASM xxxxxxxxxx aborted | SADce ====:::::: 40% -Halted until further notice| XAOS =====::::: 50% -Units done| SKYBOX2D engine ========== 100% -Pre-alpha done. Need to  document it and extend |

~Those who dream by day are cognizant of much more than those who dream by night only. -Sir Edgar Allen Poe-

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Which languages make you swear?
« Reply #36 on: February 26, 2011, 05:58:12 pm »
I like indentation as a means to show if your in a loop/function/class/if statement. they are easier to read. and then there are semicolons which drive me insane
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Which languages make you swear?
« Reply #37 on: February 26, 2011, 06:28:44 pm »
1) SuperH assembly. It makes me want to swear every time I have to load data.

2) Axe. There's nothing like losing all of your data when you forget to check your array bounds.

3) C. Compiler outputs are often horrendously obfuscated.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Which languages make you swear?
« Reply #38 on: February 26, 2011, 06:43:33 pm »
2) Axe. There's nothing like losing all of your data when you forget to check your array bounds.
Or the ERR:BLOCK that takes days to fix :P
« Last Edit: February 26, 2011, 06:43:44 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: Which languages make you swear?
« Reply #39 on: February 26, 2011, 06:54:07 pm »
2) Axe. There's nothing like losing all of your data when you forget to check your array bounds.
Or the ERR:BLOCK that takes days to fix :P
Or a backup corruption because your code was too large to instant goto without issues.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Which languages make you swear?
« Reply #40 on: February 28, 2011, 02:33:50 am »
xLIB v601b when you try to figure out why your program crashed even though you don't want to draw your sprite outside the top of the screen. Thankfully this was fixed in v602b. I lost progress often due to lack of screen-top sprite clipping support.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Which languages make you swear?
« Reply #41 on: March 30, 2011, 12:15:05 pm »
For me?
French, no contest.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: Which languages make you swear?
« Reply #42 on: March 30, 2011, 03:16:05 pm »
Seconded.

And C#.
« Last Edit: March 30, 2011, 03:16:20 pm by JustCause »
See you, space cowboy...

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Which languages make you swear?
« Reply #43 on: March 30, 2011, 03:20:03 pm »
VB.NET. Just hearing someone say they use VB.NET is bad enough. Also, Hebrew. I only know swear words in Hebrew, so I can't do anything OTHER than swear in it.
There's something about Tuesday...


Pushpins 'n' stuff...


Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Which languages make you swear?
« Reply #44 on: March 30, 2011, 04:17:06 pm »
I know two words of Yiddish:
Oy and Vey.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!