Live data from Hacker News

Ruby editor?

news.ycombinator.com

1–10 of 18 posts

Ruby editor?

#1
I'm looking for a text editor to save ".rb" files, but I can't find any programs out there that are free... Most are 30 day trials.

Is ruby installer suppose to come with a text editor program?

Apologies I'm just starting to code and a bit unfamiliar with how to go about this.

Re: Ruby editor?

#4
I've used Textmate for about four years now and I'm really happy with it. But if it's not for you, just use iTerm2 and learn the Vim.

Re: Ruby editor?

#7
You might as well skip past all the toys and get Emacs and start on the lifelong journey of understanding it. Vim might be worth looking at too, but it's not my cup of tea.

Re: Ruby editor?

#9
From Zed Shaw's "Learn Python the Hard Way":

>If a programmer tells you to use vim or emacs, tell them no. These editors are for when you are a better programmer. All you need right now is an editor that lets you put text into a file. We will use gedit because it is simple and the same on all computers. Professional programmers use gedit so it's good enough for you starting out.

Post reply on HN