biff
biff copied to clipboard
getting-started new-project doc error on windows
from https://biffweb.com/docs/get-started/new-project/
On windows 11 PowerShell:
❯ clj -M -e '(load-string (slurp ""https://biffweb.com/new.clj""))'
Syntax error compiling at (REPL:1:14).
No such namespace: https:
Full report at:
C:\Users\mail\AppData\Local\Temp\clojure-366610206050372560.edn
This work fine:
❯ clj -M -e '(load-string (slurp "https://biffweb.com/new.clj"))'