View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000455 | LDMud | LPC Language | public | 2006-03-01 14:25 | 2022-10-06 17:47 |
Reporter | Assigned To | Gnomi | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | won't fix | ||
Summary | 0000455: operators as lfuns, like Pike | ||||
Description | ;; TODO: Like Pike: `operator()s as lfuns. https://pike.lysator.liu.se/docs/man/chapter_8.html This item could lead to a consolidation of light-weight objects, closures, and inline closures. | ||||
Tags | No tags attached. | ||||
External Data (URL) | |||||
|
We offer operator overloading for Python types. Operator overloading for LPC objects is difficult due to the complicated syntax for left and right operators and the lack of type safety (the compiler cannot know in advance, what kind of lfuns an object will have). That's why we decided to not implement operator overloading for LPC objects. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-03-01 14:25 |
|
New Issue | |
2009-10-05 07:33 | Gnomi | Relationship added | related to 0000688 |
2022-01-25 22:46 | Gnomi | Description Updated | |
2022-10-06 17:47 | Gnomi | Assigned To | => Gnomi |
2022-10-06 17:47 | Gnomi | Status | new => closed |
2022-10-06 17:47 | Gnomi | Resolution | open => won't fix |
2022-10-06 17:47 | Gnomi | Note Added: 0002684 |