Sameer Deshmukh
Sameer Deshmukh
Hey, I just had a look at the UI, and overall it looks really good and very well polished. Here's a bunch of things that would be great if changed:...
Also, the code in code samples on the front page should have 2 space indentation :P
You can just push to this PR.
Any update on this?
So the reason for not having type inference is that variables without a type specified as inferred as ruby objects and all operations performed on them delegate to the Ruby...
You have a point. But the system you are proposing is quite advanced given the stage of development of Rubex. In order to implement what you suggest it will be...
@shaunakpp will it be possible for you to do some research on how exactly Rubex can be integrated inside web frameworks and what (if any) new functionality will be necessary...
Nice find! `print` works with `printf()` underneath so it prints out to C's STDOUT and not Ruby's STDOUT. Having a separate statement `puts` that works with Ruby's `STDOUT` should fix...
Preliminary resources: * https://www.obj-sys.com/docs/acv62/CCppHTML/ch02s06.html * https://softwareengineering.stackexchange.com/questions/39700/how-should-compilers-report-errors-and-warnings * https://en.wikibooks.org/wiki/Compiler_Construction/Dealing_with_errors
Hey the homepage appears like this:  Notice that the `star` and other buttons are off-center. Also, the text on the right is going off the red...