RustPython / RustPython/RustPython
[RFC] How much of the standard library should be supported
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- Rust
- Estrelas
- 22.4k
- Forks
- 1.5k
- Merge médio
- 16h 33min
- PRs com merge (30d)
- 165
Descrição
Summary
Given the recent discussions about the size of CPython's standard library, and proposals to drop a few modules, splitting the core standard library from the extra batteries, and so on, perhaps would it be a good idea to define the extent of the standard library to be implemented/provided in rustpython.
Detailed Explanation
Issue #8 calls for the expansion of the standard library, but I feel that a blind call might not be the best idea. Instead, a more directed call for help would provide more cohesiveness of the work.
However, more importantly, discussions about the size of CPython have been surfacing here, a view of the future here, suggestion on how to approach a kernel-python PEP-594 to remove modules (https://www.python.org/dev/peps/pep-0594/).
The question is, where does rustpython want to be with this current context.
Drawbacks, Rationale, and Alternatives
The main rationale would be to allow rustpython to be an example of how a minimal modern Python interpreter could be when given the freedom from the ground up. This would also reduce the maintenance burden and the required work to produce a working interpreter by focusing effort.
This issue is somewhat linked in spirit with issue #1192 and #1125.
Unresolved Questions
How to define what would be the minimal standard library to be shipped with rustpython?
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Comece revisando a issue #8 e as issues relacionadas #1192 e #1125; em seguida, leia as discussões vinculadas sobre a biblioteca padrão do CPython e a PEP 594. O trabalho estará concluído quando uma decisão do projeto sobre a biblioteca padrão mínima que o RustPython deve fornecer tiver sido alcançada e documentada.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python, rust
- Domínio
- compilers
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 20/100