less than 1 minute read


program[0] 2.0

A few weeks ago I wrote about the first program I ever wrote. In that blogpost I spoke about the nostalgia of looking back at that horrendous, yet in a certain way beautiful, piece of code.

I did mention that someday I would improve it, and that someday actually came.

I’m sure as I learn more and grow as a programmer I will find ways to improve it even more, but for know I rewrote it and packaged it as a Ruby Gem that can be accessed on rubygems.org.

You can also download it by running “gem install igros” in your terminal and then fire it up by simply typing “igros” (Igros Kodesh, being the name of the book I found the math trick in).

Enjoy!

Update : I have since made a web app using Sinatra. You can see the code here

Copyright © achasveachas 2016


Originally published at yechiel.me on August 28, 2016.

Updated: