Pauan

Results 1228 comments of Pauan

I added in immutable sorted dictionaries in `std/data/sorted-dict.kk`

This fixes some of the issues with absolute paths, but there is still a remaining issue: When using `koka "/absolute/path/to/koka/lib/std/core.kk"` I get this error: ``` *** internal compiler error: Common.Name.qualify:...

I've done some investigation into Nix. I have successfully managed to create a Nix package for the Koka compiler. I've also looked into the ability to import npm dependencies in...

@siraben Hey, sorry for the delay, I only recently got access to my NixOS machine again. The code is obviously quite old and almost certainly doesn't work, but this is...

> @erestor Not to mention the fact that Firefox is essentially burying SharedArrayBuffer one piece at a time under layers of pseudo-security. If you're referring to COOP and COEP, those...

> @erestor The point is we don't even need SharedArrayBuffer if threads are transparent and running internally in the WebAssembly module. I suggest you do some reading on Spectre, so...

> But, in the browser context, is it true then that if I have only one tab open I'm safe? Maybe. Though Spectre also potentially allows a website to access...

(P.S. It seems in the [recent slides](https://docs.google.com/presentation/d/1wtAknL-UJWDoIgSbyF5paTBSpVVj-fKU4tiHMxJbSzE/edit#slide=id.p) that `utf8-str` was renamed to `utf8-mem-str`, but of course all the same problems still apply)

@kmiller68 Yeah, I don't expect a solution anytime soon. I just wanted to make sure that this problem is known about and is being worked on (even if slowly). I...