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

Fury script files #44

Open
propensive opened this issue Feb 13, 2024 · 0 comments
Open

Fury script files #44

propensive opened this issue Feb 13, 2024 · 0 comments
Assignees
Labels
api Relates to the API design core Describes core required functionality

Comments

@propensive
Copy link
Owner

propensive commented Feb 13, 2024

We should be able to write an executable script file with the header,

#!/usr/bin/env fury

containing a lightweight version of a Fury build file, following by the terminator, ##, and a Scala source file. Executing such a file would take its hash, check whether a cached compilation of the file already exists, and run it if so. If not, it would be compiled into a cache directory, its main class would be detected, and it would be executed with Java. There's a possibility for it to run as a daemon, but it's not clear how best to wire this up yet.

@propensive propensive added api Relates to the API design core Describes core required functionality labels Feb 13, 2024
@propensive propensive self-assigned this Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Relates to the API design core Describes core required functionality
Projects
Status: Todo
Development

No branches or pull requests

1 participant