HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dmjio

no profile record

投稿

Haskell Miso v1.9.0 Released

github.com
6 ポイント·投稿者 dmjio·3 か月前·1 コメント

miso-lynx - A Haskell mobile framework

github.com
5 ポイント·投稿者 dmjio·昨年·1 コメント

コメント

dmjio
·3 か月前·議論
Added React-style web components.
dmjio
·8 か月前·議論
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, or access native device APIs.

Projects like lynx and react-native automate this process using something akin to node-gyp, exposing kotlin / swift libraries via C ABI w/ a JS API. Miso accesses the kotlin / swift native modules by FFI'ing into the JS that exposes them.

The JS doesn't get compiled, but on Android it does get JIT'd. So it's "native" in the sense that the views drawn are native (not WebViews), and the device APIs are native, but not "native" in the sense that it's compiled.
dmjio
·8 か月前·議論
https://github.com/dmjio/miso-lynx

Building native applications for iOS, Android and Huawei devices in Haskell.
dmjio
·9 か月前·議論
Yes we do.

https://github.com/haskell-miso
dmjio
·10 か月前·議論
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 https://github.com/dmjio/miso, it uses a similar approach to react-native.
dmjio
·昨年·議論
This project is an integration between https://lynxJS.org and the Haskell miso web framework (https://github.com/dmjio/miso).
dmjio
·4 年前·議論
Miso has hydration w/ a global event event handler.

https://haskell-miso.org/