I'm Publishing Matanuska BASIC's ADRs

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. matanuska

    A chill BASIC to shell to 💃

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. nushell

    A new type of shell

    But these fantasy consoles are aimed largely at the classic BASIC use case of writing simple games. My interest, meanwhile, is in replacing my shell. I want a BASIC that can be a useful, productive stand-in for bash. In this sense, I'm actually more influenced by new-school shells like nushell, elvish and PowerShell.

  4. nom

    Rust parser combinator framework

    Part of that inspiration was learning about parser combinators, particularly Rust's nom library. Of course, parser combinators - particularly in Rust - presented a bit of a learning curve. But this incredible post by Bodil Stokke really helped me understand how they worked, and made me feel empowered. In fact, for small DSLs, I often use parser combinators - for instance, with ts-parsec in TypeScript and parsy in Python. If you want to dip your toes in and have a head for functional programming DSLs, this is a great direction to go in.

  5. elvish

    Powerful scripting language & versatile interactive shell

    But these fantasy consoles are aimed largely at the classic BASIC use case of writing simple games. My interest, meanwhile, is in replacing my shell. I want a BASIC that can be a useful, productive stand-in for bash. In this sense, I'm actually more influenced by new-school shells like nushell, elvish and PowerShell.

  6. crafting-interpreters

    The residue of me working through Crafting Interpreters by Robert Nystrom

    But one thing that really helped me get to the point where I felt comfortable writing a "real" language is the book Crafting Interpreters by Robert Nystrom. A lot of the classic resources are old textbooks, such as the dragon book - too dense and academic for my tiny goldfish brain. But Crafting Interpreters is very hands-on and practical, with modern techniques used in real compilers. For instance, it teaches how to write a recursive descent parser, as well as a bytecode VM. I worked through the entire book, porting jlox to TypeScript and writing my first non-trivial C program in the form of clox. It's really an incredible book, and I can't recommend it enough.

  7. fantasy

    A curated list of available fantasy consoles/computers.

    You can see some hints of these in fantasy consoles, such as BASIC8. BASIC8 in particular supports many modern features, such as classes and coroutines, and has fine-grained file support.

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

  • Telegraph and the Unix Shell

    8 projects | /r/commandline | 31 Dec 2022
  • Development Environments: discussion about terminals and IDEs in 2022

    4 projects | /r/programming | 27 Jun 2022
  • Next Generation Shell 0.2.14 is out

    3 projects | /r/devops | 16 Apr 2022
  • Aero is a new modern, experimental, unix-like operating system made in rust!

    5 projects | /r/rust | 4 Jan 2022
  • You shouldn't parse the output of ls(1)

    4 projects | news.ycombinator.com | 31 Dec 2021

Did you know that Rust is
the 5th most popular programming language
based on number of references?