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

What does (staged) mean? #485

Open
A-childs-encyclopedia opened this issue Dec 26, 2023 · 2 comments
Open

What does (staged) mean? #485

A-childs-encyclopedia opened this issue Dec 26, 2023 · 2 comments

Comments

@A-childs-encyclopedia
Copy link

I noticed that both scala and racket have this

@gavr123456789
Copy link
Contributor

ping @nuald

@nuald
Copy link
Collaborator

nuald commented Mar 20, 2024

There is a good explanation here: https://cs.stackexchange.com/a/2914 in short, the program is executed in 2+ stages:

  1. Code generation
  2. Operate on data using the generated code.

It's not the reference implementations, and rather included just for testing purposes. However, if your programming language supports it, you may want to take advantage of it.

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

3 participants