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

Add "extern" keyword for loading large constants #319

Closed
robdockins opened this issue Apr 5, 2016 · 5 comments
Closed

Add "extern" keyword for loading large constants #319

robdockins opened this issue Apr 5, 2016 · 5 comments
Labels
design needed We need to specify precisely what we want language Changes or extensions to the language low-hanging fruit For issues that should be easy to fix
Milestone

Comments

@robdockins
Copy link
Contributor

As discussed in the comments on issue #100.

@robdockins robdockins added the feature request Asking for new or improved functionality label Apr 5, 2016
@acfoltzer acfoltzer added this to the Someday milestone Jun 29, 2016
@acfoltzer
Copy link
Contributor

The new evaluator will make this more feasible. Let's investigate further

@yav
Copy link
Member

yav commented Jun 21, 2019

The proposal discussion starts here:

#100 (comment)

@yav yav added language Changes or extensions to the language and removed feature request Asking for new or improved functionality labels Jun 25, 2019
@atomb atomb added the low-hanging fruit For issues that should be easy to fix label Oct 25, 2019
@brianhuffman
Copy link
Contributor

This won't be very hard to implement, but we'll probably wait until we have a pressing need for this feature before we do anything.

@brianhuffman brianhuffman added the design needed We need to specify precisely what we want label Sep 23, 2020
@brianhuffman
Copy link
Contributor

If we implement an FFI feature (#1090) that might include some kind of extern support for bitvectors or byte arrays.

@brianhuffman
Copy link
Contributor

With :readByteArray available in the REPL, there's not too much need for extern constants. We can always pretty-print loaded constants in the REPL and then paste the result into a source file as a workaround. Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design needed We need to specify precisely what we want language Changes or extensions to the language low-hanging fruit For issues that should be easy to fix
Projects
None yet
Development

No branches or pull requests

5 participants