How do you code?

Discussion in 'Off Topic' started by Popsicle67, 19 October 2012.

  1. Popsicle67

    Popsicle67 Active Member

    Joined:
    17 February 2012
    Messages:
    156
    Likes Received:
    44
    I was going to make this a poll but that would involve an ungodly amount of choices.
    So yes, I was curious what people like to use to code, and what they code in! I personally use Komodo because I just really like the environment and have money to burn. I code in Python, Java, C#, C, Object-C, Lua, Forth (a bit), Scheme (because I enjoy lambda calculus), Mathematica (not sure if language...), and brainfuck (actually a thing (you have to use loops to multiply!)).
    Also, if you prefer a specific OS for programming (Linux, whatever) post that too!
     
  2. TexasGamer

    TexasGamer Well-Known Member

    Joined:
    1 December 2011
    Messages:
    684
    Likes Received:
    254
    I use Java for most cases and PHP for web applications simply because I know them the best. Eclipse and Notepad++ are essential!
     
    thtredstonegui likes this.
  3. gknova61

    gknova61 Farbes Lover

    Joined:
    17 March 2012
    Messages:
    1.238
    Likes Received:
    350
    Texas * 2, except I dunno php.
     
  4. TexasGamer

    TexasGamer Well-Known Member

    Joined:
    1 December 2011
    Messages:
    684
    Likes Received:
    254
    I barely know it anyways...
     
  5. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    2 March 2012
    Messages:
    2.603
    Likes Received:
    757
    Same as the 2 above, I know a ton more java then anything else I know. But I know a "fair" bit of perl and python as well, but have never used them enough to use seriously.
     
  6. Chaeris

    Chaeris Active Member

    Joined:
    8 March 2012
    Messages:
    766
    Likes Received:
    89
    I first READ Java, and reading Java source code, I understood it, it is really easy, then I tried many many things, then now I understand nearly every languages except the LISP, because it's essentially made of packets names that you must know...

    My main language today is assembly.

    So for that I got the best disassembler/assembler, a resource extractor, and an extractor that could get everything else, such as manifests or other data that can't be get another way... I'm today capable of taking a program (not depending of the language it is programmed in, except for Visual Basic and Java and some other languages that could be decompiled to make a code really close to the original one, you should know that a Java application, even in a .exe format can't be really disassembled as it's core code is in a class file, wich can't be disassembled to get a real code) and to modify it, for example: My actual browser is BASED on Opera :D (If you see what I mean ;))
     
  7. Popsicle67

    Popsicle67 Active Member

    Joined:
    17 February 2012
    Messages:
    156
    Likes Received:
    44
    I'm going to guess here that you run a custom linux distro/ (more) easily customized distro i.e. puppylinux, no?
     
  8. Chaeris

    Chaeris Active Member

    Joined:
    8 March 2012
    Messages:
    766
    Likes Received:
    89
    Absolutely NOT.
    You can dissasemble EVERYTHING. Including, as far as Microsoft can try to remove this feature, Windows, so I can get the source code of a part of Windows if I feel the need, wich isn't the case for the moment...
    I also look to the Ubuntu source code on the web (you can find it easily) for the Internet source code (likely) only.
     
  9. Popsicle67

    Popsicle67 Active Member

    Joined:
    17 February 2012
    Messages:
    156
    Likes Received:
    44
    Um...
    I think there was a miscommunication. I was saying that the way you approach computers/coding would seem to predispose you to changing things a lot, and that you would chose an operating system based on that.
     
  10. Talons1337

    Talons1337 I am a build team

    Joined:
    21 December 2011
    Messages:
    491
    Likes Received:
    129
  11. glitch80

    glitch80 Active Member

    Joined:
    26 March 2012
    Messages:
    345
    Likes Received:
    232
    Like a Jedi... ok, fine, more like Jar Jar Binks.

    I've never been a fan of fancy IDE's and working two years in a Microsoft-centered software shop reinforced that.

    The only coding I do now is a little PHP, so PuTTY + TMUX + Nano. I use VIM too, but with the right config Nano actually does a good job and is far less complicated.
     
    Shadow likes this.