One thing that comes to mind is Ruby's macro-style methods:
class BankAccount < Account
attr_accessor :balance
belongs_to :customer
end
What's something your favorite language has that others don't? Or something from a language you tried out that one time and immediately missed it in other languages?
Elm's claim-to-fame type inference is pretty wonderful
elm-lang.org/blog/compilers-as-ass...