[22:56:04] mahir256: yes, you will be able to create functions that result in an instance of a user-defined type. I created one here in NWL, https://notwikilambda.toolforge.org/wiki/Z10261 and the implementation https://notwikilambda.toolforge.org/wiki/Z10262 [22:57:47] Note that the difference between "call by sharing", "call by reference", and "call by value" does not really apply to Wikifunctions, since it is fully functional and all arguments are immutable. The only thing you get is the output of the function. [22:58:21] By "instance method" I meant the thing described in geeksforgeeks.org/instance-method-in-python/ -- can one of those be specified for a type? (re @wmtelegram_bot: mahir256: yes, you will be able to create functions that result in an instance of a user-defined type. I created one...) [22:59:29] ...so I guess instance methods aren't going to be a thing, then? (re @wmtelegram_bot: Note that the difference between "call by sharing", "call by reference", and "call by value" does not really apply t...) [23:00:14] Not in the classical way, as OO does it [23:01:02] ah ok, looks like more refactoring of Ninai/Udiron to do then