ink icon indicating copy to clipboard operation
ink copied to clipboard

Ink is a minimal programming language inspired by modern JavaScript and Go, with functional style.

Results 1 ink issues
Sort by recently updated
recently updated
newest added

Modeled after [deno compile](https://github.com/denoland/deno/pull/8539), it would be cool to be able to "compile" an Ink project into a single executable. Deno achieves this by producing binary of the form: ```...

enhancement