deno

C++
## run dynamic file deno using Makefile

deno:
ifdef file:
	deno run -c tsconfig.json ${file}.ts
endif$curl -fsSL https://deno.land/x/install/install.sh | sh$iwr https://deno.land/x/install/install.ps1 -useb | iex$curl -fsSL https://deno.land/x/install/install.sh | sh## run dynamic file deno using Makefile

deno:
ifdef file:
	deno run -c tsconfig.json ${file}.ts
endif

## call this, make deno file=index$iwr https://deno.land/x/install/install.ps1 -useb | iex
Source

Also in C++: