biff icon indicating copy to clipboard operation
biff copied to clipboard

getting-started new-project doc error on windows

Open milelo opened this issue 6 months ago • 1 comments

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"))'

milelo avatar Aug 15 '24 11:08 milelo