Ken Okabe
Ken Okabe
I'm not certain if I understand your explanation 100%, and I would like to mention in general design not limited to my cases. 1. As far as I observe, conversion...
Thanks. In fact, I just thought to provide API to obtain just for script elements is not versatile. In terms of a "live" environment, let me mention. To be honest,...
Definitely releasing a "stable" Fable 4 version would encourage more users to try it out, I think and I would be the one. In fact, now, I'm trying to install...
@MangelMaxime Oh, thanks a lot! It works, also kind of you to mention the zsh incompatibility that I did not aware of. I use zsh in Linux, and zsh has...
@MangelMaxime Ok, thank you. I will investigate my zsh configuration, then.
It works on my second try. ``` dotnet new tool-manifest dotnet tool install --local Fable --version "4.0.0-snake-island-*" ```  I think it would be nicer to mention to add `dotnet...
Hi @Saul-Mirone The user CSS option would be nice. So far I need to git clone this repo and change CSS and rebuild the extension locally.
Since this library doesn't seriously support modern browser environment or modern `import` syntax that works on Node.js nowadays, I copy and paste the source code to use as my own...
### A JIT compiler Adopting WASM opens lots of capabilities and possibilities and currently, it's a blue ocean for new languages and attracts attention. ### Windows support The priority should...
>What about compiling Haskell to HVM? Just note. The author(@VictorTaelin) already has developed a better language: [Kind](https://github.com/Kindelia/Kind) >A minimal, efficient and practical programming language that aims to rethink functional programming...