Add Hatter vs miso-lynx technical comparison#220
Merged
jappeace merged 2 commits intoMay 15, 2026
Conversation
Compares architecture, device API access, and UI layer between the two native Haskell mobile frameworks. Includes detailed analysis of what it takes to set up BLE scanning in each framework — Hatter's working three-tier C bridge vs miso-lynx's hypothetical six-step pipeline that is blocked on unmerged infrastructure (dual-thread PR jappeace#70). Written in response to dmjio's Discourse post claiming miso-lynx as an alternative with device API access. Prompt: read discourse thread, compare hatter vs miso-lynx with focus on bluetooth access, write report in hatter docs. Tokens: ~200k input, ~15k output Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
miso-lynx uses GHC 9.12.2's built-in JS backend, not the old standalone GHCJS (last based on GHC 8.10). The nixpkgs cross target naming (javascript-unknown-ghcjs) causes confusion. Added explicit note about this distinction and clarified the BigInt polyfill is a patch to GHC's rts/js/arith.js needed because LynxJS's PrimJS lacks native BigInt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/miso-lynx-comparison.mdcomparing Hatter and miso-lynx architecturallyWritten in response to dmjio's Discourse post claiming miso-lynx provides device API access as an alternative to Hatter.
Test plan
🤖 Generated with Claude Code