Unison library catalog #1
Replies: 32 comments 20 replies
-
CSV Parsing 🚢A library for parsing comma-separated values. |
Beta Was this translation helpful? Give feedback.
-
Postgres Driver 🏗️A library for talking to Postgres, and possibly other SQL databases Work underway here https://share.unison-lang.org/@runarorama/skunk Major features
|
Beta Was this translation helpful? Give feedback.
-
Dhall Parser 🚢A parser for the Dhall config language (https://github.com/dhall-lang). Library here: https://share.unison-lang.org/@hagl/dhall Implementation notes |
Beta Was this translation helpful? Give feedback.
-
Text parsers
|
Beta Was this translation helpful? Give feedback.
-
UUIDs 🚢A library for generating and representing UUIDs. |
Beta Was this translation helpful? Give feedback.
-
WebSocket library 🚢WebSockets are supported by the |
Beta Was this translation helpful? Give feedback.
-
GraphQL library 🚢A GraphQL client |
Beta Was this translation helpful? Give feedback.
-
Redis client 🚢 |
Beta Was this translation helpful? Give feedback.
-
AWS Client 🚢https://share.unison-lang.org/@unison/aws Major features
|
Beta Was this translation helpful? Give feedback.
-
HTTP Client 🚢 |
Beta Was this translation helpful? Give feedback.
-
HTTP Server 🚢 |
Beta Was this translation helpful? Give feedback.
-
Distributed Tracing 💡A library for instrumenting Unison code through various backends (Datadog, Honeycomb, etc) Implementation notesInspiration: https://tpolecat.github.io/natchez |
Beta Was this translation helpful? Give feedback.
-
Memoization 🚢A tiny memoization library, supporting the memoization of arbitrary computations (including effectful ones). See https://share.unison-lang.org/latest/terms/.anovstrup.memo._v2.Memo.doc How to contributeContact @anovstrup |
Beta Was this translation helpful? Give feedback.
-
JSON Parser 🚢 |
Beta Was this translation helpful? Give feedback.
-
MD5 Hashing 🚢See https://share.unison-lang.org/latest/namespaces/asoltysik/md5 How to contribute?Contact @asoltysik |
Beta Was this translation helpful? Give feedback.
-
Arbitrary-precision arithmetic 🏗️Libraries for working with very large or precise numbers. See https://share.unison-lang.org/latest/namespaces/unison/base/Natural. Should be expanded to include big integers, rationals, and decimals. How to contributeContact @runarorama |
Beta Was this translation helpful? Give feedback.
-
Complex numbers 🚢 |
Beta Was this translation helpful? Give feedback.
-
Abstract algebra 💡Libraries for working with objects from abstract algebra.
|
Beta Was this translation helpful? Give feedback.
-
Linear algebra 💡Libraries for working with linear algebra, matrices, linear combinations, polynumbers. |
Beta Was this translation helpful? Give feedback.
-
Statistics 💡Libraries for statistical modeling, probabilities, simulation. |
Beta Was this translation helpful? Give feedback.
-
Graphs 🚢 |
Beta Was this translation helpful? Give feedback.
-
Reflection 💡Represent and manipulate Unison expressions in Unison. |
Beta Was this translation helpful? Give feedback.
-
Codebase Manipulation 💡Query and modify the Unison codebase from within Unison. Depends on Reflection |
Beta Was this translation helpful? Give feedback.
-
Audio processing 💡Libraries for processing audio data. |
Beta Was this translation helpful? Give feedback.
-
Drawing and 2D GraphicsLibraries for drawing and 2D graphics. Canvas 🏗️See https://share.unison-lang.org/latest/namespaces/alvaro/canvas/;/terms/README Utilities for drawing onto a remote canvas using Clarity and the Guacamole protocol. How to contributeContact @alvaroc1 |
Beta Was this translation helpful? Give feedback.
-
Image Processing 💡Libraries for processing image data. |
Beta Was this translation helpful? Give feedback.
-
Music 💡Libraries for making music. |
Beta Was this translation helpful? Give feedback.
-
YAML engine |
Beta Was this translation helpful? Give feedback.
-
Columnar memorysomething inspired by Pandas or Apache Arrow for exploring / manipulating columnar data. |
Beta Was this translation helpful? Give feedback.
-
Kafka Client |
Beta Was this translation helpful? Give feedback.
-
Welcome! 👋
This page intended as a record of ideas for 3rd-party Unison libraries and any in-progress implementations of them.
Please upvote your favorites ⬆️
If you see a library idea here that you'd like to see implemented, hit the upvote button to let contributors know what to focus their energies on.
Share your ideas
Is there a library you want that's not on this list? Add a comment at the bottom of this page.
Index
For quick reference, here's a list of the libraries and ideas below.
Key:
💡 = Inception phase. Needs ideas and design.
🧪 = Experimental phase. Somebody is tinkering with designs and prototypes.
🏗️ = Work underway. Someone is actively working on this.
🚢 = Shipped. A library exists!
⛰️ = Stable. A rock-solid library exists for this.
Parsers and text manipulation
Databases
Data types
Logging and instrumentation
Mathematics
Multimedia
Web and networking
Unison language and structure
Utilities and systems programming
Beta Was this translation helpful? Give feedback.
All reactions