Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdlib mapper #6

Open
4 of 15 tasks
litlighilit opened this issue Jun 13, 2024 · 0 comments
Open
4 of 15 tasks

stdlib mapper #6

litlighilit opened this issue Jun 13, 2024 · 0 comments
Labels
Lib stdlib (in Lib/)

Comments

@litlighilit
Copy link
Member

litlighilit commented Jun 13, 2024

only unimplemented ones:

  • bisect: algorithm1
  • array: wrap seq (currently wraps PyList)
  • heapq: heapqueue
  • collections
    • deque: deques
    • OrderedDict: tables.OrderedTable (dict)
    • Counter: tables.CountTable
  • fractions: rationals
  • socket: net
  • http.client: httpclient
  • time: times
  • datetime: times
  • subprocessing: osproc
  • re: re2
  • textwrap: wordwrap
  • distros: distro
  • csv: parsecsv
  • json: parsejson

Footnotes

  1. a hand-written translated lib: berquist/bisect

  2. non-unicode! consider make a wrapper around re2 in regex

@litlighilit litlighilit added the Lib stdlib (in Lib/) label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lib stdlib (in Lib/)
Projects
None yet
Development

No branches or pull requests

1 participant