G# – A modern .NET language with Go, Kotlin, and Swift ergonomics
Summary
G# is a new .NET language that brings Go-, Kotlin-, and Swift-style ergonomics to the .NET runtime, compiling directly to managed assemblies.
View Cached Full Text
Cached at: 07/16/26, 01:46 AM
Similar Articles
Gossamer: a Rust-flavoured language with real goroutines and pause-free memory
Gossamer is a new programming language inspired by Rust that features real goroutines, pause-free deterministic memory management with reference counting and arenas, and a bytecode VM with LLVM compilation. It aims to provide expressive syntax without a borrow checker or garbage collector pauses.
Show HN: Tiny – An interpeted dynamic langauge with inline Go native functions
Tiny is a new interpreted dynamic programming language written in Go, featuring a bytecode virtual machine, JIT compilation, and inline Go native functions for high performance.
The Go language server can do some impressive code navigation
The Go language server (gopls) offers impressive code navigation features for Go developers, enhancing IDE capabilities.
Just Fucking Use Go
An opinionated developer essay advocates for the Go programming language, emphasizing its straightforward syntax, robust standard library, efficient concurrency model, and single-binary deployment as practical alternatives to overly complex modern technology stacks.
Solod: Go can be a better C
Solod is a strict subset of Go that compiles to readable C11 with zero runtime, no GC, and rich standard library, enabling systems-level control for Go developers and familiar tooling for C programmers.