> I think the same difference like between const and static readonly in C#. -1 It depend from initializer. def x = 1; // => const def x = SomeCall(); // => readonly