Elm Weekly - Issue #430
Articles and Discussion
Improving Elm PRNG
A bug is uncovered in the de facto PRNG library in the Elm language ecosystem and alternative PRNG algorithms are suggested.
CONST: The Structure of a Tiny Interpreter in Elm
The first issue of Dwayne Crook’s new series on building a tiny interpreter.
Tools and Projects
anddani/nelm 1.0.0
A headless NES emulator core.
elm-wss: Simple WebSockets for Elm
elm-wss makes browser WebSockets straightforward to use from Elm 0.19. Its small, typed API supports multiple connections, text, binary, and JSON messages, and explicit lifecycle and error handling.
