Skip to content

Instantly share code, notes, and snippets.

@snej
Last active May 8, 2021 18:27
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save snej/9ba59d90689843b22dc5be2730ef0d49 to your computer and use it in GitHub Desktop.
Save snej/9ba59d90689843b22dc5be2730ef0d49 to your computer and use it in GitHub Desktop.
Tails! A tiny Forth core written as a hack for May Forth 2021, using some of Wasm3's secret optimization sauce.
// Tails has grown a bit and moved out into its own repository: https://github.com/snej/tails/
// Please visit it there!
//
// If you want to see the tiny original version from May Forth 2021, it's still here;
// click the "Revisions" button above, or go to:
// https://gist.github.com/snej/9ba59d90689843b22dc5be2730ef0d49/2d55f844b7622aa117b9275bbc9d189613f7ff7f
@snej
Copy link
Author

snej commented May 8, 2021

that repo again is https://github.com/snej/tails/

or take a trip in time to the original upload of this gist

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