The Top 10 Integrated Development Environments

Discussion in 'Programming General' started by Ritysayo, Aug 16, 2016.

The Top 10 Integrated Development Environments
  1. Unread #1 - Aug 16, 2016 at 11:47 PM
  2. Ritysayo
    Joined:
    Feb 6, 2011
    Posts:
    404
    Referrals:
    19
    Sythe Gold:
    258
    Lion King Pokémon Trainer Summer 2016 (2) Rio 2016 In Memory of Jon Torchbearer 2016

    Ritysayo Forum Addict

    The Top 10 Integrated Development Environments

    Here is a list according to market shares:
    1. Visual Studio
    2. Eclipse
    3. Android Studio
    4. Vim
    5. Netbeans
    6. Xcode
    7. Sublime Text
    8. Intellij
    9. Komodo
    10. Zamarin

    An updated and compiled list can be found here.

    I'm curious to see what you guys use most often. I've noticed that many of us work on different types of software by being in the Sythe Programming Group found on Skype. There have been mentions of mobile, web, and console applications being developed.

    Let me know what IDE you guys are using most often and the type of application you're typically developing!
     
    ^ Shin likes this.
  3. Unread #2 - Aug 17, 2016 at 2:18 AM
  4. Shin
    Joined:
    Mar 10, 2007
    Posts:
    14,171
    Referrals:
    23
    Sythe Gold:
    196
    Discord Unique ID:
    777373911821713408
    Pool Shark (4) Village Drunk <3 n4n0 (29) Battleship Champion

    Shin Join the Sythe.org Discord
    Retired Administrator Legendary Mudkips $100 USD Donor

    The Top 10 Integrated Development Environments

    I've used at least half that list, lol. Currently using Sublime Text for Python stuff.

    RIP emacs :'(
     
    ^ Ritysayo likes this.
  5. Unread #3 - Aug 17, 2016 at 2:55 AM
  6. Ritysayo
    Joined:
    Feb 6, 2011
    Posts:
    404
    Referrals:
    19
    Sythe Gold:
    258
    Lion King Pokémon Trainer Summer 2016 (2) Rio 2016 In Memory of Jon Torchbearer 2016

    Ritysayo Forum Addict

    The Top 10 Integrated Development Environments

    I never used Sublime until recently someone suggested it to me for JavaScript. I was using it until a popup telling me that I needed to register happened to appear on my screen.

    What makes it worth the money, when there are so many high-quality and free alternatives?
     
  7. Unread #4 - Aug 17, 2016 at 3:04 AM
  8. Shin
    Joined:
    Mar 10, 2007
    Posts:
    14,171
    Referrals:
    23
    Sythe Gold:
    196
    Discord Unique ID:
    777373911821713408
    Pool Shark (4) Village Drunk <3 n4n0 (29) Battleship Champion

    Shin Join the Sythe.org Discord
    Retired Administrator Legendary Mudkips $100 USD Donor

    The Top 10 Integrated Development Environments

    The pop-up is just to annoy you, lol. I'm sure there's a way to get it removed without paying for it, but it doesn't really bother me that much.
     
  9. Unread #5 - Aug 17, 2016 at 3:41 AM
  10. Ritysayo
    Joined:
    Feb 6, 2011
    Posts:
    404
    Referrals:
    19
    Sythe Gold:
    258
    Lion King Pokémon Trainer Summer 2016 (2) Rio 2016 In Memory of Jon Torchbearer 2016

    Ritysayo Forum Addict

    The Top 10 Integrated Development Environments

    I was thinking that it was a limited time access type of deal, but I guess that was a silly mistake since they don't require registration. I'm going to keep using it. Andy mentioned that there are useful plugins to download too, I'll have to try them out.

    Recently I've been experimenting with a lot of different environments, trying to find the one I'm most comfortable using or is that most compatible with my interest.

    Have you been working on any projects with Python lately? What type of application are using Python to build?
     
    ^ Shin likes this.
  11. Unread #6 - Aug 17, 2016 at 8:18 AM
  12. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    The Top 10 Integrated Development Environments

    Vim isn't an IDE. It's just a text editor and that's what I use.
     
  13. Unread #7 - Aug 17, 2016 at 8:43 AM
  14. Ritysayo
    Joined:
    Feb 6, 2011
    Posts:
    404
    Referrals:
    19
    Sythe Gold:
    258
    Lion King Pokémon Trainer Summer 2016 (2) Rio 2016 In Memory of Jon Torchbearer 2016

    Ritysayo Forum Addict

    The Top 10 Integrated Development Environments

    "An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development."

    I've never used Vim, but it looks to me that it falls under the definition of an IDE; although that can be manipulated due to people having their perspectives.

    That top 10 list was pulled from a relatively reputable website; I feel like they would be accurate on following the credentials of an IDE than me. After a little research, people like to consider it a text editor that is as powerful as an IDE due to its functionality.

    Do you use it for everything? What type of software do you create (ex. Windows applications)? What language do you typically use to code?
     
  15. Unread #8 - Aug 17, 2016 at 8:53 AM
  16. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    The Top 10 Integrated Development Environments

    Vim doesn't provide anything other than editing text. It is no more suited for software development than it is for writing a novel or taking notes in class. You can add a bunch of plugins to it that make it much more IDE like but at it's core it is designed just to make editing text as easy and efficient as possible. It really is less a text editor and more a programming language specifically designed for editing text.

    I use vim for all of my programming. At work I mostly write C++ and Javascript. At home I mostly write Haskell.

    For work I write basically RESTFUL APIs for an AngularJS frontend. For Haskell I have just made terminal applications. I've never made a Windows application.
     
    ^ Ritysayo likes this.
  17. Unread #9 - Aug 17, 2016 at 5:03 PM
  18. Ritysayo
    Joined:
    Feb 6, 2011
    Posts:
    404
    Referrals:
    19
    Sythe Gold:
    258
    Lion King Pokémon Trainer Summer 2016 (2) Rio 2016 In Memory of Jon Torchbearer 2016

    Ritysayo Forum Addict

    The Top 10 Integrated Development Environments


    Interesting. What Linux distribution do you run? I've taken several courses using Ubuntu, Fedora, Fedora 24, and a few others. We typically worked with BASH while automating the Linux commands, or to make a dragon appear on the terminal saying a random welcome message :).

    I've been trying to find a project to use AngularJS because I want to learn that framework. It feels like that is being used all over the place.
     
  19. Unread #10 - Aug 17, 2016 at 5:33 PM
  20. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    The Top 10 Integrated Development Environments

    My work uses red hat and I run debian at home.
     
    ^ Ritysayo likes this.
  21. Unread #11 - Aug 18, 2016 at 7:51 AM
  22. Ritysayo
    Joined:
    Feb 6, 2011
    Posts:
    404
    Referrals:
    19
    Sythe Gold:
    258
    Lion King Pokémon Trainer Summer 2016 (2) Rio 2016 In Memory of Jon Torchbearer 2016

    Ritysayo Forum Addict

    The Top 10 Integrated Development Environments

    I've never directly used Red Hat for anything, but I was taught Fedora 23 because it is supposed to be very similar. By the way, I meant to type Fedora 23 and not 24 in my earlier post.

    What is the reason you prefer to use Debian at home? Do you contribute to their development community?
     
  23. Unread #12 - Aug 18, 2016 at 8:38 AM
  24. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    The Top 10 Integrated Development Environments

    I like debian's stance on freedom.
     
  25. Unread #13 - Aug 18, 2016 at 1:25 PM
  26. Syed
    Joined:
    Jan 22, 2009
    Posts:
    9,857
    Referrals:
    1
    Sythe Gold:
    11
    Sythe Awards 2012 Winner Gohan has AIDS (3) ??? Rust Player I'm LAAAAAAAME (2) Shitting Rainbow (2)

    Syed Hero
    Retired Sectional Moderator $50 USD Donor New

    The Top 10 Integrated Development Environments

  27. Unread #14 - Aug 18, 2016 at 4:46 PM
  28. Ritysayo
    Joined:
    Feb 6, 2011
    Posts:
    404
    Referrals:
    19
    Sythe Gold:
    258
    Lion King Pokémon Trainer Summer 2016 (2) Rio 2016 In Memory of Jon Torchbearer 2016

    Ritysayo Forum Addict

    The Top 10 Integrated Development Environments

    That is awesome, I never knew VSCode existed until now. I'm studying Visual Studio Community 2015, trying to learn the environment and how to apply my knowledge using it's easy GUI creation system for Windows applications. I'll have to download VSCode for a lower resource-usage version for simple code snippets, thanks for sharing that.

    I've never used the Go language, I just watched a video about it. It seems like it's purpose is help the developers at Google build their software with useful methodologies that is compatible with their Engineer's workflow. It looks similar to Python. What type of software do you write using the Go language?

    Merica.
     
  29. Unread #15 - Aug 18, 2016 at 5:46 PM
  30. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    The Top 10 Integrated Development Environments

    It's more than just that. I want to be able to inspect what my computer is running to know how it works. I want to be able to change it to work the way I want to work. I want the ability to customize things so that they work the way I want them to. I want to not be held hostage by IP or copyright or changes on a whim from some board of directors somewhere. I want to be able to trust the source of my software and support a organization that defends people's ability to freely express themselves all over the world, even when their governments try to stop them. Debian is about so much more than just 'Mucica.
     
    ^ Ritysayo likes this.
< Launch Multiple OSRS From A Single Shortcut Using A Batch File | Could anyone help me with a beginner tutorial...... >

Users viewing this thread
1 guest


 
 
Adblock breaks this site