Usage of luna/enso for downstream #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Transfer from https://github.com/gitpod-io/gitpod/issues/1295
Luna/Enso is a visual programming language meaning that we can write a program using GUI only.
This currently requires a special IDE which is planned to be fully web-based -> we can host that on gitpod in theory same as Theia.
Expectations for luna/enso
meta lang == Meta programming language determined during the build process since this project supports all programming languages where only the one that is the most efficient for expected runtime is determined to be used
We are expecting luna/enso to be used for downstream management by calling a custom functions written in meta lang which are defined in phases that are executed in sandboxed environment simplified as:
installphaseThese are simplified phases where end-user is expected to have the ability to inject it's code in these phases if needed. Custom phases are also an option.
We are expecting luna/enso to be able to handle the logic for these actions meaning being able to:
Our usecase
RXT0112/Zernit's abstract is currently to provide a package manager with
@wdanilo Expectations for luna/enso is relevant.
I tried to make it as short as possible, but this project's abstract is still being developed so i can't provide better documentation.
FIXME: Stale issue message (https://github.com/RXT0112/Zernit/edit/master/.github/workflows/stale.yml)