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

out/in alternation helpers #56

Open
sleexyz opened this issue Jan 15, 2018 · 0 comments
Open

out/in alternation helpers #56

sleexyz opened this issue Jan 15, 2018 · 0 comments

Comments

@sleexyz
Copy link
Owner

sleexyz commented Jan 15, 2018

shift 0 0.5

can be

(in 2 shift) 0 0.5

or

in 2 shift
  0
  0.5

which desugars to

slow 2
shift 0 0.5
fast 2

out does the opposite.

@sleexyz sleexyz changed the title Decide if we want higher-order functions Implement f and s higher-order operators Jan 15, 2018
@sleexyz sleexyz changed the title Implement f and s higher-order operators Implement in and out higher-order operators Jan 15, 2018
@sleexyz sleexyz changed the title Implement in and out higher-order operators in and out higher-order operators Jan 15, 2018
@sleexyz sleexyz changed the title in and out higher-order operators out/in alternation helpers Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant