Thursday, December 18, 2014

Zack Marks- 12/18/14

Recently, I have been working on the code language Ruby. Last year I worked a lot on JavaScript, and Ruby has many minor changes that have stumped me and others trying Ruby. For example, in JavaScript you wouldn't have to put a space between almost anything and you would need parenthesis in everything, and in Ruby, you have lots of spaces, and barely any parenthesis.
User interaction in JavaScript- prompt("Would you like to read more?")
User interaction in Ruby- print "Would you like to read more."
Little differences like that keep on confusing me, and are the main reason that it takes so much time. As stated earlier, I have learned (a bit) how to learn Ruby. I am confused mainly about how to do loops in Ruby, because they don't give the greatest examples.
for my project, I am working with Brendan and Chris. We are thinking about making a code to make a fake ID. I think that making the questions (like name or date of birth), but the rest will be hard.

No comments:

Post a Comment