Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.16 KB

Rubyvernac::Hindi

The idea was to enable writing Ruby in various spoken languages.

I see two benefits to be able to write programmes in mother tongue -

  • Those who don't know English, learning programming to understand how computers work would be easier, rather than just mugging English keywords.

  • Those who already do programming professionally, but do not have English as their mother tongue, can find writing programming in mother tongue a good exercise to rethink about programming concepts.

Installation

Add this line to your application's Gemfile:

gem 'rubyvernac-hindi', git: "https://github.com/betacraft/rubyvernac-hindi"

And then execute:

$ bundle

Or install it yourself as:

$ gem build rubyvernac-hindi.gemspec
$ sudo gem install rubyvernac-hindi-0.0.1.gem

Usage

Run any example code using -

$ ruby_hindi <file-path-here>

Contributing

  1. Fork it ( https://github.com/[my-github-username]/rubyvernac-hindi/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request