Repository contenente esami con soluzione proposti durante lo sbarramento dell'esame di Programmazione Funzionale (prof Kuper).
-
Updated
Aug 11, 2024 - Standard ML
Repository contenente esami con soluzione proposti durante lo sbarramento dell'esame di Programmazione Funzionale (prof Kuper).
A curated list of Standard ML resources + an auto-generated index of the 380+ sjqtentacles sml-* ecosystem.
Leveled structured logging for Standard ML (MLton + Poly/ML): logfmt + JSON renderers, withFields child loggers, tee/filter sinks, parseLevel/setLevel, and a deterministic capturing sink. Pure.
Combinatorial enumeration and exact counting in pure Standard ML: permutations, combinations, partitions, Gray codes, Catalan/Stirling numbers (IntInf). MLton + Poly/ML.
Appunti del corso di Programmazione Funzionale per Obsidian
Umbrella of the pure-SML web stack: one request->response app wiring router + middleware + sessions + negotiation. Pure, deterministic, dual-compiler.
RFC-6962 Merkle trees in pure Standard ML (MLton + Poly/ML): domain-separated hashing, inclusion + consistency + multi proofs, append/updateLeaf, and accessors.
MessagePack binary serialization (spec v2.0) in pure Standard ML
Pure Standard ML package-manifest resolver + lockfile + .mlb generator (smlpkg-compatible), with a thin Git/mlton build driver. Byte-identical under MLton and Poly/ML.
Principal Component Analysis in pure Standard ML via Jacobi eigen-decomposition: components, explained variance, transform. MLton + Poly/ML.
Cuckoo filter approximate set membership in pure Standard ML
Geohash encode/decode with neighbors in pure Standard ML
Prometheus text exposition format for Standard ML: typed counter/gauge/histogram builders, name validation, float formatting.
Pure Standard ML animated GIF encoder (LZW + median-cut palette) (MLton + Poly/ML)
Entity-Component-System with generational entity IDs, sparse component stores, and multi-component queries/joins in pure Standard ML
NIST P-256 (secp256r1) ECDH key agreement and ECDSA signature verification in pure Standard ML. Built on sml-bigint, sml-asn1, sml-codec. Pure, dual-compiler.
SWIM-style gossip membership & failure detection simulated as a pure deterministic state machine in Standard ML (seeded PRNG). MLton + Poly/ML.
Parser combinators for Standard ML (MLton + Poly/ML), with position tracking and precise error reporting.
Interactive Standard ML lab for trace critical-path analysis.
To associate your repository with the polyml topic, visit your repo's landing page and select "manage topics."