Skip to content

Instantly share code, notes, and snippets.

@borkdude
Created February 24, 2023 20:34
Show Gist options
  • Save borkdude/aae8a95f12495cd16ec60f01d34c5d00 to your computer and use it in GitHub Desktop.
Save borkdude/aae8a95f12495cd16ec60f01d34c5d00 to your computer and use it in GitHub Desktop.
Nbb with deno 1.31
import { loadString } from 'npm:nbb@1.2.168'
await loadString(`(prn (+ 1 2 3))`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment