about summary refs log tree commit diff stats
path: root/doc/breaking_rules.md
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@gmail.com>2020-12-30 14:02:43 +0000
committerDarren Bane <darren.bane@gmail.com>2020-12-30 14:02:43 +0000
commit7820081de47f1989640e2bd3b97267bb373b2f39 (patch)
tree42ea7a1b98beda5776914a6de4f17130fcf8f5a8 /doc/breaking_rules.md
parentf16f553f2effb7ac8120fb8a15b59bcdd480a97d (diff)
downloadlsp-7820081de47f1989640e2bd3b97267bb373b2f39.tar.gz
Checkpointing MUD dev
Diffstat (limited to 'doc/breaking_rules.md')
-rw-r--r--doc/breaking_rules.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/breaking_rules.md b/doc/breaking_rules.md
index 0c34594..61eb2d4 100644
--- a/doc/breaking_rules.md
+++ b/doc/breaking_rules.md
@@ -76,6 +76,11 @@ Detailed implementations, libraries, etc. are as follows:
 * For simple multi-user,
   use IRCv3, including the bots (nickserv, chanserv), and tilde.chat.
 
+For a very mathematical domain,
+APL might be a better choice.
+However, if more than the mathematical features are required
+it could be difficult to satisfy expectations.
+
 ### Dependencies
 
 For the prototyping phase,
8 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 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232