How many programming languages do you speak?
-
bigbadotis
- Posts: 836
- Joined: Fri May 30, 2003 10:31 pm
- Location: rochester, ny
- Contact:
-
djadonis206
- Posts: 6490
- Joined: Thu Jun 17, 2004 4:23 pm
- Location: Seattle, WA.
-
Michael Hatsis
- Posts: 1807
- Joined: Tue Nov 16, 2004 6:27 pm
- Location: Here and There
- Contact:
-
djadonis206
- Posts: 6490
- Joined: Thu Jun 17, 2004 4:23 pm
- Location: Seattle, WA.
-
Michael Hatsis
- Posts: 1807
- Joined: Tue Nov 16, 2004 6:27 pm
- Location: Here and There
- Contact:
-
noisetonepause
- Posts: 4938
- Joined: Sat Dec 28, 2002 3:38 pm
- Location: Sticks and stones
Small teaser to show what you can do with Rails:
http://media.rubyonrails.org/video/rail ... _sound.mov
A nice, if a bit short, general Ruby tutorial:
http://pine.fm/LearnToProgram/?Chapter=00
http://media.rubyonrails.org/video/rail ... _sound.mov
A nice, if a bit short, general Ruby tutorial:
http://pine.fm/LearnToProgram/?Chapter=00
Suit #1: I mean, have you got any insight as to why a bright boy like this would jeopardize the lives of millions?
Suit #2: No, sir, he says he does this sort of thing for fun.
Suit #2: No, sir, he says he does this sort of thing for fun.
Plone is not for beginners.mike@TrackTeam Audio wrote:I think there is a similar framework for Python, maybe Plone or something.
There is some cute resemblence going on between RoR and Django project. with php it's called CakePHP; they all follow the MVC paradigms, with CRUD APIs and DRY everything ... but this is not an acronym contest ok?!
http://www.mesmero.net
---

---
---

---
Hidden Driveways wrote:This doesn't answer your question at all, but I said it anyway simply for the joy of making a post.
just Ruby? or Ruby on Rails?djadonis206 wrote:Oh, good
I downloaded Ruby but I'm still not finding an easy ground floor tutorial
there's lots of small tutorials but not a methodic introduction...
Good books hath no equal, here.
you checked out this already?
http://wiki.rubyonrails.org/rails/pages/Tutorial
the wiki is as good as it gets.
I also remember a weird funny tutorial, was it wry's poignant tutorial, or something like that?
-h
http://www.mesmero.net
---

---
---

---
Hidden Driveways wrote:This doesn't answer your question at all, but I said it anyway simply for the joy of making a post.
http://poignantguide.net/ruby/Mesmer wrote: the wiki is as good as it gets.
I also remember a weird funny tutorial, was it wry's poignant tutorial, or something like that?
-h
-
thelocalhost
- Posts: 194
- Joined: Fri Jul 29, 2005 11:40 pm
http://www.rubycentral.com/pickaxe/djadonis206 wrote:Oh, good
I downloaded Ruby but I'm still not finding an easy ground floor tutorial
Don't jump into Rails until you understand some basic ruby.
Ruby has some cool idioms that take some time to adjust/understand. Once you've got a few basic things down (e.g., arrays, iterators, classes), you'll start to be able to do some really cool things pretty quickly.
-
djadonis206
- Posts: 6490
- Joined: Thu Jun 17, 2004 4:23 pm
- Location: Seattle, WA.
I downloaded RoR and did the tutorial noisetone suggested - I'm going to move through the other couple tutorials and go hunt down some books on Ruby <-- if any
this is awesome - I like the syntax better in ruby than say .net or C
curious if Ruby will help me design and build a statistical database for a friend who's doing some research - her laptop got stolen and it had a progam called epidata on it - I'd like to build something she could use and Id like to make it web based...when I get a little more familiar with ruby I might jump in some forums and get started on that
thanks again
ad!
this is awesome - I like the syntax better in ruby than say .net or C
curious if Ruby will help me design and build a statistical database for a friend who's doing some research - her laptop got stolen and it had a progam called epidata on it - I'd like to build something she could use and Id like to make it web based...when I get a little more familiar with ruby I might jump in some forums and get started on that
thanks again
ad!
Lots of python users up in here, what do you guys think of the LiveAPI python work? I started on it but am sooo scattered with other projects I can't get into another thing to learn. It also tangled up my 6.07 install, I fixed it but can't get into all that.
I want new toys!! GIMME!!
I want new toys!! GIMME!!
In my life
Why do I smile
At people who I'd much rather kick in the eye?
-Moz
Why do I smile
At people who I'd much rather kick in the eye?
-Moz
A lot of it depends on what you want to do. If you want to work in a smaller webshop or release small apps yourself then ruby/python are great.
If you want a staff gig as a developer for a bigger operation you can't go wrong with Java or .Net (C#). The ruby/python thing is going to be much longer on the uptake for these kind of organizations because it isn't a proven technology yet, i.e. RoR is still working out some scaling issues.
Most good developers can pick up a new language for a project in a matter of weeks if they know how to "develop", so I would recommend a language like Java that will maybe be a lot more cumbersome and not as hip/fun/ as RoR but is mature and somewhat formal - i.e. it will teach you how to develop (actually ruby/python are great at this as well).
The Head First books on Java are great (http://www.oreilly.com/catalog/hfjava2/).
Having said all that I'm really getting into Flash these days - ActionScript 3.0 is a huge leap forward from 2.0 and with the Flex framework for RIA web apps there is a LOT of work out there. It also has such a very rich multi-media API that I think its a nice fit for a creative. You can have fun doing programmatic animations and skinning. I work on Wall Street by day and there is a ton of demand for Flex/Flash developers right now to put front ends on trading apps.
just my 2 cents.
If you want a staff gig as a developer for a bigger operation you can't go wrong with Java or .Net (C#). The ruby/python thing is going to be much longer on the uptake for these kind of organizations because it isn't a proven technology yet, i.e. RoR is still working out some scaling issues.
Most good developers can pick up a new language for a project in a matter of weeks if they know how to "develop", so I would recommend a language like Java that will maybe be a lot more cumbersome and not as hip/fun/ as RoR but is mature and somewhat formal - i.e. it will teach you how to develop (actually ruby/python are great at this as well).
The Head First books on Java are great (http://www.oreilly.com/catalog/hfjava2/).
Having said all that I'm really getting into Flash these days - ActionScript 3.0 is a huge leap forward from 2.0 and with the Flex framework for RIA web apps there is a LOT of work out there. It also has such a very rich multi-media API that I think its a nice fit for a creative. You can have fun doing programmatic animations and skinning. I work on Wall Street by day and there is a ton of demand for Flex/Flash developers right now to put front ends on trading apps.
just my 2 cents.
MacBook Pro; Live 8 Suite, Reaktor; '77 Fender Jazz Bass; Apogee One;