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

0 Members and 1 Guest are viewing this topic.

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
Which languages make you swear?
« on: February 25, 2011, 07:48:16 pm »




Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Which languages make you swear?
« Reply #1 on: February 25, 2011, 08:11:50 pm »
python can do a good job at making you cuss sometimes. I'm just one of those people who try to avoid cussing in posts
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 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 #2 on: February 25, 2011, 08:18:52 pm »
For me it was Javascript, by far, but I haven't coded in many languages.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Which languages make you swear?
« Reply #3 on: February 25, 2011, 08:26:28 pm »
C definitely is a language that makes you cuss so many semicolons...
I like it because its fast but I hate coding in it
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 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 #4 on: February 25, 2011, 08:28:59 pm »
Really? Is it just extremly low level like ASM? As for JS, the issue was mostly because it was trial and error. Sometimes code that is supposed to work fine wouldn't and some syntax is really cryptic. JS seemed so sensitive on little typos and stuff and it doesn't help that each browser interprets it differently.

In college we had to do JS for 3 semesters and eventually I dropped out.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Ashbad

  • Guest
Re: Which languages make you swear?
« Reply #5 on: February 25, 2011, 08:31:35 pm »
C++.  Is.  gonna make me swear.

That's why I code in Java ;D

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 #6 on: February 25, 2011, 08:39:39 pm »
Really? Is it just extremly low level like ASM?

It's actually quite a bit higher than Axe is to TI-ASM.

As for JS, the issue was mostly because it was trial and error. Sometimes code that is supposed to work fine wouldn't and some syntax is really cryptic. JS seemed so sensitive on little typos and stuff and it doesn't help that each browser interprets it differently.

Yeah, it's a nightmare unless you have the right tools. Chrome and Safari (and probably Firefox, but I'm not sure) have a JS debug feature that shows you what went wrong. It's been really useful to me ;D




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 #7 on: February 25, 2011, 08:41:19 pm »
Yeah back then we were stuck with IE 5.2 Mac (probably worse than IE4 and it failed to load most pages) and Netscape 4...
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Which languages make you swear?
« Reply #8 on: February 25, 2011, 08:43:11 pm »
I wish you could have C speed with python code...
who wants to make it work?
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 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 #9 on: February 25, 2011, 08:46:16 pm »
I wish you could have C speed with python code...
who wants to make it work?

Compiling Python? I'd think that's the only way to speed Py up.




Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Which languages make you swear?
« Reply #10 on: February 25, 2011, 08:51:52 pm »
there are a few projects that have speed boosts from 7 to 160 percent increase in speed. If you could make a compiler for python I'd be good that actually might help me a litlle I've been having problems with py2exe
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 #11 on: February 25, 2011, 10:02:29 pm »
Really? Is it just extremly low level like ASM? As for JS, the issue was mostly because it was trial and error. Sometimes code that is supposed to work fine wouldn't and some syntax is really cryptic. JS seemed so sensitive on little typos and stuff and it doesn't help that each browser interprets it differently.

C is like Axe for computers without the nice syntax. For example, this is valid code:

for(;P("\n"),R-;P("|"))for(e=C;e-;P("_"+(*u++/8)%2))P("| "+(*u/4)%2);

That's a particularly nasty example, but you get the picture.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

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 #12 on: February 25, 2011, 10:03:13 pm »
X.x, strange, I saw some less complex code before, I guess it has some complex stuff like JS then.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Which languages make you swear?
« Reply #13 on: February 25, 2011, 10:13:28 pm »
C can be very evil like giant commands compressed to one line
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 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 #14 on: February 25, 2011, 10:13:51 pm »
X.x, strange, I saw some less complex code before, I guess it has some complex stuff like JS then.

He gave a particularly complex example. You could also do pretty nasty stuff with Axe, though. Even worse than that ;)
« Last Edit: February 25, 2011, 10:14:13 pm by Deep Thought »