|
|
|
|
|
by singularity2001
2107 days ago
|
|
I'm envisioning a programming language in which variable names and type names can become one. So instead of func call(Person person){} you just have
func call(person){} where person is a known type AND the variable name. In that scenario 'accuracy' would be a type with known value between 0 and 1. |
|
{person}
Is an object person with key person and value person of type Person