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

Updating build-ins in Julia #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jan 30, 2022

  1. Updating build-ins

    The language has expanded considerably this file was constructed... also lots of things have disappeared, like `cell` etc.  This was constructed by invoking: 
    ```julia
    julia> [names(Core);names(Base)] .|> String |> x->filter(z->occursin(r"^[A-Za-z]+[A-Za-z0-9]+",z),x) |> x->join(["'$y'" for y in x],", ") |> x-> replace(x,r"(.{30,75},)\s"=>SubstitutionString(" "^12*"\\1\\n"))|> clipboard
    ```
    mbeltagy authored Jan 30, 2022
    Configuration menu
    Copy the full SHA
    3d78fe3 View commit details
    Browse the repository at this point in the history