Live data from Hacker News

Pantograph

github.com

1–4 of 4 posts

Re: Pantograph

#3

Wait a minute! This is Scratch for adults. I love it.

Treesitter[0] style/approach to deal with anonymous handle(s)/tag(s) of fix point calculus. (anonymous fix point application/manipulation via auto suggestion mouse overs)

-------------

[0] : https://tree-sitter.github.io/tree-sitter/

Re: Pantograph

#4

Wait a minute! This is Scratch for adults. I love it.

I remember SQLWindows of Gupta Technologies (later renamed to Team Developer of Centura Technologies IIRC) which had an outline IDE. Quoting from https://yagnipedia.com/wiki/sqlwindows :

> SQLWindows had an outline-based code structure — not braces, not BEGIN/END, but an indented tree that was simultaneously the code and the IDE’s display. You wrote code by expanding and collapsing outline nodes. Classes were outline headings. Methods were sub-headings. Code lines were leaf nodes. The entire program was a hierarchical outline that the IDE rendered as a collapsible tree.