Davide D'Agostino
Davide D'Agostino
I think (not sure) that sqlite doesn't support decimals or decimals with precision. Check the docs.
1) It is actually quite on top 2) Sure!
Hi, as you are probably seeing from commits I'm deeply on this. Just a quick update. Right now seems pretty close, still a couple of differences on switch/case but I...
It will thanks, for the feedback. Just for readers, the error is that `p.say "Hello Sir."` miss parens.
An idea would be allow only those statements: ``` class Fiber function self::idle end function self.nready() return #ready end function ready() if not self.queued then ready[#ready + 1] = self...
How I can recreate this from the outside: ``` class Foo a_method() end function lexical_function() end function self.static_method() end function self::static_function() end end ``` ``` class Foo; end Foo.static_method() end...
So here the question, other than compatibility with Lua, does shine needs static_methods? Here why, from my ruby OO I'll do: ``` class HTTPServer; end -- init method function HTTPServer(config={})...
mmm, I'm a bit confused. I need to think a bit more about it, from my understand seems Shine can live just with: ``` class Foo function a_instance_method() -- equals...
Oki, I see. Thanks a lot for discussing it. Appreciated!
I'm I think I have no know-how here to help you more but I'm not for a Ruby way which I think could add complexity.