Skip to content

How should the stdlib be structured: base, extras, etc. #723

@ViralBShah

Description

@ViralBShah

The current system of base/ and extras/ is a bit confusing.

I propose that base/ be minimal and simple, and free of much of the stuff from external, making it easy to build julia.

The rest of the standard library can be in stdlib/, which consists of tested and documented code. Much of the code that uses external libraries can be in stdlib/.

There can be a staging/ area, where things can bake. We can do away with extras/, which currently have some stuff that should go into stdlib/, and some stuff that ought to become external packages when we have a package management system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs decisionA decision on this change is needed

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions