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

Make macro "in module code generation friendly" #9

Open
RobertDober opened this issue Dec 8, 2015 · 0 comments
Open

Make macro "in module code generation friendly" #9

RobertDober opened this issue Dec 8, 2015 · 0 comments
Assignees
Milestone

Comments

@RobertDober
Copy link
Owner

Thanx to this excellent blog post http://theerlangelist.com/article/macros_6 I realize that we want code like the following to work

   defmodule GiveAnswerToEverything do
      some_data = ...
      for some_datum <- some_data, do:
         defkw unquote(some_datum)(answer: 42) ...
@RobertDober RobertDober self-assigned this Dec 8, 2015
@RobertDober RobertDober added this to the 0.1 milestone Dec 8, 2015
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