home.social

#pldesign — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pldesign, aggregated by home.social.

  1. who's writing about , or in systems programming (with under 1K followers) who i should follow?

  2. who's writing about #compilers, #pldesign or #observability in systems programming (with under 1K followers) who i should follow?

  3. who's writing about #compilers, #pldesign or #observability in systems programming (with under 1K followers) who i should follow?

  4. who's writing about #compilers, #pldesign or #observability in systems programming (with under 1K followers) who i should follow?

  5. who's writing about #compilers, #pldesign or #observability in systems programming (with under 1K followers) who i should follow?

  6. question:

    I read this article which has a nice high level overview of how goroutines actually work, and TLDR; the runtime and compiler handle a lot of stuff to deal with network calls and moving goroutines from threads that are blocked for syscalls

    The reasoning the author gives is that event loop makes you deal with callback functions but you can just sugar that into Promises so is there any real point to all of this?

    dave.cheney.net/2015/08/08/per

    #golang #pldesign

  7. question:

    I read this article which has a nice high level overview of how goroutines actually work, and TLDR; the runtime and compiler handle a lot of stuff to deal with network calls and moving goroutines from threads that are blocked for syscalls

    The reasoning the author gives is that event loop makes you deal with callback functions but you can just sugar that into Promises so is there any real point to all of this?

    dave.cheney.net/2015/08/08/per

    #golang #pldesign

  8. question:

    I read this article which has a nice high level overview of how goroutines actually work, and TLDR; the runtime and compiler handle a lot of stuff to deal with network calls and moving goroutines from threads that are blocked for syscalls

    The reasoning the author gives is that event loop makes you deal with callback functions but you can just sugar that into Promises so is there any real point to all of this?

    dave.cheney.net/2015/08/08/per

  9. question:

    I read this article which has a nice high level overview of how goroutines actually work, and TLDR; the runtime and compiler handle a lot of stuff to deal with network calls and moving goroutines from threads that are blocked for syscalls

    The reasoning the author gives is that event loop makes you deal with callback functions but you can just sugar that into Promises so is there any real point to all of this?

    dave.cheney.net/2015/08/08/per

    #golang #pldesign

  10. question:

    I read this article which has a nice high level overview of how goroutines actually work, and TLDR; the runtime and compiler handle a lot of stuff to deal with network calls and moving goroutines from threads that are blocked for syscalls

    The reasoning the author gives is that event loop makes you deal with callback functions but you can just sugar that into Promises so is there any real point to all of this?

    dave.cheney.net/2015/08/08/per

    #golang #pldesign

  11. After playing with MS Power suite, I've got the urge to find some way to support spaces in variable names, thinking this could be as simple as single quotes since I don't feel the need to offer two string delimiters (gotta use up every little symbol I can). #pldesign

  12. Wow, the VS Code ANTLR extension is incredibly well done. I am really looking forward to writing Quarrel's parser rules now. #quarrel #antlr #vscode #pldesign