Talk:Create an object/Native demonstration: Difference between revisions

From Rosetta Code
Content added Content deleted
m (draft reasons)
 
(→‎Tcl omitted: new section)
Line 1: Line 1:
'''It is not yet considered ready to be promoted as a complete task, ''' because I'm not a native English speaker, my task description may cause misunderstanding. Hope that is a minimium, thanks. [[User:Dingowolf|dingowolf]]
'''It is not yet considered ready to be promoted as a complete task, ''' because I'm not a native English speaker, my task description may cause misunderstanding. Hope that is a minimium, thanks. [[User:Dingowolf|dingowolf]]

== Tcl omitted ==

I marked this task as an omission for [[Tcl]] because the value system and object system in that language do not interact in a way that is necessary to support the prerequisites of this task. In particular, native dicts and arrays are not objects in the sense this task assumes, and Tcl's objects formally occupy part of the space of functions and commands, and not values or variables. –[[User:Dkf|Donal Fellows]] 08:38, 20 October 2010 (UTC)

Revision as of 08:38, 20 October 2010

It is not yet considered ready to be promoted as a complete task, because I'm not a native English speaker, my task description may cause misunderstanding. Hope that is a minimium, thanks. dingowolf

Tcl omitted

I marked this task as an omission for Tcl because the value system and object system in that language do not interact in a way that is necessary to support the prerequisites of this task. In particular, native dicts and arrays are not objects in the sense this task assumes, and Tcl's objects formally occupy part of the space of functions and commands, and not values or variables. –Donal Fellows 08:38, 20 October 2010 (UTC)