about summary refs log tree commit diff stats
path: root/x.mu
Commit message (Expand)AuthorAgeFilesLines
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-2/+2
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-3/+3
* 1345Kartik K. Agaram2015-05-111-3/+6
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-6/+5
* 717Kartik K. Agaram2015-02-081-0/+1
* 428 - cleanup odds and endsKartik K. Agaram2014-12-141-3/+3
* 403 - 'function' is more clear than 'def'Kartik K. Agaram2014-12-121-1/+1
* 314 - better syntax for functionsKartik K. Agaram2014-11-241-2/+2
* 212 - initial flowKartik K. Agaram2014-11-011-0/+5
* 145 - delete random programsKartik K. Agaram2014-10-141-6/+0
* 91 - just implement ops natively to maintain momentumKartik K. Agaram2014-08-311-0/+1
* 49 - make Readme less ambiguousKartik K. Agaram2014-08-181-3/+3
* 42 - update ReadmeKartik K. Agaram2014-07-311-3/+3
* 2 - compound functionsKartik K. Agaram2014-07-061-1/+0
* 1Kartik K. Agaram2014-07-061-4/+6
* 0Kartik K. Agaram2014-07-061-0/+4
x */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
c{0: 0 (((sleep)) ((for-some-cycles literal)) ((4 literal))) -- nil
c{0: 1 (((i integer)) <- ((copy)) ((0 literal))) -- nil
c{0: 2 (((i integer)) <- ((copy)) ((0 literal))) -- nil
c{0: 3 (((i integer)) <- ((copy)) ((0 literal))) -- nil
c{0: 4 (((i integer)) <- ((copy)) ((0 literal))) -- nil
c{1: 0 ✓ (((sleep)) ((for-some-cycles literal)) ((4 literal)))
c{1: 1 ✓ (((i integer)) <- ((copy)) ((0 literal)))
c{1: 2 ✓ (((i integer)) <- ((copy)) ((0 literal)))
c{1: 3 ✓ (((i integer)) <- ((copy)) ((0 literal)))
c{1: 4 ✓ (((i integer)) <- ((copy)) ((0 literal)))
cn0: convert-names in f1
cn0: (((sleep)) ((for-some-cycles literal)) ((4 literal))) nil nil
cn0: checking arg ((for-some-cycles literal))
cn0: checking arg ((4 literal))
cn0: (((i integer)) <- ((copy)) ((0 literal))) nil nil
cn0: checking arg ((0 literal))
cn0: checking oarg ((i integer))
maybe-add: ((i integer))
cn0: location for oarg ((i integer)): 1
cn0: (((i integer)) <- ((copy)) ((0 literal))) ((i 1)) nil
cn0: checking arg ((0 literal))
cn0: checking oarg ((i integer))
maybe-add: ((i integer))
cn0: (((i integer)) <- ((copy)) ((0 literal))) ((i 1)) nil
cn0: checking arg ((0 literal))
cn0: checking oarg ((i integer))
maybe-add: ((i integer))
cn0: (((i integer)) <- ((copy)) ((0 literal))) ((i 1)) nil
cn0: checking arg ((0 literal))
cn0: checking oarg ((i integer))
maybe-add: ((i integer))
cn1: (((sleep)) ((for-some-cycles literal)) ((4 literal)))
cn1: (((1 integer)) <- ((copy)) ((0 literal)))
cn1: (((1 integer)) <- ((copy)) ((0 literal)))
cn1: (((1 integer)) <- ((copy)) ((0 literal)))
cn1: (((1 integer)) <- ((copy)) ((0 literal)))
schedule: f1
run: f1 0: (((sleep)) ((for-some-cycles literal)) ((4 literal)))
run: f1 0: sleeping until 5
schedule: pushing f1 to sleep queue
schedule: skipping to cycle 6
schedule: routine timed out