View Issue Details

IDProjectCategoryView StatusLast Update
0000455LDMudLPC Languagepublic2022-10-06 19:47
ReporterlarsAssigned ToGnomi  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Summary0000455: 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.
TagsNo tags attached.
External Data (URL)

Relationships

related to 0000688 resolvedGnomi LDMud 3.6 Lightweight objects 

Activities

Gnomi

2022-10-06 19:47

manager   ~0002684

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.

Issue History

Date Modified Username Field Change
2006-03-01 15:25 lars New Issue
2009-10-05 09:33 Gnomi Relationship added related to 0000688
2022-01-25 23:46 Gnomi Description Updated
2022-10-06 19:47 Gnomi Assigned To => Gnomi
2022-10-06 19:47 Gnomi Status new => closed
2022-10-06 19:47 Gnomi Resolution open => won't fix
2022-10-06 19:47 Gnomi Note Added: 0002684