9

Anyone know any free coding software that I can get?

Comments
  • 0
    You want something open source? What is it for?
  • 2
    @varEnigmatic mainly for making stuff like a website or a game
  • 3
    Well those are two different things. You can use something as simple as notepad or a bunch of free versions of text editors for a website. You can also get community versions of an IDE for a simple game.
  • 2
    @varEnigmatic notepad++? Thanks for the help I will look for those things :P
  • 2
    You can take a look at Eclipse, its an open source IDE. Mainly used for java, but also supports PHP, C++ etc...

    https://eclipse.org
  • 2
    Oooo@Strazil ooooo thanks I need one that runs a lot the buddy :P
  • 0
    No problem. Good luck!
  • 2
    @programmingTrtl You're welcome, also try to imagine first what yr goal is, games, website, etc.. then you can be more specific at yr questions and find software that fits yr needs! ;)
  • 2
  • 1
  • 0
  • 1
  • 2
    Visual studio community 👌
  • 1
    Also a very good option as it is more open to other languages!
  • 1
    Visual Studio Code (Commonly called VS Code) - It's pretty much a coin flip if you're going to hate it or love it. It's a really solid editor with a simple point-n-click library of addons and themes built in, with support for every language i've checked so far (And i've checked quite a few). It's really clean and simple with most of the features hidden out of sight.

    If you end up hating it, then you'll probably like Eclipse. I don't know much about it to be honest. What I do know is that the UI is far too crowded for my taste, but as a result everything is easy to access.
  • 0
    @Strazil
    Eclipse. Seriously?
  • 1
    @ragnarr023 Hey, everybody has their opinion man! ;)
Add Comment