Coder Social home page Coder Social logo

Comments (6)

1cg avatar 1cg commented on May 26, 2024

I wonder if we should drop && and just go w/ what hypertalk did

from _hyperscript.

benpate avatar benpate commented on May 26, 2024

The trouble here is that && is so common to most modern developers that its second nature to use. You'll have tons of cleanup to do even in the hyperscript examples.

But, I can't imagine anyone is already using && with strings, so it seems like it should be safe to overload this operator.

from _hyperscript.

dz4k avatar dz4k commented on May 26, 2024

People definitely use && with strings.

if (options.prefix && options.selector) {
  // check the existence of prefix and selector, which are both strings
}

from _hyperscript.

benpate avatar benpate commented on May 26, 2024

That's a fantastic example, @dz4k. It would require a small change to make your code above work correctly. If we adopted this syntax for string concatenation, you'd have to say if options.prefix and options.selector then... instead.

I think this is a cool idea, but it would only work if we're okay with removing (or confusing) support for the javascript && operator. I'll leave that decision for the big boss, but my first thought is that it may not be worth the confusion.

from _hyperscript.

dz4k avatar dz4k commented on May 26, 2024

http://rigaux.org/language-study/syntax-across-languages.html#StrngStrnCnct

AFAIK ^ isn't used for anything as of now.

P.S. Is this really necessary when template literals exist?

from _hyperscript.

benpate avatar benpate commented on May 26, 2024

True. It's probably more trouble than it's worth. Let's just close it :)

from _hyperscript.

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.