evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.05k stars 120 forks source link

Add `coconut.builtins` as an alias for `coconut.__coconut__` #779

Open evhub opened 1 year ago

evhub commented 1 year ago

It's much clearer when using Coconut builtins from vanilla Python.

evhub commented 1 year ago

I'm a bit worried that the name builtins will cause problems if the coconut folder ends up in sys.path, which I think it sometimes can.