Carl Smith
Carl Smith
Meh... In CoffeeScript, expressing a function is very quick and easy, so there is no need for the language to infer tighter scopes to keep things local. On the few...
I don't know where it was discussed, but in the [Changelog][1], the entry for 2.2.0 (February 1, 2018) includes this: > An inline if or switch statement with an ambiguous...
CoffeeScript is an ideal language for a system shell. You can create much more powerful one-liners with CoffeeScript than you can with bash, but you can also write nice, clear...
Thanks guys. I was thinking more in terms of what libraries and tools are available if you use ESTree. Once a program has an ESTree AST, what tools are available...
@RReverser - nod. Thanks.
@battlelinegames - I'd appreciate sourcemap support, and personally do write WAT code by hand. There are good reasons for using WAT as a first-class language in educational and hobby contexts....
@sbc100 - I'm using WAT as a first-class assembly language for a fantasy console. There's a runtime with a memory-mapped API, but the user writes all of their code in...
Thank you, @sbc100. Much appreciated.
What was decided in the end? I cannot find any information on how Wasm interacts with JS in terms of tearing values. If JS uses typed views to access a...
Thank you, @conrad-watt, @lars-t-hansen. Your replies are very helpful.