unlang.notes 417 B

123456789101112
  1. * argument: use JSON/YAML/other static data-only language
  2. - meh.
  3. - just avoids the scripting problem, moving it elsewhere.
  4. - no opportunity to compile-down
  5. - painful to type JSON interactively
  6. - doesn't support exploratory analysis
  7. - DSLs awkward
  8. - no language design
  9. - I hate having to put double quotes around everything
  10. - will never support interaction with complex number types, bignums, matrices, tensors, etc.