Home
Random
Log in
Settings
About Infinite Nomic Wiki
Disclaimers
Infinite Nomic Wiki
Search
Editing
User:Trungle/UNIX Nomic
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Scratchpad for a bad idea: Nomic but the way you interact with everything is UNIX tools. The only idea right now: Proposals are AWK scripts that are fed the current ruleset as an input. Trying to think of other ways we could add more utilities. Could we make actions AWK scripts? How would we enforce permissions? Ruleset is code, written in a literate style? <pre> # Rules A file exists in the root called "ruleset.md". This file contains the rules of the game. # Proposal Resolution At the end of the phase, all proposals are saved in /proposals, with their filenames sorted in the order they were submitted, then the following is run: #/bin/sh cp ruleset.md /tmp/ruleset-in.md for f in $(find proposals -type f | sort); do awk -f "$f" /tmp/ruleset-in.md > /tmp/ruleset-out.md mv /tmp/ruleset-out.md /tmp/ruleset-in.md done </pre>
Summary:
Please note that all contributions to Infinite Nomic Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Infinite Nomic Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)