Giter Club home page Giter Club logo

Comments (1)

kengorab avatar kengorab commented on May 31, 2024

#245 addresses nearly every case here. The only situation not covered is destructuring function parameters. Adding destructuring to function parameters makes it complicated to call functions with named arguments (what name do we provide to a destructured value?).

One possible solution, for the sake of ergonomics, would be to enable function parameter destructuring in lambdas only, and add strict checks that lambdas are never invoked using named arguments? That shouldn't be too game-changing, since it's probably a good thing to have anyway - lambdas rarely are even defined with named arguments. We should also throw an error when attempting to use destructuring in func declarations, something like "cannot use destructuring in a function declaration, can only be used in lambdas". See #251 for more details

from abra-lang.

Related Issues (20)

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.