Merge branch 'main' into bb-edit

This commit is contained in:
boneyard93501 2021-07-01 11:38:03 -05:00 committed by GitHub
commit ae850557ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 13 deletions

View File

@ -6,9 +6,3 @@
* container
* VSCode extension\(s\)

View File

@ -1,2 +1 @@
# Language

View File

@ -8,7 +8,7 @@
* chain-forward pattern
* Note on Marine, Wasm IT
Given an abundance of active and abandoned programming languages, why create another one ? The need for Aqua arises from the desire to maximize the potential afforded by peer-to-peer networks as a distributed hosting environment for services composable into applications and backends.
Given an abundance of active and abandoned programming languages, why create another one ? The need for Aqua arises from the desire to maximize the potential afforded by peer-to-peer networks as a distributed hosting environment for services composable into applications and backends.
Figure x: need one new graphic to illustrate both aspects
@ -19,11 +19,11 @@ That is, Aqua provides the capabilities necessary to implement and execute a "fu
* Programmable network requests
* Extensible beyond peer-native services to Web2 resources
At the heart of the peer-to-peer programming model -- is this Fluence or Aquamarine ?
At the heart of the peer-to-peer programming model -- is this Fluence or Aquamarine ?
* _particle_
* _particle_
### A Taste Of Aqua
## A Taste Of Aqua
or a different example?
@ -38,5 +38,3 @@ func greeter(name: string, greet: bool, node: string, service_id: string) -> str
<- res
```