With a google search, I found Dr Cripps at mtsu using Rails (not clear
if he is using something else as well) to teach programming theory, Dr
Lewis at Duke using ruby and rails to teach web application
development, Tinkham and Kaner at Olin university using ruby in a
course on software testing. A few using ruby as a 4th or 5th language
briefly mentioned.
Does anyone know of any college course?
If this sample is representative of the thousands of universities
offering their syllabus on line, does that mean that ruby has not
penetrated the fortress of universities/colleges? Is it a matter of
time, or are universities conservative, and they can only teach the
language most used, ie C++ and Java for a while yet.
Cheers,
Jeroen Bulters
> With a google search, I found Dr Cripps at mtsu using Rails (not clear
> if he is using something else as well) to teach programming theory, Dr
> Lewis at Duke using ruby and rails to teach web application
> development, Tinkham and Kaner at Olin university using ruby in a
> course on software testing. A few using ruby as a 4th or 5th language
> briefly mentioned.
>
> Does anyone know of any college course?
>
I use Ruby in several of my courses:
* Software Engineering (Practical tasks from "Personal Software
Process" done in Ruby)
* Software Development through Modeling (UML and other modeling
formalisms, Ruby as example for OO design and design patterns,
students encouraged to use Ruby for their projects)
* Verification and Validation (executable testing with examples and
tasks in Ruby)
Apart from the latter course Ruby has not been a requirement; students
can still use C# or Java or some other OO language for their projects.
However, during lectures and discussions I tend to use Ruby for
examples. The brevity makes it easier for me to focus on the essential
idea/technique without the language being "in the way".
My students are 4th year students who have in their previous 3 years
been exposed to mainly C, C++, Java and (maybe) C#. They tend to find
Ruby a bit "odd"/different when starting out. After a few weeks/tasks
a majority tends to like it though although I must admit there is
still a percentage who tends to dislike that we go outside of the
"languages strong in industry". I find this a bit sad but such is
life.
The most impressive thing in the courses tend to be when I
code/refactor tests "live" using Watir or something similar to
automate the testing of a web site. This tends to be a major "selling
point"... ;)
> If this sample is representative of the thousands of universities
> offering their syllabus on line, does that mean that ruby has not
> penetrated the fortress of universities/colleges? Is it a matter of
> time, or are universities conservative, and they can only teach the
> language most used, ie C++ and Java for a while yet.
>
It is a matter of time and what happens to the industry at large. I
would say that many univs are farily conservative and that funding
agencies tends to encourage the use of the main "industrial" languages
(which they often equal with C, C++, Java, C#). This makes especially
senior faculty a bit reluctant to use new languages.
However, there are also quite a large number of univs who do research
on some language / paradigm they prefer and their choice tends to be
to use that language / paradigm in their education.
My 2 cents,
Dr. Robert Feldt
;)
anne
My view is more that the students we educate today should take part in
transforming the industry and thus needs a broader knowledge base than
just what is currently in fashion. This would indicate using more
"obscure" languages like Ruby, Python, Haskell, IO, Transmuter etc.
One downside we have found in using dynlangs "with batteries" (like
Ruby) in the intro year is that they make so many things trivial that
students might not want to "get down there in the mud" and explicitly
code things in C etc. This way they might not get as deep a knowledge
as if they go from a good understanding of the basics up to
higher-level langs. However, there are many takes on this discussion
so not an easy one.
Best,
Robert
Prebuild solutions they can find on the web maybe? :-)
robert
It certainly never contributed to the decision of whether or not to keep
using Pascal instead of C in the 1990s... :)
Jay
You might take a looki at
http://www.oreillynet.com/ruby/blog/2006/02/ruby_at_school.html
Along with some of the comments.
>
> If this sample is representative of the thousands of universities
> offering their syllabus on line, does that mean that ruby has not
> penetrated the fortress of universities/colleges? Is it a matter of
> time, or are universities conservative, and they can only teach the
> language most used, ie C++ and Java for a while yet.
>
>
>
--
thanks,
-pate
-------------------------
Python may be perceived as a more valuable addition to a resume. Python
probably shows up much more frequently than Ruby in want-ads.
IMHO that's true for a completely other reason as well: the task of
educating people does not stop with the mainstream. In order to be able
to choose from different options you'll have to know them. So this
knowledge is not only necessary for transforming the industry but even
for working successfully within it. My 0.02...
Kind regards
robert
Regards,
Robert
--
Posted via http://www.ruby-forum.com/.
Thanks
Anders Vesterberg
UDK
Sweden
We use it quite a lot in our research but it is not commercial in the
sense you mean.
There is a pretty large Python-based company in Gothenburg, btw, so
some openness to dynlangs seem to be available in the Swedish business
sector.
Best regards,
Robert Feldt
Ps. We haven't met in the Gbg RUG for many years... ;)
I looked at the maddison tech college web site, and there is no way I
can find this course even knowing it exists! So there may be folks
teaching ruby but it does not blip on the radar because the schools are
not set up to describe course content --- or else I did not spend
enough time trying to figure out their site.
I had no idea someone was using ruby at my university!!! Certainly a
search on the course catalog at Harvard came with zip last time I
checked on ruby.
-PJ
On 3/17/06, anne001 <an...@wjh.harvard.edu> wrote:
We're using Ruby at work, and, we're hiring! We're based in Stockholm
and we're looking for people with a strong C++ background and a
general programming interest.
We're using Ruby and the Iowa web framework talking to a C++ server
for one of our products, so Ruby programmers are welcome to apply,
but the emphasis is on C++ knowledge.
Check out our website at http://www.univits.se, we'll put up the job ads
sometime next week.
Regards, Jon
One of my friends is a new professor at Sienna college in
Albany NY. He teaches ruby as part of his "Programming
Languages" course.
He also wrote a paper for some educational conference on
using ruby in coursework, and the first place he submitted
it to noted "other professors have already done something
similar to this". He rewrote the paper so that it emphasized
different aspects of his teaching, and I believe that was
accepted at a different educational conference.
With the new "Learn to Program" book from the pragmatic
programmer guys, it wouldn't surprise me if some more
high schools would use ruby for teaching an "Intro to
programming" course. I was just in Borders, and I was
surprised to see that they had quite a few copies there.
("surprised", because this particular Borders has recently
cut back their computer-books section quite a bit...).
--
Garance Alistair Drosehn = dro...@gmail.com
Senior Systems Programmer or g...@FreeBSD.org
Rensselaer Polytechnic Institute; Troy, NY; USA
> I was wondering if anybody taught the traditional computer courses in
> ruby.
It's funny how every decade or so the prominent language taught at
colleges and universities changes. The late 80's probably were all
about Smalltalk. Then the late 90's were likely Java-centric. Where are
things now? I would guestimate C# perhaps? I think it's a shame that
most schools might not offer a variety of different languages to choose
from. Like a survey course for a general overview of many different
languages. Or tracks consisting of 1) one of the major commercial
languages (Java, C#, C, C++) and 2) one of the lesser known programming
languagues (Ruby, Python).
I learned how to program c++ in high school, and continued using it in
college. I had to teach my self ruby, java, php, lisp, VB, C#. I do
not clam to be a pro in each of these, but if i need to do something i
know what the syntax looks like, and i can research the information i
need.
My teaches like the phrase "Learn to learn". I dont like it, but
students who like to learn will teach themselves. I found ruby by
accident, and now love it.
Becker
I used to think this until relatively recently in my programming
lifetime/career, but nowadays, I don't think that way any more.
Two languages can be so radically different that they require a
different way of thinking about or approaching the very same problem.
Consider how you might use any of the following languages to solve an
elementary text processing problem, such as text substitution applied to
all lines of a text file:
Haskell, Prolog, Lisp, Ruby, C, Assembly.
I'd wager that you can't just go in your text editor and search and
replace "just syntax" and make it work. Even if you could, the
resulting metamorphosis would very likely be suboptimal for the target
language in question, considering efficiency, elegance and readability.
Somewhat related is [a recent blog post][1] of James Edward Grey II,
which shows that differences in the language and standard library can
bring about different solutions.
[1]:
http://blog.grayproductions.net/articles/2006/03/10/java-a-bit-on-the-wordy-side
I have a friend who works as a web application developer in Gothenburg.
He switched to RoR awhile ago.
Another couple of friends have become interested in Ruby lately, even
though they don't use it commercially.
/Henrik
--
http://kallokain.blogspot.com/ - Blogging from the trenches of software
development
http://www.henrikmartensson.org/ - Reflections on software development
http://tocsim.rubyforge.com/ - Process simulation
http://testunitxml.rubyforge.org/ - XML test framework
http://declan.rubyforge.org/ - Declarative XML processing