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

macroexpansion support in editor #83

Closed
laurentpetit opened this issue Mar 15, 2015 · 5 comments
Closed

macroexpansion support in editor #83

laurentpetit opened this issue Mar 15, 2015 · 5 comments

Comments

@laurentpetit
Copy link
Member

Original issue 42 created by laurentpetit on 2009-12-09T15:32:42.000Z:

Another thing that emacs does which is very useful is macro expasion, you
hit C-c M-m and it'll popup the expansion of a macro that's under the cursor

That should be pretty easy to implement, even if it just puts (macroexpand
...) into the repl for you.

@laurentpetit
Copy link
Member Author

Comment #1 originally posted by laurentpetit on 2010-04-18T20:52:47.000Z:

  • It could also use clojure.contrib.pprint if available
  • It could also use some smart libraries to remove all the ugly clojure.core prefixes
  • It could also offer the option to macroexpand-1 or macroexpand all the top level
    macros, or macroexpand full (even internally)

@laurentpetit
Copy link
Member Author

Comment #2 originally posted by laurentpetit on 2010-04-18T21:00:57.000Z:

<empty>

@laurentpetit
Copy link
Member Author

Comment #3 originally posted by laurentpetit on 2010-09-03T22:07:54.000Z:

<empty>

@laurentpetit
Copy link
Member Author

Comment #4 originally posted by laurentpetit on 2010-10-20T02:03:11.000Z:

Not repl-related.

@laurentpetit
Copy link
Member Author

Comment #5 originally posted by laurentpetit on 2011-12-30T21:19:36.000Z:

<empty>

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

1 participant