Giter VIP home page Giter VIP logo

Comments (6)

xsawyerx avatar xsawyerx commented on May 26, 2024 1

Closing this. using the following quote by @gonzus which I very much agree with:

[...] maybe is doesn't make sense to try to restrict what can be done during interpolation. It could be both easier and more useful to just allow any Perl code in there, with whatever syntax you wish, including @{[...]}. [...]

from guacamole.

gonzus avatar gonzus commented on May 26, 2024

You could also go the full monty, a la JavaScript:

    let foo = `bar ${ baz() + " is awesome"} baby`

where everything inside ${} (inside backticks) gets run as JS code.

from guacamole.

xsawyerx avatar xsawyerx commented on May 26, 2024

We wouldn't be able to do it with ${} because that's syntax in Perl for scalars: ${var} is equivalent to $var.

This is kind of what we're doing in @{[ ... ]} though. Raku allows stuff like that though with {}.

In any case, I don't want to introduce anything else, only to pick what to support and how.

from guacamole.

gonzus avatar gonzus commented on May 26, 2024

What I was trying to say is, maybe is doesn't make sense to try to restrict what can be done during interpolation. It could be both easier and more useful to just allow any Perl code in there, with whatever syntax you wish, including @{[...]}. I am not trying to introduce any new syntax.

from guacamole.

xsawyerx avatar xsawyerx commented on May 26, 2024

@{[ ]} would work if we allow prefix dereferencing and interpolation of dereferencing. Those are two tall orders. We could do it, but maybe at a later phase.

from guacamole.

xsawyerx avatar xsawyerx commented on May 26, 2024

Just saying I wasn't making a call here. Just suggesting that we don't have to support it immediately. (Maybe we can. Maybe we want to talk about it first.)

from guacamole.

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.