rubidity-typed gem - lets you use Mapping‹Address→UInt›.new or Array‹UInt›.new
Hello, in the ongoing rubidity series (type-safe “blockchain” programming with solidity compatible data types & abis in ruby) i uploaded a new “zero-dependency” rubidity-typed gem. What’s news? Now you can use (user-defined typed) structs and enums and with the new Types module / namespace TypedArray now becomes Array, and TypedString becomes String and so on and thanks to unicode “magic” you can even use Mapping‹Address→UInt›.new or Array‹UInt›.new for working / valid (typed) class names. it’s still (very) early. i invite you to join the fun and let’s explore and learn together. PS: See the crowdfunder contract (ruby script) to see (Rubidity) enums, structs, and more in action.
Post a comment