I'm trying to (and failing) find references to languages or environments or maybe editor plugins, where the programmer doesn't have to correctly spell methods/objects/etc....
Instead, the language uses smart heuristics during look up and chooses the most likely interpretation for the call, given context.
This is without changing the source code! Ie. not a spell checker - the source code gets saved as is.
Has anyone built something approximately like this, and where/how might I find it?