kort.mdwn 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <div class="infobox">
  2. <h2>Links</h2>
  3. <ul>
  4. <li> [[News]]
  5. <li> [[Releases]]
  6. <li> [[Forum]]
  7. <li> [[Tickets]]
  8. </ul>
  9. </div>
  10. [[!toc]]
  11. # Introduction
  12. **Kort** is a low-level tuple language, mainly for exchanging Smaoin-based
  13. information between machines and different software platforms and programs. It
  14. is a line based plain statement serialization format.
  15. Kort can fully and uniformly describe any information expressed in terms of the
  16. [[Smaoin]] model. It's meant to have a simple syntax without much possible
  17. variation, easy to parse and easy to manipulate using the common GNU utilities,
  18. sed, awk and so on. The idea is probably similar to [[!wikipedia "N-Triples"]],
  19. a language for RDF data, but Kort documents are likely to be less readable
  20. because the natural language system is a separate layer in Smaoin.
  21. # Documentation
  22. + [[Tutorial]] - friendly guide for learning Kort
  23. + [[Manual]] - reference material with explanations and examples
  24. + [[Definition]] - technical precise definition of Kort
  25. # Software
  26. There is a parser-writer library in Haskell, [[/projects/language-kort]].
  27. # Freedom
  28. All the data files and specifications for Kort are free culture works. All the
  29. related software is free software. See [[/freedom]].
  30. # Bugs, Ideas, Tasks and Decisions
  31. See these:
  32. - [[tickets]]
  33. - [[decisions]]