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

Using coconut instead? #3

Open
janfreyberg opened this issue Jun 29, 2017 · 2 comments
Open

Using coconut instead? #3

janfreyberg opened this issue Jun 29, 2017 · 2 comments

Comments

@janfreyberg
Copy link
Collaborator

One idea I had (and something I've been wanting to try for a while) is using coconut instead of normal python. Coconut is a kind of "extended" python with some extra features. So all code that runs in python will run in coconut as well, but it also has pipe operators (like %>% in R and dplyr):

4 |> maths.sqrt() |> print

is equivalent to:

print(maths.sqrt(4))

Since we're making a pipeline, having a pipe operator could be cool 😃

@janfreyberg
Copy link
Collaborator Author

more info here:
http://coconut-lang.org/

@rb643
Copy link
Owner

rb643 commented Jun 29, 2017

Yeah go wild :) I'm off jupyter now so you can edit away on the notebook as well if you want!

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

2 participants