Julian Schurhammer
Julian Schurhammer
One question is where is `isEqual` and `inspect` implemented? I couldn't find the source files. I think there might need to be some changes to these since the same set...
Thanks inoas :) We somehow need to get the new Map class into prelude or find a workaround where we don't need to do that. I'm not sure which path...
I'll pick this one up if you don't mind :) It looks like Elm and ReScript are using red-black/avl tree solutions. I'm planing to base it on [clojure's implementation](https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/PersistentHashMap.java) though,...
Heres some blog posts that gives an overview https://blog.higher-order.net/2009/09/08/understanding-clojures-persistenthashmap-deftwice https://blog.higher-order.net/2010/08/16/assoc-and-clojures-persistenthashmap-part-ii.html Edit: Seems like the blog goes down sometimes. Always works after a few minutes for me though.
Some suggestions ```js when result = query |> promise.then cont result = query |> promise.then // as in "continuation" close result = query |> promise.then // as in "make a...
Maybe. I think it'd be nice to keep it separate for the sanity of maintainers. Probably need a better mechanism for including files? On Mon, 15 Aug 2022, 04:31 inoas,...
Hi lpil, I've started working on this. The only down side I can see so far is the readability of the output JS for long lists. Do we particularly care...
The problem with an alias without the wrapper function is that you still need to put the `new` keyword every time, so the minimum you can get is 5 characters....
My thoughts after some testing: 1. Wrapper function good. Seems to make things more predictable for some reason. 2. Single character was hard to read, I think just go with...
I also had issues, what has worked for me is starting lapce using the command line instead of the application menu. Hope this helps someone.