Frityet
Frityet
> To be honest I generally rely on `new` functions to ensure the initialization of tables are correct, because of this I don't use `` often for records (I found...
awesome!!
intresting, do you plan to do a 1-1 port or just provide the same featureset?
It seems like corefoundation isn't included? very very odd, it should be in the SDK
all resolved
accidental regression as I based this off the 0.18.0 cmakelists.txt, will fix
Furthermore, as an extension, maybe full properties could be introduced? ```lua local record MyRecord x: integer end function MyRecord:get_x(): integer return 42 end function MyRecord:set_x(val: integer) print("setting x to "..val)...
awesome! thanks
> Which directory did you run this on? > > `luarocks init` is supposed to run on a blank folder (to create a project dir in that folder), and it...