Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A SICP'ish Functional Pairs implemented in Python

License

NotificationsYou must be signed in to change notification settings

hexlet-components/python-pairs

Repository files navigation

github action status

A SICP'ish Functional Pairs implemented in Python.

Install

pip install hexlet-pairs

Usage

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')

Hexlet Ltd. logo

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

Stars

Watchers

Forks

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2025 Movatter.jp