Live data from Hacker News

Quit abstracting everything into run-time

hackernoon.com

1–2 of 2 posts

Re: Quit abstracting everything into run-time

#2
If you're curious about the tech mentioned in the article, and would like to take it 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).