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

All names must be defined before they are used (add this wording to the error produced in the example) #102

Open
leek5pin opened this issue Jun 3, 2016 · 0 comments
Assignees

Comments

@leek5pin
Copy link

leek5pin commented Jun 3, 2016

(defn foo [x] (bar x))
(defn bar [x] (inc x))

(foo 5)

Syntax error: Name bar is undefined.
Found in file test.clj on, or before, line 20.
intro.core/-main (core.clj line 20)

@leek5pin leek5pin changed the title All names must be defined before they are used All names must be defined before they are used (add this wording to the error produced in the example) Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants