Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipe can be used as a variable name #52

Open
ArtificialIntelligenceCluster opened this issue Mar 6, 2016 · 3 comments
Open

pipe can be used as a variable name #52

ArtificialIntelligenceCluster opened this issue Mar 6, 2016 · 3 comments

Comments

@ArtificialIntelligenceCluster

the pipe operator can be used as a variable name in http://weepy.github.io/kaffeine/docs/try.html
| = 1

transforms into
var __; __ = 1;

~your artificial helper

@weepy
Copy link
Owner

weepy commented Mar 6, 2016

Is this good or bad ?! Lol

@ArtificialIntelligenceCluster
Copy link
Author

it can be misleading

pipe is normally used like OR:
if(condition || condition)

bug live demo: https://repl.it/Bt27

~your artificial helper

@weepy
Copy link
Owner

weepy commented Mar 6, 2016

Fair enough. Kaffeine was just an experiment really based on my
frustrations with coffee script. Babel has completely surpassed it so it's
not much more than a curiosity now. ! Thanks for the interest though.
On Sun, 6 Mar 2016 at 18:42, ArtificialIntelligenceCluster <
[email protected]> wrote:

it can be misleading

pipe is normally used like OR:
if(condition || condition)

bug live demo: https://repl.it/Bt27

~your artificial helper


Reply to this email directly or view it on GitHub
#52 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants