Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Étude 2-2 incorrect REPL require invokation? #4

Open
gamecubate opened this issue May 18, 2016 · 0 comments
Open

Étude 2-2 incorrect REPL require invokation? #4

gamecubate opened this issue May 18, 2016 · 0 comments

Comments

@gamecubate
Copy link

gamecubate commented May 18, 2016

Étude 2-2 has a problem. It states:

In the REPL, type <code>(require 'goog.dom :as dom)</code> to access the code.

Doing that fails. Instead, what should be entered in the REPL is this:

(require '[goog.dom :as dom])

EDIT
Not sure this was the best way to highlight the error. If there is a better one, let me know. Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant