Pauan

Results 151 issues of Pauan

### Motivation Right now you can use `js_name` to convert a Rust `foo_bar` into JS `fooBar` (or vice versa). But 99% of the time you want it to be camel...

breaking-change

This should allow for efficient implementations of immutable sorted sets and dictionaries.

Partial fix for #20 I haven't tested the C# code, but it probably works.

Fixes #33 You can [add `?w=1` to the GitHub URL](https://github.com/koka-lang/koka/pull/35/files?w=1), this causes it to ignore whitespace which makes it easier to review the changes.

The functions should be very fast, but I've only lightly tested them, so there may be bugs. Also, as a useful tip, if you add `?w=1` to the GitHub URL,...

This pull request changes `jake` and `madoko` to be local dependencies rather than global. You can use `npm run` commands instead of `jake` commands. ---- Using global dependencies is bad...

This is super low priority, but eventually it would be great to have [WebAssembly](http://webassembly.org/) support. WebAssembly is a statically-typed binary format for running code on the web. It can achieve...

Here are some possibilities: 1. Use npm. This has the benefit of being familiar to JavaScript programmers. However, there are some pretty major downsides: * npm is very slow (but...

ecosystem

I've written some Rust web apps which are compiled to WebAssembly and run in the browser. I'm using wasm-bindgen for this. Generally the code runs really fast (since both Rust...