This is more for me than anyone esle. To serve as a reminder before I jump the gun trying to do some software project

test = is_developing_language_as_easy_or_easier_to_use_than_ruby?
 
if test
  do_project
else
  reject_project
  puts "Life is too short to be using headache inducing languages"
end