Search took 0.45 seconds
In other news, hell is officially showing signs of freezing over: https://blog.golang.org/generics-next-step #golang #programming
RT @heptajohn: Tweet-sized #golang TCP proxy. package main import ( "io" "net" ) func main() { s, _ := net.Listen("tcp", ":8… https://twitter.com/runmen/status/959699829327843328
RT @turnoff_us: Dad, are you using Linux? #comic #linux #golang https://t.co/RPvd4aow9N https://t.co/v2QCNYNKmg https://twitter.com/runmen/status/952608554883715072
“A/B testing is really behavioural psychology expirementation, weaponized.„ https://news.ycombinator.com/item?id=15662473 #link #quote
(Also suddenly +84 for my moderate opinion on governance of #golang: https://news.ycombinator.com/item?id=15671866)
· 9000«And "stuck in 70s" is unfair in at least one major respect: the language includes first-class map objects (almost equivalent to Python dictionaries) which Perl pioneered in the 1980s.» https://blog.ntpsec.org/2017/02/07/grappling-with-go.html #link #bizarre #quote #golang
ESR оторвался на Расте, теперь и до Го добрался? (пост ещё не читал)
· я как будто и жду кротаНе, Go ему скорее нравится. И вот это про CSP, тоже из 1980-х, он строго в положительном свете пишет. В том же питоне нормальные coroutines появились года 2 как вроде (а ненормальные, вроде twisted, пробовал и, эээ, не очень обрадовался).
· 9000«"Generics are not free." Creating a modern statically typed language WITHOUT generics isn't free either. Just like implicit interfaces are not free, just like the reflect package is not free, just like using interface{} somewhere isn't free, just like telling people to use code generators isn't free.» https://news.ycombinator.com/item?id=13358631 #link #programming #golang
Russ Cox, as usual, was/is thoughtful: https://research.swtch.com/generic (2009)
· 9000Несколько ссылок про сборку мусора: а) https://freefeed.net/4shir/27a61dd4-782d-4c79-a8c9-f548225c1ae3 "я ушёл из компании, занимающейся переработкой вторсырья и теперь пытаюсь руководить полигоном ТБО в Ленинградской области"
б) https://gist.github.com/aclements/4b5e2758310032dbdb030d7648b5ab32 Proposal: Eliminate STW stack re-scanning #golang
· псы в рапидеА историю pusher'а, про уход с хаскеля на го (якобы из-за гц) читал? И вот продолжение про гогц https://blog.pusher.com/golangs-real-time-gc-in-theory-and-practice/
· адский хардлайн в засадеQuite aptly named: "50 Shades of Go: Traps, Gotchas, and Common Mistakes for New #Golang Devs" http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/ #link #programming
прям жаваскрипт!
· адский хардлайн в засадеНу, про жаваскрипт-то томик потолще. Ну и простой язык ≠ простой runtime.
· 9000^ так там не про рантайм бОльшая часть, а про язык же?
· адский хардлайн в засадеЕсли отвлечься от мелочей про синтаксис, кмк, вопросы в основном про неочевидную семантику кое-чего: строк, каналов, горутин и т.п. Для меня это про рантайм, поскольку можно было бы реализовать и иначе, не меняя ключевых интерфейсов. Но могу быть неправ.
· 9000And now some enjoyable #programming #necromancy: certain guys revive #Modula-2 http://modula-2.info/m2r10/ #link
#golang «Go doesn't let you build abstractions - it offers what it does, and if its not enough - tough luck. I dismissed Go not because of its lack of abstraction power, but because its authors and community is incapable of admitting problems when they see them.» — this :( - https://news.ycombinator.com/item?id=8316520
I still hope that golang community's hostility to generics and other forms of higher abstraction is just fanboyism, while the language's wardens still consider it some time later.
· 9000Талмуд (т.е. собрание высказываний понимающих людей) на тему generics in Go: https://docs.google.com/document/d/1vrAy9gMpMoS3uaVphB32uVXX4pi-HnNjkMEgyAHX4N4/preview?sle=true
· 9000"Railway programming" for those who are shy of all these monads and stuff. http://fsharpforfunandprofit.com/posts/recipe-part2/
RT @golangweekly: There's a Russian #golang site now too! http://4gophers.com/
RT @fvbock: #gophercon2014 talks on github: https://github.com/gophercon/2014-talks/ #golang
RT @golang: This set of patches makes it possible to run Go programs on tiny MIPS-based OpenWRT boxes using gccgo. cool! #golang https://github.com/GeertJohan/openwrt-go/compare/add-gccgo-and-libgo
как заявил автор пакета: "го, я создал"
· tchargeда-да :)
· Victory through semanticsRT @davecheney: Tired of maintaining godoc documentation AND a github README? Let a computer solve this problem for you. http://t.co/sI2E9APBWK #golang
RT @felixge: I <3 #golang pprof graphs. If #nodejs had this, it would have saved me 100+ hours with node-mysql. http://t.co/Im5I60WMcb
1 2 3 4 5 6 7 8 9 10
«To help decide how to further refine the design draft, we are releasing a translation tool. This is a tool that permits people to type check and run code written using the version of generics described in the design draft. ... The tool is available on a variant of the Go playground at https://go2goplay.golang.org. This playground works just like the usual Go playground, but it supports generic code.»
· 9000