Skip to content

Instantly share code, notes, and snippets.

@i-e-b
Created August 17, 2022 17:49
Show Gist options
  • Save i-e-b/3559142db26748e5cec5f5628fd8e45f to your computer and use it in GitHub Desktop.
Save i-e-b/3559142db26748e5cec5f5628fd8e45f to your computer and use it in GitHub Desktop.
Giditdun
  • "pipes" cover stream (read+write)

  • "cursor" over pipe to push & pull data (byte-wise, bit-wise, and broader types all mixed)

  • all types serialisable.

  • base is name(param) like lisp (similar to MECS)

  • special math mode

  • types are numeric (incl arbitrary), hash-map, vector, matrix. Everything on top of that

  • storage is scope, or mem-db

  • gc is at end of scope, special 'lift' if something survives scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment