brennancheung / volgenic

Experimenting project exploring new programming paradigms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Volgenic

Volgenic is a new programming paradigm I'm experimenting with.

The Basic Ideas

  • Build and manipulate programs in their AST form.
  • A stream of characters (source code) is an inefficient way to edit an AST.
  • Each small use case in programming has more optimal representations and less optimal representations.
  • Reading code and writing code might better be accomplished in different modalities and even different representations.

About

Experimenting project exploring new programming paradigms


Languages

Language:JavaScript 85.0%Language:CSS 6.5%Language:TypeScript 4.5%Language:HTML 3.3%Language:Rust 0.7%