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

Left arrow #18

Open
mlajtos opened this issue Feb 18, 2018 · 0 comments
Open

Left arrow #18

mlajtos opened this issue Feb 18, 2018 · 0 comments

Comments

@mlajtos
Copy link
Owner

mlajtos commented Feb 18, 2018

R uses left arrow as an assignment. E.g.:

sumofsquares <- function(x){
  y <- x^2  
  return(sum(y))
}

Also, APL uses RTL flow. So maybe supporting "<-" wouldn't be such a bad idea..?

Combining the two in the same chain would be chaotic, for sure. But using one for (LTR) node composition and the other one (RTL) for applying it and getting some result, might be okay. Example:

BB:{In -> Transformation -> Out}
result <- BB <- in

Looks weird at the first glance, but in a strange way it makes total sense.

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

1 participant