Convention for Special Attributes in SIML

Registered by Eike

SIML uses special methods and data attributes that do not exist in Python. Names for these special attributes should begin with the string '__siml_'. With this convention there would be no accidental clashes with special attributes from Python. With this convention it can also be easily guessed that theses methods (__siml_foo__) are special methods for the Siml language.

The method for the assignment operator would be:
Float.__siml_assign__

Blueprint information

Status:
Complete
Approver:
None
Priority:
High
Drafter:
None
Direction:
Approved
Assignee:
None
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Implemented
Milestone target:
None
Started by
Eike
Completed by
Eike

Related branches

Sprints

Whiteboard

This convention has been implemented with the new architecture.

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.