Eivind Magnus Hvidevold
Eivind Magnus Hvidevold
# CORS support I implemented CORS support in a [fork](https://github.com/emnh/himera) so that the compiler can be used from AJAX clients on other hosts (see [this example](http://coffee-test-emh.herokuapp.com/cljsbin.html)). If you want you...
As it looks gamma only supports assignments at the top level, since the "ast" function in program.cljs maps to g/set k v over the top level dictionary. The discard statement...
I am disassembling with try catch something that may be valid opcodes or not (just whole memory of a program). For example I am hitting a debug assert at Udis86/Decode.cs...
jordwalke at discord: Awesome. Thanks. Found it on twitter. Hope you can get that early return implemented. That’s the tricky one.
wokalski at discord: I’m wondering... would it be possible to build a tool where you run the program as you normally do and the tool sort of in the background...
chenglou - Today at 8:03 AM btw the next bs release contains a great deriving, bs.deriving abstract for records (related: https://github.com/BuckleScript/bucklescript/issues/2680) we'll test it and if things go well I...
Dependencies on Ubuntu are [emscripten dependencies](https://kripken.github.io/emscripten-site/docs/building_from_source/toolchain_what_is_needed.html) and for vim libncurses-dev, libxt-dev and cproto. PS: It can be a bit hard to track down what is missing because make proto will...