I am familiar with the IDLE screens for Programming in Python 2 or 3 but I would like to have a play around with the C Language.
I apologise for such a very basic question but which Editor is used for the C Language on the Pi.
If you are genuinely serious about the question -- big if -- then you will learn vi (or vim). The reason for this answer is that its traditional (not just the PI) and it works across the network on any normal terminal.RDS wrote:I apologize for such a very basic question but which Editor is used for the C Language on the Pi.
Code: Select all
sudo apt-get install geany
Thanks but do you have any suggestions.fruit-uk wrote:Any text editor will do but you may find it easier with one that has highlighting schemas
I think this may be the answer I am looking for.davenull wrote:onboard C-Editor on the Pi?
why not use the Geany editor of the Geany IDE?
You can even compile then out of the editor, but its not a must of course.
Then you have actually never used vi or emacs, you have just looked at them.swampdog wrote:'nano'
I've used 'vi' and 'emacs' in my time. Nano (-w) beats them all.
No, no, no, it doesn't work that way!jahboater wrote:...
All three are great editors!
Actually I don't use any of them, I use an editor I wrote myself.buja wrote:No, no, no, it doesn't work that way!jahboater wrote:...
All three are great editors!
You must choose one editor that you love and hate all others and curse their users. And you must defend your choice until death and most of all against better judgement, otherwise it's no fun at all
Respectjahboater wrote:Actually I don't use any of them, I use an editor I wrote myself.
...
RDS wrote:I think this may be the answer I am looking for.davenull wrote:onboard C-Editor on the Pi?
why not use the Geany editor of the Geany IDE?
You can even compile then out of the editor, but its not a must of course.
As @buja pointed out, any topic entitled "Which is the best editor for ..." will immediately start an intense heated debate lasting forever (called an editor war). Its been true ever since the early days of usenet and probably before. This forum stands out for the decorum and patience shown by the participants!davenull wrote:vi? nano? emacs? homebrewed?
![]()
I favour that route, then one can make it exactly how one wants it, add things which others never thought of and might not even like. It does require having the skills to create it and the time to do it.jahboater wrote:Actually I don't use any of them, I use an editor I wrote myself.
davenull wrote:
the OP is supposed to have already chosen the ultimate answer to C, Raspi, and everything!
RDS wrote:I think this may be the answer I am looking for.davenull wrote:onboard C-Editor on the Pi?
why not use the Geany editor of the Geany IDE?
You can even compile then out of the editor, but its not a must of course.
Exactly, and emacs is also popular for just that reason.hippy wrote:I favour that route, then one can make it exactly how one wants it.jahboater wrote:Actually I don't use any of them, I use an editor I wrote myself.