Programs to Emulate

S

scooby doo

I'm looking for some well written, small & simple
applications, written in Ruby, that would be good
exercise to try to emulate.

I'm new to Ruby and programming. I have some basics
down from following some online tutorials.

-Scooby

Anyone?

__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
 
S

Simon Strandgaard

I'm looking for some well written, small & simple
applications, written in Ruby, that would be good
exercise to try to emulate.

Sorry, I am a little confused over 'emulate'?

A: educational pieces of Ruby to learn from?

B: emulate ruby -> make own ruby interpreter?

What exactly do you mean?
 
T

Tom Copeland

I'm looking for some well written, small & simple
applications, written in Ruby, that would be good
exercise to try to emulate.

I'm new to Ruby and programming. I have some basics
down from following some online tutorials.

The Cerise code looks pretty good to me:

http://tinyurl.com/2vrxx

Yours,

Tom
 
A

Ara.T.Howard

I'm looking for some well written, small & simple
applications, written in Ruby, that would be good
exercise to try to emulate.

I'm new to Ruby and programming.

welcome on board.
I have some basics down from following some online tutorials.

-Scooby

Anyone?

the standard libraries are good (i should hope)

~ > find /usr/local/lib/ruby -name '*rb'

or

~ > ls /usr/local/lib/ruby/1.8/*rb

(or whatever on you machine)

you will be suprised to find that many of them are quite short a easy to read.

try

pstore.rb
logger.rb
open3.rb
tempfile.rb
singleton.rb
ftools.rb

for some straight forward ones. the advantage to studying these is that you
will also be able to find docs and examples from them, even if it's only by
searching clr.

-a
--
===============================================================================
| EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE :: 303.497.6469
| ADDRESS :: E/GC2 325 Broadway, Boulder, CO 80305-3328
| URL :: http://www.ngdc.noaa.gov/stp/
| TRY :: for l in ruby perl;do $l -e "print \"\x3a\x2d\x29\x0a\"";done
===============================================================================
 
C

Chris Corwin

the advantage to studying these is that you
will also be able to find docs and examples from them, even if it's
only by
searching clr.


greetings, i also am new to ruby

what does "searching clr" mean?

(by new to ruby, i mean, as of yesterday, i decided to learn it,
instead of python, i think)


- me

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

mysql> SELECT * FROM clients WHERE clue > 0
0 rows returned
 
A

Ara.T.Howard

greetings, i also am new to ruby

what does "searching clr" mean? ^^^
^^^
comp.lang.ruby

(by new to ruby, i mean, as of yesterday, i decided to learn it, instead of
python, i think)


a wise man
- me

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

mysql> SELECT * FROM clients WHERE clue > 0
0 rows returned

-a
--
===============================================================================
| EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE :: 303.497.6469
| ADDRESS :: E/GC2 325 Broadway, Boulder, CO 80305-3328
| URL :: http://www.ngdc.noaa.gov/stp/
| TRY :: for l in ruby perl;do $l -e "print \"\x3a\x2d\x29\x0a\"";done
===============================================================================
 

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,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top