On Sat, Sep 1, 2012 at 7:31 PM, Иван Бишевац <[email protected]> wrote:
> There is dynamic programming in Java through reflection and proxies but it > isn't nearly powerful like in Ruby. Careful with the wording: "dynamic programming" is a specific algorithmic technique and has nothing to do in particular with why Ruby is called a "dynamic language". https://en.wikipedia.org/wiki/Dynamic_programming An important point which apparently hasn't been mentioned yet is dynamic typing vs. static typing: in Ruby variables are typeless while in statically typed languages they are typed. https://en.wikipedia.org/wiki/Dynamic_typing#Dynamic_typing Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
