about summary refs log tree commit diff stats
path: root/kernel.soso/main.c
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-11-16 14:47:15 -0800
committerKartik Agaram <vc@akkartik.com>2019-11-16 14:51:32 -0800
commit86894ca577c9869698c423db09dc01fa3ac56eb9 (patch)
treee9d1de1a7b77b2f2ac8a262eac77ebe715ffeab2 /kernel.soso/main.c
parentedda65475a80f9b715d231b95ad9f464298595ac (diff)
downloadmu-86894ca577c9869698c423db09dc01fa3ac56eb9.tar.gz
5748
A new draft of docs as I build out mu.subx. Once we have the second Mu
language, it makes sense to relegate most of the underlying SubX docs to
a separate doc.

I want each layer to be learned bottom-up as I've been organizing SubX
so far. But it's counter-productive to require people to learn SubX before
Mu.
Diffstat (limited to 'kernel.soso/main.c')
0 files changed, 0 insertions, 0 deletions
112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203