Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Any advice on how to set up an programming env under debian?

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
User avatar
vgt
Posts: 21
Joined: 2014-10-09 07:42

Any advice on how to set up an programming env under debian?

#1 Post by vgt »

Hello, everyone!

I'm new here and I want to seek for some advice on how to set up an proper programming environment here.

I'm using Vim right now for C++, Java and Pyhton programming. My ways to write&run a program is to edit the code with Vim and quit with ":q" command. Then using g++/javac/python to run the program and check the result.
It goes well with small programs like build a solution for problems from ProjectEuler. But when it comes to big projects, I think it would be not that sufficient.

So I'm seeking for advice here and I'm looking forward to your help.

Thanks.
a novice at the college of coders

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Any advice on how to set up an programming env under deb

#2 Post by stevepusser »

Maybe codeblocks in the repository?
MX Linux packager and developer

User avatar
levlaz
Posts: 179
Joined: 2012-09-27 12:06
Location: San Francisco, CA

Re: Any advice on how to set up an programming env under deb

#3 Post by levlaz »

I have tried a lot of different IDE's in the past, but ultimately settled on vim. I dont mind not having any sort of *help* from the IDE, and it just works for me.
Best,

Lev
Blog

User avatar
vgt
Posts: 21
Joined: 2014-10-09 07:42

Re: Any advice on how to set up an programming env under deb

#4 Post by vgt »

levlaz wrote:I have tried a lot of different IDE's in the past, but ultimately settled on vim. I dont mind not having any sort of *help* from the IDE, and it just works for me.
Did you do something to customize your Vim?
a novice at the college of coders

User avatar
vgt
Posts: 21
Joined: 2014-10-09 07:42

Re: Any advice on how to set up an programming env under deb

#5 Post by vgt »

stevepusser wrote:Maybe codeblocks in the repository?
Thanks, I'm tasting it right now :mrgreen:
a novice at the college of coders

Post Reply