Can Go files be compiled by themselves?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • yaegi

    Yaegi is Another Elegant Go Interpreter

  • There's a go interpreter: https://github.com/traefik/yaegi It could run programs without compiling them, but there're some limitations.

  • TinyGo

    Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.

  • I'm not entirely sure this what you're asking for, but TinyGo is an alternative compiler for Go intended for microcontrollers and webassembly. You still need the go compiler tool chain installed in order to compile anything, but the compiled binary is significantly smaller than compiled with normal go. That said, there are some tradeoffs. You should read the docs for more details. https://tinygo.org/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Writing an OS in Go: The Bootloader

    3 projects | /r/golang | 29 Apr 2023
  • Learning Go frameworks

    2 projects | /r/golang | 5 Jul 2022
  • Use Golang Migrate on Docker Compose

    2 projects | dev.to | 27 May 2024
  • Database Migration: Take Care of Your Database Changes

    2 projects | dev.to | 26 May 2024
  • TypeScript dev tools in the Golang world

    1 project | dev.to | 1 May 2024