Viewing profile — dmjio
dmjio
HN member- Joined
- Tue, Aug 06, 2013, 4:49 PM UTC
- HN karma
- 119
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About dmjio
Recent public activity
-
comment
Comment #47618152
Added React-style web components.
- story
-
comment
Comment #45879367
Yes, miso uses the JS backend in GHC, and mobile phones have embedded JS interpreters (e.g. JavaScript Core). These interpreters can access native libraries to draw native views, o…
-
comment
Comment #45873288
https://github.com/dmjio/miso-lynx Building native applications for iOS, Android and Huawei devices in Haskell.
-
comment
Comment #45787458
Yes we do. https://github.com/haskell-miso
-
comment
Comment #45424033
I'm working on miso-lynx https://github.com/haskell-miso/miso-lynx It's a way to build truly native iOS, Android and HarmonyOS applications in Haskell using https://lynxjs.org and …
-
comment
Comment #44515939
This project is an integration between https://lynxJS.org and the Haskell miso web framework ( https://github.com/dmjio/miso ).
- story
-
comment
Comment #32681192
Miso has hydration w/ a global event event handler. https://haskell-miso.org/
-
comment
Comment #22835533
Haskell will accept you ! https://haskell-miso.org/
- story
-
comment
Comment #21312677
Would you be able to share more details as to what caused this bad experience? My experience with GHCJS on a big project has been the opposite.
-
comment
Comment #21312484
There is a company that has a 400 module miso application and the bundle size is not an issue ( https://www.polimorphic.com ). After closure compilation GZIP'ing, pre-rendering and…
-
comment
Comment #21310736
This post dismisses Elm on the basis of lack of typeclasses, but fails to mention miso ( https://haskell-miso.org ), that includes typeclasses. Miso is Elm-as-an-embedded-DSL writt…
-
comment
Comment #15845538
A few companies have used this ( https://haskell-miso.org/ ) to make useful software w/ Haskell.
-
comment
Comment #14986687
Rewriting Elm in Haskell. [0] Project Homepage: https://haskell-miso.org [1] Github: https://github.com/haskell-miso/miso
-
comment
Comment #14890161
If decoding json in Elm is considered hard, I'd recommend checking out miso ( https://github.com/dmjio/miso ), a Haskell re-implementation of the Elm arch. It has access to mature …
-
comment
Comment #14890114
If you want a powerful type system (i.e. Haskell), but the benefits of Elm, Miso is a project that implements the Elm Architecture in Haskell. It obviously has typeclasses, and can…
-
comment
Comment #14840746
You do excellent work sir. Use bulma /a lot/.
-
comment
Comment #14840225
Project: https://haskell-miso.org , https://github.com/dmjio/miso Synopsis: Elm arch. in Haskell, but supports isomorphic js Show HN link: https://news.ycombinator.com/item?id=1468…
-
comment
Comment #14694372
Agreed, could have chosen a better title.
-
comment
Comment #14693753
Couldn't agree more.
-
comment
Comment #14693717
Why thank you kind sir :) Using advanced optimizations with google's closure-compiler, the todo-mvc example can get down to 500kb. Compressed it might even be smaller. This is why …
-
comment
Comment #14693692
The choice of using Haskell was due primarily to 3 things. 1) Code reuse - The ability to share types on both client and server. 2) Hackage - by using Haskell you have access to 90…
-
comment
Comment #14691065
This is fantastic feedback, better documentation is the next step so I'll be sure to include a comparison section between the two.