*) Ruby
+ Apache chroot
+ Ruby on Rails
- loosely typed
- interpreted

Ruby is strongly but dynamically typed.

So

a = "hi"
a = 1

is ok but

a = "1"
b = a + 1

is not.

I consided this an advantage.

Jonathan

Reply via email to