...this talk...maybe have inspired the creation of the Elixir language...
@anikettiwari68855 жыл бұрын
Can someone share the source code
@sreekumarmenon4 жыл бұрын
what was the Texas joke?
@maruccioperuccio3 жыл бұрын
taxes
@DavidDouglasJr8 жыл бұрын
what a nut, who uses classes as variables?
@dietrichdietrich77634 жыл бұрын
You're thinking of this like C, Ruby is different. Everything is an Object! Classes as variables is the way to go as a Ruby programmer. Because that way it can be constantly manipulated. Makes sense now?
@dietrichdietrich77634 жыл бұрын
You see, In the C language. You use classes to reiterate different spectrum points - it puts variables to work in different loop processes. Ruby is different, though it shares aspects but it is meant to be more dynamic without going to the low end of manipulating hardware. Hence the multi-threading is different over-all.
@miry_sof10 ай бұрын
It is not classes, but Constants. "A constant has a name starting with an uppercase character. It should be assigned a value at most once."