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

feat: Support Julia language #408

Closed
terrytangyuan opened this issue Jun 17, 2022 · 3 comments · Fixed by #495
Closed

feat: Support Julia language #408

terrytangyuan opened this issue Jun 17, 2022 · 3 comments · Fixed by #495

Comments

@terrytangyuan
Copy link
Member

terrytangyuan commented Jun 17, 2022

Description

Currently, we only support Python and R (experimental). Let's discuss if there's enough interest to support Julia in this issue.

Please upvote if you are interested in Julia support.

@gaocegege
Copy link
Member

We got so many 👍 here

I think we should have a huge refactor to support R/Julia better.

@gaocegege
Copy link
Member

def build():
    base(os="ubuntu20.04", language="julia")
    install.julia_packages([
        "Example"
    ])
    shell("zsh")

Julia is supported!

Peek 2022-06-22 18-51

@logankilpatrick
Copy link

This is AWESOME!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants