[go-nuts] Re: Python ⇒ Go Cheatsheet

2017-11-25 Thread skaldendudler
Nice! Pretty helpful, thanks for that Am Samstag, 25. November 2017 09:39:56 UTC+1 schrieb Miki Tebeka: > > Hi, > > To help Python people switching to Go I've created a cheatsheet - > https://www.353.solutions/py2go/index.html > > Hope you'll find it useful, comment and bug reports are welcomed

[go-nuts] profiling webserver with pprof and router middleware

2017-11-25 Thread skaldendudler
Hey guiys, I posted a StackOF question two days ago, but so far nobody was able to help me! I am trying to profile my web server I wrote, but my pprof does not contain any data about the handler func. I am using the httprouter package by

Re: [go-nuts] Re: Would someone care to compare Firefox Quantum Rust concurrency features to Go....

2017-11-25 Thread Sam Whited
On Fri, Nov 24, 2017, at 21:33, Dave Cheney wrote: > > In Rust a thread has its own memory space and hence a thread cannot > > reference data by reference of some other thread. > > How is this accomplished? Is there a prohibition against passing a > borrowed reference between threads? In

[go-nuts] Re: Python ⇒ Go Cheatsheet

2017-11-25 Thread Stefan Nilsson
Very nice! Just one comment: you may want to use sort.Strings instead in the sorting example. On Saturday, November 25, 2017 at 9:39:56 AM UTC+1, Miki Tebeka wrote: > > Hi, > > To help Python people switching to Go I've created a cheatsheet - > https://www.353.solutions/py2go/index.html > >

Re: [go-nuts] Re: Would someone care to compare Firefox Quantum Rust concurrency features to Go....

2017-11-25 Thread Henrik Johansson
Ifaik rusts safety is compiler magic. Nothing special runtime you just can't share stuff in dangerous ways. Syntax is horrible compared to Go but who knows sometimes it can maybe be worth it. On Sat, 25 Nov 2017, 05:10 , wrote: > > > On Thursday, November 23, 2017 at

[go-nuts] Python ⇒ Go Cheatsheet

2017-11-25 Thread Miki Tebeka
Hi, To help Python people switching to Go I've created a cheatsheet - https://www.353.solutions/py2go/index.html Hope you'll find it useful, comment and bug reports are welcomed - https://github.com/tebeka/py2go-cheatsheet Happy Hacking, -- Miki -- You received this message because you are