Coder Social home page Coder Social logo

Comments (6)

nex3 avatar nex3 commented on July 2, 2024

This looks pretty noisy to me. On the other hand, since the idea behind .. is to obviate the need to manually create fluent interfaces, limiting its capabilities relative to . may work against that.

from nullawareoperators.

tatumizer avatar tatumizer commented on July 2, 2024

Somewhere in you program, define:
class Antinull {
noSuchMethod(x)=>null;
}
final AN=new Antinull();

Now, you can safely write (maybeList()??AN).addList(list)
:-)
Even more interesting to define another class (say, BlackHole) with noSuchMethod(x)=>this;
Then it becomes contagious. ((null??BH)+5)*15+20) returns BH
BTW, noSuchMethod, though very slow if you really start dealing with Invocation object (parameter of NoSuchMethod), is very fast if you don't. That is, invocation object is evaluated lazily, so if you don't touch it, there's no penalty

from nullawareoperators.

gbracha avatar gbracha commented on July 2, 2024

It would be nice to have cascades work uniformly with this feature. On the other hand, we really want to keep this proposal dead simple.

from nullawareoperators.

gbracha avatar gbracha commented on July 2, 2024

We aren't doing this.

from nullawareoperators.

seaneagan avatar seaneagan commented on July 2, 2024

Do you mean "we are never doing this" or "we are not doing this in this DEP" ?

from nullawareoperators.

gbracha avatar gbracha commented on July 2, 2024

I meant it wasn't part of this DEP. But the text approved by TC52 allows for experimentation on th etopic, so we should be able to add it if no surprises come up.

from nullawareoperators.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.