Jump to content

what software to use for coding

cakez

Hello,I'm starting to code and I wondering which software should I use to  write the code?

Thx

-will

Link to comment
Share on other sites

Link to post
Share on other sites

What language?

i5 4670k @ 4.2GHz (Coolermaster Hyper 212 Evo); ASrock Z87 EXTREME4; 8GB Kingston HyperX Beast DDR3 RAM @ 2133MHz; Asus DirectCU GTX 560; Super Flower Golden King 550 Platinum PSU;1TB Seagate Barracuda;Corsair 200r case. 

Link to comment
Share on other sites

Link to post
Share on other sites

VIM.

Link to comment
Share on other sites

Link to post
Share on other sites

depends on what you're gonna be coding:

- java: eclipse or intelliJ

- C: pelles C (really dont, its horribly outdated) or visual studio

- C++: visual studio

- python: notepad++

- html & css: notepad++

- lua: notepad++

Link to comment
Share on other sites

Link to post
Share on other sites

jgrasp kek fite me bitches

Join da discord 

 

Spoiler

(Intel Core i5 4590 - XFX R9 280 - ASUS z97-A USB 3.1 - EVGA SuperNOVA 750B - 16GB EVGA DDR3-EDITION - NZXT H440 -

WD BLACK 1TB - OZC ARC 100 240gb)

#locked(ง ͠° ͟ل͜ ͡°)ง

Link to comment
Share on other sites

Link to post
Share on other sites

Hello,I'm starting to code and I wondering which software should I use to  write the code?

Thx

-will

Would recommend Sublime text.

Link to comment
Share on other sites

Link to post
Share on other sites

flashdevelop/haxe

Join the Appleitionist cause! See spoiler below for answers to common questions that shouldn't be common!

Spoiler

Q: Do I have a virus?!
A: If you didn't click a sketchy email, haven't left your computer physically open to attack, haven't downloaded anything sketchy/free, know that your software hasn't been exploited in a new hack, then the answer is: probably not.

 

Q: What email/VPN should I use?
A: Proton mail and VPN are the best for email and VPNs respectively. (They're free in a good way)

 

Q: How can I stay anonymous on the (deep/dark) webzz???....

A: By learning how to de-anonymize everyone else; if you can do that, then you know what to do for yourself.

 

Q: What Linux distro is best for x y z?

A: Lubuntu for things with little processing power, Ubuntu for normal PCs, and if you need to do anything else then it's best if you do the research yourself.

 

Q: Why is my Linux giving me x y z error?

A: Have you not googled it? Are you sure StackOverflow doesn't have an answer? Does the error tell you what's wrong? If the answer is no to all of those, message me.

 

Link to comment
Share on other sites

Link to post
Share on other sites

Hello,I'm starting to code and I wondering which software should I use to  write the code?

Thx

-will

Notepad++ is a great one all around. Even if you don't end up using it for coding it is by far the best basic text editor there is.

Link to comment
Share on other sites

Link to post
Share on other sites

Same here. Currently using Atom for everything but Swift Coding. Which of course is done with Xcode. Before Atom I used Sublime Text, before that TextMate.

Link to comment
Share on other sites

Link to post
Share on other sites

I use IntelliJ IDEA Ultimate hands down the best IDE I've ever used.

I mainly use it for Java, PHP5 (symfony), other random website development and Cordova JavaScript apps.

 

If you are just starting out it might be a bit expensive though.

Link to comment
Share on other sites

Link to post
Share on other sites

Just to be different I'm going to say Visual Studio Code. But you need to say what language you're using because some have pretty great IDE's.

Link to comment
Share on other sites

Link to post
Share on other sites

For Python I use pylscripter it can get annoying with its auto completion, but I like it because when you have a lot of variables you can just use the arrow keys to pick it so you don't have to worry about typing fast and misspelling a important word

Link to comment
Share on other sites

Link to post
Share on other sites

VIM.

https://imgs.xkcd.com/comics/real_programmers.png

I use code blocks for c++ on windows, and just a plain text editor and command line compiler on linux

Solve your own audio issues  |  First Steps with RPi 3  |  Humidity & Condensation  |  Sleep & Hibernation  |  Overclocking RAM  |  Making Backups  |  Displays  |  4K / 8K / 16K / etc.  |  Do I need 80+ Platinum?

If you can read this you're using the wrong theme.  You can change it at the bottom.

Link to comment
Share on other sites

Link to post
Share on other sites

VIM.

For a beginner? Are you on drugs?

 

The best choice would be a good IDE so you won't have to worry about having separate programs to write and compile.

But if you want just an editor you can't go wrong with Atom.

Link to comment
Share on other sites

Link to post
Share on other sites

For a beginner? Are you on drugs?

 

The best choice would be a good IDE so you won't have to worry about having separate programs to write and compile.

But if you want just an editor you can't go wrong with Atom.

I think it might have been a joke (see my post with the link)

Vi and vim are great but I think even pros will use a proper IDE

Solve your own audio issues  |  First Steps with RPi 3  |  Humidity & Condensation  |  Sleep & Hibernation  |  Overclocking RAM  |  Making Backups  |  Displays  |  4K / 8K / 16K / etc.  |  Do I need 80+ Platinum?

If you can read this you're using the wrong theme.  You can change it at the bottom.

Link to comment
Share on other sites

Link to post
Share on other sites

For a beginner? Are you on drugs?

 

The best choice would be a good IDE so you won't have to worry about having separate programs to write and compile.

But if you want just an editor you can't go wrong with Atom.

Learn programming the hard way.

If you don't learn what your going to use eventually, you won't be good at it in the future.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×