summaryrefslogtreecommitdiff
path: root/gemfeed/2021-07-04-the-well-grounded-rubyist.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-07-24 22:38:10 +0300
committerPaul Buetow <paul@buetow.org>2024-07-24 22:38:10 +0300
commita36f9d4403f48beeafc64d8b5cf9f9eef5d8a426 (patch)
treec928d4a98cb8786d4d1a2cc394e0fecabec6a56e /gemfeed/2021-07-04-the-well-grounded-rubyist.html
parent2feb77308a1013605946a1c8045247b15bfaf869 (diff)
Update content for html
Diffstat (limited to 'gemfeed/2021-07-04-the-well-grounded-rubyist.html')
-rw-r--r--gemfeed/2021-07-04-the-well-grounded-rubyist.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2021-07-04-the-well-grounded-rubyist.html b/gemfeed/2021-07-04-the-well-grounded-rubyist.html
index 21ea67f5..e7017f37 100644
--- a/gemfeed/2021-07-04-the-well-grounded-rubyist.html
+++ b/gemfeed/2021-07-04-the-well-grounded-rubyist.html
@@ -16,11 +16,11 @@
<br />
<span>You should learn or try out one new programming language once yearly anyway. If you end up not using the new language, that&#39;s not a problem. You will learn new techniques with each new programming language and this also helps you to improve your overall programming skills even for other languages. Also, having some background in a similar programming language makes it reasonably easy to get started. Besides that, learning a new programming language is kick-a** fun!</span><br />
<br />
-<a href='./2021-07-04-the-well-grounded-rubyist/book-cover.jpg'><img src='./2021-07-04-the-well-grounded-rubyist/book-cover.jpg' /></a><br />
+<a href='./the-well-grounded-rubyist/book-cover.jpg'><img src='./the-well-grounded-rubyist/book-cover.jpg' /></a><br />
<br />
<span>Superficially, Perl seems to have many similarities to Ruby (but, of course, it is entirely different to Perl when you look closer), which pushed me towards Ruby instead of Python. I have tried Python a couple of times before, and I managed to write good code, but I never felt satisfied with the language. I didn&#39;t love the syntax, especially the indentations used; they always confused me. I don&#39;t dislike Python, but I don&#39;t prefer to program in it if I have a choice, especially when there are more propelling alternatives available. Personally, it&#39;s so much more fun to program in Ruby than in Python.</span><br />
<br />
-<a href='./2021-07-04-the-well-grounded-rubyist/book-backside.jpg'><img src='./2021-07-04-the-well-grounded-rubyist/book-backside.jpg' /></a><br />
+<a href='./the-well-grounded-rubyist/book-backside.jpg'><img src='./the-well-grounded-rubyist/book-backside.jpg' /></a><br />
<br />
<span>Yukihiro Matsumoto, the inventor of Ruby, said: "I wanted a scripting language that was more powerful than Perl and more object-oriented than Python" - So I can see where some of the similarities come from. I personally don&#39;t believe that Ruby is more powerful than Perl, though, especially when you take CPAN and/or Perl 6 (now known as Raku) into the equation. Well, it all depends on what you mean with "more powerful". But I want to stay pragmatic and use what&#39;s already used at my workplace.</span><br />
<br />