On comparing lambdas…

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
AssumedPseudonym
Fleet Officer
Fleet Officer
Posts: 1190
Joined: Thu Aug 29, 2013 5:18 am
Location: On the other side of the screen.

 Basically, is it possible? I’m not looking to compare the results of the lambdas, I’m trying to compare the actual lambdas themselves. More specifically, I’ve been trying to check which version of a lambda is being called. I get returns of nil for any attempt at comparing the two, though. I’ve even tried (eq lambdaOne lambdaOne) and (eq (eval lambdaOne) (eval lambdaOne)) — yes, checking to see if a lambda is equal to itself — and still gotten results of nil. Any help on this would be much appreciated.
Image

Mod prefixes: 0xA010 (registered) and 0xDCC8 (miscellaneous)

My mods on Xelerus: Click here!

Of all the things I’ve lost in life, I miss my mind the least. (I’m having a lot more fun without it!)
Post Reply