Skip to content

Using coconut instead? #3

@janfreyberg

Description

@janfreyberg

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 😃

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions