From: Nathan Weldegorges Date: 2012-09-02T14:09:42+09:00 Subject: Re: What makes Ruby a dynamic language? --e89a8f6431544ed39904c8b10820 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable You guys aren't really answering the person's question. On Sun, Sep 2, 2012 at 1:31 AM, =D0=98=D0=B2=D0=B0=D0=BD =D0=91=D0=B8=D1=88= =D0=B5=D0=B2=D0=B0=D1=86 wrote: > 2012/9/1 Uwe Kubosch > >> On 2012-09-01, at 14:07, Rubyist Rohit wrote: >> >> > What makes Ruby dynamic and what are those features? >> >> >> The most important feature making Ruby a dynamic language is that you ca= n >> alter classes at runtime. In C#, Java, and C++, you compile your classe= s >> and they cannot be changed after compile time. In Ruby and other dynami= c >> languages, you can create and alter your classes while the program is >> running. >> >> >> -- >> Uwe Kubosch >> http://ruboto.org/ >> >> >> >> >> There is dynamic programming in Java through reflection and proxies but > it isn't nearly powerful like in Ruby. --e89a8f6431544ed39904c8b10820 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable You guys aren't really answering the person's question.

On Sun, Sep 2, 2012 at 1:31 AM, =D0=98=D0=B2=D0=B0= =D0=BD =D0=91=D0=B8=D1=88=D0=B5=D0=B2=D0=B0=D1=86 <ivan.bisevac@gmail= .com> wrote:
2012= /9/1 Uwe Kubosch <uwe@kubosch.no>
On 2012-09-01, at 14:07, Rubyist Rohit <lists@ruby-forum.com> wrote:

> What makes Ruby dynamic and what are those features?


The most important feature making Ruby a dynamic language is that you can a= lter classes at runtime. =C2=A0In C#, Java, and C++, you compile your class= es and they cannot be changed after compile time. =C2=A0In Ruby and other d= ynamic languages, you can create and alter your classes while the program i= s running.


--
Uwe Kubosch
http://ruboto.org/




There is dynamic programming in Java through= reflection and proxies but it isn't nearly powerful like in Ruby.

--e89a8f6431544ed39904c8b10820--