Running the run-time time gauntlet
medium.com
Running the run-time time gauntlet
1–3 of 3 posts
Re: Running the run-time time gauntlet
#2If you're curious and would like to take the system for a spin, I've linked to some template expressions below. Each expression already sets up the contracting of certain agents within the network. Just open the one you want and hit 'Build.' (To view the pseudo-code associated with each expression, just click on 'Notes.')
Build a program that runs on a Linux OS (x86 64-bit architecture) (i.e. contract agents that compile requirements to binary code):
1. Hello World (https://marketplace.codevalley.com/pilot.html#hello-world-da...)
2. Text reverser (https://marketplace.codevalley.com/pilot.html#linux-text-rev...)
3. Fibonacci calculator (https://marketplace.codevalley.com/pilot.html#linux-fibonacc...)
Build a program that runs in a browser (i.e. contract agents that compile requirements to js):
1. Hello World (https://marketplace.codevalley.com/pilot.html#hello-world-da...)
2. Text reverser (https://marketplace.codevalley.com/pilot.html#browser-text-r...)
3. Fibonacci calculator (https://marketplace.codevalley.com/pilot.html#browser-fibona...)
You can also take a more in-depth (interactive) tour of emergent coding here (https://marketplace.codevalley.com/use-it/module0-step1).