Recommendations on building a simple DSL REPL?

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

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

    A powerful little TUI framework 🏗

  • What's the right approach to the user interactivity site? I know bubbletea is all the rage but that's more of a TUI than I want; all I want is a simple line-based interface for the user to input commands.

  • Rich Interactive Widgets for Terminal UIs

    Terminal UI library with rich, interactive widgets — written in Golang

  • The jist of what I did: The TUI lib I used was https://github.com/rivo/tview. While technically a TUI, it didn't look like one. Tui gave me components for user input, context-aware output formatting, and configurable hotkeys and command shortcuts. History was just an in-memory string map bound to a hotkey.

  • 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
  • kubectl

    Issue tracker and mirror of kubectl code

  • cmd

    A library to create shell-like command processors (by gobs)

  • I wrote this a long time ago https://github.com/gobs/cmd as Go implementation of "python cmd", for uses similar to what you describe.

  • dynago

    DynamoDB client for Go (by raff)

  • Actually at the type I wrote a client for dynamodb (this may have been before awk-sdk-go was avalable) but I have not looked at it in years: https://github.com/raff/dynago/blob/master/dynagosh/dynagosh.go

  • 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
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