You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First time trying out calva. I downloaded VSCode, and installed the latest version from the MarketPlace. I have lein version 2.9.1, running on openJDK 1.8.222, windows 10.
Going from this snake game repo, calva connects and I get the REPL. From the repl, I enter (require 'snake.main)) and get okay. Switching namespaces at the repl via (ns snake.main) doesn't appear to work in the REPL prompt (still at user=>), but in fact we do switch to the namespace.
The text was updated successfully, but these errors were encountered:
First time trying out calva. I downloaded VSCode, and installed the latest version from the MarketPlace. I have lein version 2.9.1, running on openJDK 1.8.222, windows 10.
Going from this snake game repo, calva connects and I get the REPL. From the repl, I enter
(require 'snake.main))
and get okay. Switching namespaces at the repl via(ns snake.main)
doesn't appear to work in the REPL prompt (still at user=>), but in fact we do switch to the namespace.The text was updated successfully, but these errors were encountered: