Joel Bryan Juliano
Joel Bryan Juliano
@psychoslave I think a common translatable system can be implemented on the Ruby code itself, as it's much saner. For now, this kind of projects accomplishes those goals (to teach...
@psychoslave on the other hand, a plugin based system can be implemented in Ruby, and that does not steer clearly away from the current logic. I imagine translation should be...
Ah, hindi sya gagana sa online compiler, kailangan nun download mo yung bato. ```gem install bato``` tapos i-run ang `batotris.bt` ```bato batotris.bt```
Mababa yung Ruby version mo. I upgrade mo ulit.
Another note on this one, Teacup has an example on how to setup a TableViewCell on http://colinta.com/thoughts/aw_hell_its_a_table_cell.html using it's DSL, this might be similar on how SimpleView build the table_cell.
I made a conversion from Teacup to SimpleView of the (http://colinta.com/thoughts/aw_hell_its_a_table_cell.html) table cell view example, here's the SimpleView version (https://gist.github.com/3093205), I think there's a much simpler way to do this...
Take note that subview (an alias of find method) is also defined in Teacup.
You can also use `go install github.com/jjuliano/godef@latest`.
Hello @ProfessorManhattan, Thank you for the interest on the project. That sounds feasible. And thanks for pointing this out. I am at the moment evaluating new solutions for the project...