Live data from Hacker News

Viewing profile — dmjio

dmjio

HN member
Joined
Tue, Aug 06, 2013, 4:49 PM UTC
HN karma
119
Public activity
46 items

About dmjio

[ my public key: https://keybase.io/dmjio; my proof: https://keybase.io/dmjio/sigs/H8Hn3RInXPBmNeax-ylskoTXk4V1DvbCgB4YnChWpno ]

Recent public activity

  1. comment
    Comment #47618152

    Added React-style web components.

  2. story
  3. 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…

  4. comment
    Comment #45873288

    https://github.com/dmjio/miso-lynx Building native applications for iOS, Android and Huawei devices in Haskell.

  5. comment
    Comment #45787458

    Yes we do. https://github.com/haskell-miso

  6. 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 …

  7. comment
    Comment #44515939

    This project is an integration between https://lynxJS.org and the Haskell miso web framework ( https://github.com/dmjio/miso ).

  8. story
  9. comment
    Comment #32681192

    Miso has hydration w/ a global event event handler. https://haskell-miso.org/

  10. comment
    Comment #22835533

    Haskell will accept you ! https://haskell-miso.org/

  11. story
  12. 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.

  13. 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…

  14. 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…

  15. comment
    Comment #15845538

    A few companies have used this ( https://haskell-miso.org/ ) to make useful software w/ Haskell.

  16. comment
    Comment #14986687

    Rewriting Elm in Haskell. [0] Project Homepage: https://haskell-miso.org [1] Github: https://github.com/haskell-miso/miso

  17. 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 …

  18. 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…

  19. comment
    Comment #14840746

    You do excellent work sir. Use bulma /a lot/.

  20. 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…

  21. comment
    Comment #14694372

    Agreed, could have chosen a better title.

  22. comment
    Comment #14693753

    Couldn't agree more.

  23. 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 …

  24. 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…

  25. 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.