Initial commit of the Haskell miso web framework 🍜 #2283
Open
dmjio wants to merge 8 commits into
Open
Conversation
miso web framework.miso web framework 🍜
f2b2583 to
2eae99c
Compare
- [x] Bring payload down to 1.8mb. - [x] drop `all.js` use `out.js`
Author
|
Hi @flashdesignory, hope this message finds you well 👋🏼 Do you think it would be possible for us to include a Haskell web framework into the Compile-to-JS section , alongside Elm and OCaml ? 🙏🏼 |
Closed
Author
|
Hi @addyosmani, It's great to see this repo still maintained (per #2297). In lieu of #2284 was curious if you had any reservations about merging this PR. This niche framework was created in 2016 and users are having success building apps via prompts w/ Gemini and Claude (among other LLMs). Are alt langs still accepted? Best. |
- Rewrote src/Main.hs: Elm-style architecture using Miso.Lens/TH, IntMap for O(log n) entry ops, inline editing with save/cancel, localStorage persistence, CPP guards for WASM/INTERACTIVE modes - Overhauled README.md with structured sections: description, resources (incl. Haddocks at haddocks.haskell-miso.org), implementation notes, and build instructions - Updated index.html: data-framework attribute, viewport meta, CDN links, type="module" on script tag - Pinned cabal.project to miso 1.11.0 with allow-newer and +template-haskell flag - Added learn.json (miso dir + root) for TodoMVC sidebar integration - Added .gitignore, package-lock.json; rebuilt out.js via swc Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Thanks to @claude we're now in full compliance with the TodoMVC spec. as a proper compile-to-JS language. This includes |
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.
Hi @addyosmani, @passy 👋🏼 ,
The Haskell miso web framework and community would be honored to join the other Compile-to-JS web frameworks 🙏🏼 🍜
Closes #1987.