Are college professors teaching computer science with ruby?

A

anne001

I was wondering if anybody taught the traditional computer courses in
ruby.

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.
 
J

Jeroen Bulters

I use Ruby (being a lab assistant) in my Relational Database
exercises. Getting a lot of resistance though; most students prefer
Python for some not so obvious reason.

Cheers,

Jeroen Bulters
 
R

Robert Feldt

I was wondering if anybody taught the traditional computer courses in
ruby.
Not traditional in the sense of being basic courses in the starting
univ years but in later years yes; see below.
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
;)
 
A

anne001

Interesting, I had not thought of the students resenting having to
learn a little know language contributing to the decision of whether or
not to use Ruby.

anne
 
R

Robert Feldt

Interesting, I had not thought of the students resenting having to
learn a little know language contributing to the decision of whether or
not to use Ruby.
Well it's not a major factor in the decision since we use it anyway...
;) But since they being motivated is an important factor for their
learning it is something to have in mind, yes. Of course this is also
a factor of their impression of what companies request; and to be
honest a large number of job ads explicilty state "knowledge in X"
where X is one of the "trad languages". So students tend to want to
build experience with the languages that companies request.

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
 
R

Robert Klemme

Jeroen Bulters said:
I use Ruby (being a lab assistant) in my Relational Database
exercises. Getting a lot of resistance though; most students prefer
Python for some not so obvious reason.

Prebuild solutions they can find on the web maybe? :)

robert
 
J

Jay Levitt

Interesting, I had not thought of the students resenting having to
learn a little know language contributing to the decision of whether or
not to use Ruby.

It certainly never contributed to the decision of whether or not to keep
using Pascal instead of C in the 1990s... :)

Jay
 
P

pat eyler

I was wondering if anybody taught the traditional computer courses in
ruby.

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?


You might take a looki at

http://www.oreillynet.com/ruby/blog/2006/02/ruby_at_school.html

Along with some of the comments.
 
R

Robert Klemme

Robert said:
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.

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
 
R

Robert Feldt

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...
Yes, that's a good point. Unfortunately many companies are overly
focused on short-term results and do not see this. And this view
"transfers" into the minds of students and to some degree also to
(some parts of) univ faculty as well...

Regards,

Robert
 
T

Talha Syed

In one of our courses (Programming Languages), we study Ruby, and have
to write an assignment using it. Our OS prof let us do the assignments
in any language - I chose to do it in Ruby, and he was happy with that
decision.
 
A

Anders Vesterberg

Hi all
I would like to know if Ruby is used by companies in
Sweden. I am a software consultant that have been using
Java for a (to) long time, but as an old Smalltalker, Ruby
turns me on.=20
Is Ruby used in projects by companies in Sweden? Are Ruby-
or Rails-knowledge beginning to get valuable?
If you want to email me directly my address is:
anders1-at-vesdakon-dot-se (you know what I mean)

Thanks
Anders Vesterberg
UDK
Sweden
 
R

Robert Feldt

Hi all
I would like to know if Ruby is used by companies in
Sweden. I am a software consultant that have been using
Java for a (to) long time, but as an old Smalltalker, Ruby
turns me on.
Is Ruby used in projects by companies in Sweden? Are Ruby-
or Rails-knowledge beginning to get valuable?
If you want to email me directly my address is:
anders1-at-vesdakon-dot-se (you know what I mean)
As an old member of the Gothenburg Ruby User Group I should probably
chip in and say that I do not know of any companies that officially
have said that they use Ruby for any business-critical development. I
would guess that it is used quite a lot "under the covers" by
developers for "internal" type-of projects and that interest is
building up.

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... ;)
 
A

anne001

thanks, that extended the list quite a bit.

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.
 
P

PJ Hyett

I tried desperately to change the language used for our school's
Bioinformatics course from Perl to Ruby, but to no avail. Everything
else is being migrated from C++ to Java.

-PJ
 
J

Jon Olsson

Anders said:
Hi all
I would like to know if Ruby is used by companies in
Sweden. I am a software consultant that have been using
Java for a (to) long time, but as an old Smalltalker, Ruby
turns me on.
Is Ruby used in projects by companies in Sweden? Are Ruby-
or Rails-knowledge beginning to get valuable?
If you want to email me directly my address is:
anders1-at-vesdakon-dot-se (you know what I mean)

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
 
G

Garance A Drosehn

------=_Part_3907_6695891.1142725544835
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Does anyone know of any college course?


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 =3D (e-mail address removed)
Senior Systems Programmer or (e-mail address removed)
Rensselaer Polytechnic Institute; Troy, NY; USA

------=_Part_3907_6695891.1142725544835--
 
G

gregarican

anne001 said:
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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,610
Members
45,255
Latest member
TopCryptoTwitterChannels

Latest Threads

Top