34 Replies - 5914 Views - Last Post: 15 May 2011 - 10:27 PM
#16
Re: What IDE would you recommend I use on Linux?
Posted 15 February 2011 - 04:49 PM
#17
Re: What IDE would you recommend I use on Linux?
Posted 15 February 2011 - 04:51 PM
Quote
Nit picking I know but...according to the author of Ruby and its corresponding Wikipedia page:
Quote
The reason you can edit very high level languages like Ruby, Python, etc, in text editors is because your code base ends up being really small and really manageable.
This post has been edited by Dark_Nexus: 15 February 2011 - 04:55 PM
#18
Re: What IDE would you recommend I use on Linux?
Posted 15 February 2011 - 05:02 PM
#19
Re: What IDE would you recommend I use on Linux?
Posted 15 February 2011 - 05:04 PM
EDIT: Probably good to find yourself a vim cheat sheet to reference for a while.
This post has been edited by Skaggles: 15 February 2011 - 05:16 PM
#20
Re: What IDE would you recommend I use on Linux?
Posted 15 February 2011 - 05:13 PM
When programmers say "editor" it's doesn't matter which. The point to be able to compose a program without a net, from the blank page. Syntax highlighting is frosting on top.
For vim, learn the navigation keys first: hjkl^$GH And ESC really does mean escape, you'll hit it a lot. ZZ will save and leave. x, yy, dd, p will give you the basics. It's like anything else; just use it. Good luck.
#21
Re: What IDE would you recommend I use on Linux?
Posted 15 February 2011 - 09:23 PM
Iron Ruby
Edit: of course that would not be on linux unless you were running windows in a virtual environment
This post has been edited by Nakor: 15 February 2011 - 09:29 PM
#22
Re: What IDE would you recommend I use on Linux?
Posted 15 February 2011 - 11:01 PM
#23
Re: What IDE would you recommend I use on Linux?
Posted 16 February 2011 - 05:51 AM
#24
Re: What IDE would you recommend I use on Linux?
Posted 16 February 2011 - 09:19 AM
I have worked with Visual Studio for quite a while. I guess it's a newby IDE, but you can still do very advanced things. Recently however i looked at things like Agile Programming, or as some also prefer xp programming/extreme programming. This is a good way of programming and sure lots of people have a different approach. But what I learned from that has defenitely improved my code quality, and wow through Team Server all our bugs, and new ideas/stories (as they are called) are broken down in realizable units (do able in 3 weeks or so) this in return can be handed back to the client and with unit testing on top of it, it's quite reliable way of doing coding..
So I don't think Microsoft had newbies in mind when they designed visual studio.
This is just an insight as to what Microsoft has offered. I have not experienced any other language that can do something similar but I am always willing to learn.
thumbs up
#25
Re: What IDE would you recommend I use on Linux?
Posted 16 February 2011 - 09:30 AM
As far as full featured...Eclipse is everywhere with any possible plugin you could want. That's probably what you want but remember it is not VS. It never well be.
#26
Re: What IDE would you recommend I use on Linux?
Posted 16 February 2011 - 10:37 PM
Emacs bridges the gap between IDE and text editor. It is much more than just an editor. You can write code to make Emacs do anything you want. There are modes for everything from VCS management to file managers to Tetris. If you learn Emacs and find it to be lacking something, chances are, somebody somewhere has written a mode for it. If not, you can write it yourself.
Emacs (and even Vim, despite my obvious bias) is a considerable skill to have. I assure you, you won't be sorry that you aren't held back by limitations of colossal IDE all the time.
If you decide to play with Emacs, feel free to PM me with questions and such. I'm happy to help.
P.S: I wrote this on my Evo, sorry for any typos.
#27
Re: What IDE would you recommend I use on Linux?
Posted 17 February 2011 - 11:02 AM
motcom, on 16 February 2011 - 11:19 AM, said:
When I say it's for newbies, I mean it has a very gentle learning curve. You can fire up VS, know nothing about programming, and pretty much drag and drop your way to something runnable with little effort. There are tons of options, windows, and alerts that will guide you on your way. The debugger alone is amazing.
Professionals use the same Visual Studio that the beginner uses. No one complains about the wealth of tools available to them. Every bell and whistle imaginable is in the product. Those Team options aren't in Express or even the entry level stuff. The "Ultimate" version has an incredible amount of stuff to play with; at a 10K price tag. Not intended for beginners.
Contrast this to other programming environments: Stick an newbie in front of vi and watch them cry. Managing make files can involve killing a chicken. Even PHP, an entry level web language, will ask you to understand a lot more going in than VS.
If you want fun in VS, fire up a Win32 project. Here is where the old, grizzled, Microsoft programmers presumably live. It's actually a bit of a mess and far less intuitive than C#, VB, or even C++.NET. Those who program here don't expect friendly faces, they'll just figure it out on their own.
#28
Re: What IDE would you recommend I use on Linux?
Posted 23 February 2011 - 11:04 PM
#29
Re: What IDE would you recommend I use on Linux?
Posted 24 February 2011 - 06:22 AM
EMacs feels more natural and Rayne shared some good links via PM. I love using Emacs now.
#30
Re: What IDE would you recommend I use on Linux?
Posted 24 February 2011 - 07:14 AM

New Topic/Question
Reply



MultiQuote












|