A structured procedural language w/ a Lisp runtime / Rust ATProto bridge, to build a working TUI Bsky client
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add README edit and screenshot files

FormerLab 02ba0eb4 6f52d78c

+25 -2
+25 -2
README.md
··· 1 - # Superplan 1 + # Superplan(sky) 2 + 3 + ![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg) 4 + ![Status: Experimental](https://img.shields.io/badge/status-experimental-orange.svg) 5 + ![VS Code Support](https://img.shields.io/badge/VS%20Code-supported-007acc.svg) 2 6 3 7 A modern systems experiment built on historical programming language ideas. 4 8 5 9 Superplan is a structured, procedural programming language inspired by early high-level languages such as ALGOL, Plankalkül, and Superplan — reimagined for modern systems experimentation. 6 10 7 11 This repository contains a working system where Superplan programs interact with the AT Protocol (Bluesky) through a Lisp runtime and a Rust bridge. 12 + 13 + ![Superplan terminal demo](assets/screenshots/superplan-home1.png) 14 + 15 + ## Editor Support 16 + 17 + Superplan includes a VS Code language extension in: 18 + 19 + ```text 20 + editors/vscode/superplan 21 + 22 + ![Superplan VS Code support](assets/screenshots/superplan-vscode.png) 23 + 24 + Current support includes: 25 + 26 + syntax highlighting 27 + snippets 28 + .spl file association 8 29 9 30 --- 10 31 ··· 176 197 177 198 --- 178 199 179 - ## Author 200 + 180 201 181 202 Former Lab 203 + 204 +
assets/screenshots/superplan-home1.png

This is a binary file and will not be displayed.

assets/screenshots/superplan-vscode.png

This is a binary file and will not be displayed.