lcnc-runtime2

command module
v0.0.0-...-8748f68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

README

lcnc-runtime2

block types:

  • for
  • own
  • watch
  • vars
  • resources
  • services

options for lcnc syntax

option1:

provide all the data to all functions

  • pro:
    • runtime simple
  • con:
    • heap could become to big
    • expose sensitive data to the function

option2:

provide query interface from fn to runtime

  • pro:
    • heap usage is more efficient
  • con:
    • runtime complexity

option3:

provide a query during runtime

  • pro:
    • heap
  • con:
    • runtime functionality: dag, loop

done

transit reduction

syntax

we use a slice of a map to allow for resusable for loops or if statements.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
dag

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL