Hongbo Zhang

Results 177 comments of Hongbo Zhang

a couple of things to check: 1. not accidentally pull in List.js/Array.js and Belt_List.js/Belt_Array.js at the same time 2. es6 mode 3. Replace ocaml-stdlib Map with Belt.Map or Belt.Map.String will...

Keep in mind our version is stack safe. A conclusion about benchmark shouldn’t be drawn so soon

@tcoopman can you try to replace Map.Make(String) with Belt.Map.String, you should see some obvious boost? Also the size comparison should be the output of closure or uglifyjs, since the rollup...

Are u aware ocaml stdlib is not stack safe in native either, some of my benchmarks show that the js lib is almost as fast as native. Is it really...

`bsb -clean-world -make-world` when you update a new compiler

File an issue please : )

it would be nice to have a TodoMVC for a front end newbie : )

hey @OvermindDL1, I would like to contribute to TEA, some tutorials to help people (like me) to get started is nice : )

Thanks! sorry for the delay, I would take a look this weekend

Thanks for you good catch, I merged your patch in commit 1b6530aa2d5a3704f5362e06958fad6c2780a2e0 and 817f7f89f4221ccfea0021342c3ec52beed88790 I did not add "+." as keyword yet, need to check with ocaml manual. You seems...