Sameer Deshmukh

Results 235 comments of 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.

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: ![screenshot from 2017-09-13 16-14-34](https://user-images.githubusercontent.com/2629909/30364328-b6139ed6-989e-11e7-8e41-061fcdb84bca.png) Notice that the `star` and other buttons are off-center. Also, the text on the right is going off the red...