Are anonymous functions possible in verse? In particular, when subscribing to event callbacks, I am forced to needlessly create a bunch of functions that only have a single use, and clutter up my code. It would be so much cleaner to make a simple in-line one-use lambda function, but I can’t seem to figure out a way to do this.
Lambdas are not yet supported in Verse but are planned for the future.
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.