peteut / ramda.py

Ramda, ported to Python (WIP). Consider https://pypi.org/project/ramda/
MIT License
0 stars 0 forks source link

Honour Default Parameters #8

Open peteut opened 7 years ago

peteut commented 7 years ago

Default parameters shall be honoured, not partial applied w/ a placeholder.

peteut commented 5 years ago

Use inspect module to handle currying.