Naitik Shah

Results 19 comments of Naitik Shah

This means it's no longer _atomic_ :( Looks like https://msdn.microsoft.com/en-us/library/windows/desktop/aa365240(v=vs.85).aspx is one way to make this atomic on windows. I don't have a windows machine handy, but I think we...

This is an intentional design choice. `ensure.Nil` checks that the value is `nil` in addition to not carrying a type (see https://www.gmarik.info/blog/2016/understanding-golang-nil-value/ if you're not familiar with how `nil` in...

Ah, good to know. I'm not terribly familiar with how partial responses work, will try to write some test cases up and see what happens. Or feel free to send...

https://parenscript.common-lisp.dev https://janet-lang.org/

https://github.com/weavejester/hiccup/blob/master/src/hiccup/compiler.clj https://github.com/rauhs/hicada https://github.com/tonsky/rum/blob/gh-pages/src/daiquiri/compiler.clj https://github.com/roman01la/uix/blob/master/core/src/uix/compiler/aot.clj

Initial source map support is in place, but it's quite buggy and the debug experience in browsers isn't functioning well enough yet.

Windows needs work due to shell script used by the dak CLI. Need a windows machine to test/debug this.

It's not a dumb question because it's currently janky as I started some work on the master branch but have not continued it. To experiment with what's in master for...