質問

I've written a C-app on Linux, but I didn't know about "make" to auto compile, just write code with Vim and manually compile my app. Which tools, utilities that a programmer should learn to be more productive on Linux? I know git, diff, batch, make. Can you suggest more? thanks

(more specific, what tools for C, Python, Java programming)

PS: sorry for my bad English.

役に立ちましたか?

解決

You could learn more by looking into how actual free Linux software are. So try for instance to retrieve and build from its source code some utility like e.g. GNU make

You could also use GNU emacs instead of vim. It is a matter of taste (sort of "religious wars"). The main difference is that emacs users are doing all from emacs.

他のヒント

You could try Netbeans an IDE for writing codes?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top