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

Builtins and standard library #11

Open
metaphori opened this issue Jul 31, 2017 · 0 comments
Open

Builtins and standard library #11

metaphori opened this issue Jul 31, 2017 · 0 comments

Comments

@metaphori
Copy link
Contributor

Originally reported by: Roberto Casadei (Bitbucket: metaphori, GitHub: metaphori)


Currently, the standard library is implemented in a module, stdlib, which is distinguished from the core module. However, the core module does provide some library support (cf., RichLanguage component and its Builtins).

The idea behind a separated stdlib module lies in the fact of keeping the core minimal and with few dependencies.

Basically, this task is about considering, from the point of view of design:

  • whether to maintain this arrangement; or
  • whether to move the stdlib to core; or
  • whether to move builtins from core to stdlib..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant