[go-nuts] Announce: go-pry web - interactive Go REPL in Browser with WebAssembly

2018-09-20 Thread Tristan Rice
;re curious in how it works you can check out the source at: https://github.com/d4l3k/go-pry/tree/master/playground Comments/pull requests/issues welcome! Tristan Rice https://fn.lc -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsub

[go-nuts] Re: Are Go floats smarter?

2018-08-29 Thread Tristan Rice
I believe this is because that expression is handled as an untyped constant by the compiler. If you actually create proper variables with the values you get the same result as Java, Python, etc. https://play.golang.org/p/tIMpYT-bFzm On Wednesday, August 29, 2018 at 7:33:16 PM UTC-7, José Colón