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

tell that subs and their names are compile time objects #1478

Closed
gfldex opened this issue Aug 30, 2017 · 0 comments
Closed

tell that subs and their names are compile time objects #1478

gfldex opened this issue Aug 30, 2017 · 0 comments
Labels
docs Documentation issue (primary issue type)

Comments

@gfldex
Copy link
Contributor

gfldex commented Aug 30, 2017

constant aname = <foo>; sub ::(aname) { say 'oi‽' }; foo;

A name of a sub can be indirect even at definition time as long as its value is determined at compile time.

This will become more important once we got official macros.

@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Sep 1, 2017
@moritz moritz closed this as completed in 650d243 Sep 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

2 participants