<div dir="ltr"><div><font face="monospace, monospace">Given some strings such as "Fld1", "Fld2", is it possible to create a record using those strings as field names, eg:</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">  val myRecord = ["Fld1" = "foo", "Fld2" = "bar"]</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">?</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Of course, the above syntax looks weird (although somewhat similar to JSON...).</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Is there some function which could take something of type `string` and return something of kind `Name` ?</font></div></div>