Drawing inspiration from Unison-Lang #150
micahkendall
started this conversation in
Core language features
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Partially motivated by Merkelised Plutus Scripts, although relevant without it.
Literal Hash References
See here
The aiken configuration file can specify sources such as on-chain providers or files. UPLC would need to be made typed, so possible syntax could include this similar to check/assert.
Additionally syntax to indicate providers for hashes, so that the compiler doesn't need to hash every function it sees.
This could be used in lieu of imports, where it is necessary to pin versions (i.e ScriptContext).
Beta Was this translation helpful? Give feedback.
All reactions