- Notifications
You must be signed in to change notification settings - Fork1
A SICP'ish Functional Pairs implemented in Python
License
NotificationsYou must be signed in to change notification settings
hexlet-components/python-pairs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A SICP'ish Functional Pairs implemented in Python.
pip install hexlet-pairs
from hexlet import pairsp = pairs.cons(42, 'foo')pairs.is_pair(p) # Truepairs.car(p) # 42pairs.cdr(p) # 'foo'print(pairs.to_string(p)) # cons(42, 'foo')
This repository is created and maintained by the team and the community of Hexlet, an educational project.Read more about Hexlet.
See most active contributors onhexlet-friends.
About
A SICP'ish Functional Pairs implemented in Python
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.