Skip to content

Largo/BrowserRubyKoans

Repository files navigation

Ruby Koans online with Ruby.wasm

"The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries." - RubyKoans.com Edgecase Ruby Koans This project brings the RubyKoans to the browser.

About ruby.wasm

See the following on how to get started with Ruby.wasm This project uses my fork and changes on Ruby.wasm. Mostly improvements to the JS Bridge, which allow us to use the WebAPI in manner natural to rubyists. I implemented dot syntax for accessing JavaScript objects and conversions from JavaScript objects to Ruby objects.

references

GPT to convert JavaScript to Ruby code:

ChatGPT - Ruby.wasm JavaScript Helper

License

This work was released under CC Attribution-NonCommercial-ShareAlike 4.0 International License. Author: Andi Idogawa

RubyKoans is released under a Creative Commons, Attribution-NonCommercial-ShareAlike, Version 3.0 (creativecommons.org/licenses/by-nc-sa/3.0/) License. Located in the Folder /koans/. Authors: Jim Weirich and Joe O’Brien