Skip to content

Commit 323527f

Browse files
authored
Change builtins name to python in Basilisp code (#400)
In Basilisp code, we use the namespace `builtins` (which is actually the Python module `builtins`) to refer unambiguously to builtin Python functions and classes. However, this is not very clear to end users what is being called. This commit changes that value to be `python` so it is clearer that callers are using the native Python builtins. Fixes #398
1 parent a3ed183 commit 323527f

File tree

12 files changed

+216
-152
lines changed

12 files changed

+216
-152
lines changed

Pipfile.lock

Lines changed: 109 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)