data-lens
base64-bytestring
data-lens | base64-bytestring | |
---|---|---|
2 | 1 | |
30 | 45 | |
- | - | |
5.2 | 4.7 | |
5 months ago | over 1 year ago | |
Common Lisp | Haskell | |
Apache License 2.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
data-lens
- Tranducers in Common Lisp: Efficient, ergonomic data processing
-
Lisp dialect or library that have monads and lenses
There is a data-lens library for Common Lisp which also does transducers.
base64-bytestring
-
Yatima: A programming language for the decentralized web
Sure, if you consider Haskell's runtime (I know that technically GHC /= Haskell, but in practice it's the only Haskell that matters, except maybe something like Asterius) all the primitives are backed by C libraries: https://hackage.haskell.org/package/ghc-prim-0.4.0.0/docs/GH...
Likewise with conventions around pointers, arrays, etc. to the point where if you want to do anything really low-level or performance sensitive in Haskell, you're essentially punching a hole into C. As a random example, within the fast base64bytestring library, you find lots of use of `malloc`, `ForeignPtr` etc.: https://github.com/haskell/base64-bytestring/blob/master/Dat... And of course because this is C there aren't really many safety guarantees here.
The plan with Yatima with its primitives, and eventually when we write an FFI is to integrate with Rust in the same way that Haskell uses C. My hope is that with Yatima's affine types we might even be able to FFI to and from safe Rust (since the borrow checker uses affine types), but this is a little bit of a research project to see how much that works. Even to unsafe Rust though, we have better safety guarantees than C, since unsafe Rust's UB is still more restricted than C's is.
What are some alternatives?
ccl - Clozure Common Lisp
msgpack - Haskell implementation of MessagePack / msgpack.org[Haskell]
lux - The Lux Programming Language
asn1-encoding - ASN1 Raw/BER/DER/CER reader/writer in haskell
algo.monads - Macros for defining monads, and definition of the most common monads
data-lens - Haskell 98 Lenses
attoparsec-iteratee - An adapter to convert attoparsec Parsers into blazing-fast Iteratees
bimap - Bidirectional mapping between two key types
proto-lens - API for protocol buffers using modern Haskell language and library patterns.
cassava-conduit - Conduit interface for cassava [Haskell]
schedule-planner - Calculate an ideal schedule layout from a set of timeslots