Go is a nice improvement over C and C++, and it doesn't make me feel dirty like Java does.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • orderedmap

    🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.

  • Ex https://github.com/elliotchance/orderedmap

  • Harbol

    Discontinued Harbol is a collection of data structures and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib; it is meant to be a smaller and more lightweight collection of data structures, code systems, and convenience software.

  • Seen that before. I don't like that type of ordered map. this is my ordered map and it's more cache friendly.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • biscuit

    Biscuit research OS

  • I’ll leave this here biscuit OS

  • Cosmos

    Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!

  • Unsure if just being cheeky or not, but I can also link a C# os: https://github.com/CosmosOS/Cosmos, an OS existing (with 5% of it being raw assembly and 2% being direct C and just as a research experiment) doesn't mean it has actual real world use. You could write an OS in python, if you truely wanted to, doesn't mean you should :P

  • gopher-os

    A proof of concept OS kernel written in Go

  • I’m pretty the C in the the OS is just the libc that is used for user programs and not part of the actual kernel. There is also gopherOS which contains no C at all. My only point was that it is possible to write one in Go and that Go can be used for low level coding. And I don’t believe you can write an OS in pure python bc it isn’t compiled

  • go

    The Go programming language

  • https://github.com/golang/go/wiki/CodeReviewComments#pass-values

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts