Update README.org

This commit is contained in:
EatThePooh 2025-08-01 11:05:42 +00:00 committed by GitHub
parent a1359fdcdc
commit ee363b318c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,19 @@
:ID: 55a85682-80d7-41fe-ab55-d3afe9abbc38
:END:
#+OPTIONS: toc:nil
#+HTML_HEAD: <style>body { font-family: 'Courier New', Courier, monospace; background-color: ivory;}</style>
#+BEGIN_EXPORT html
<style>
body {
font-family: 'Courier New', Courier, monospace;
background-color: ivory;
line-height: 1.3;
}
.outline-2 div {
margin-left: 1em;
}
</style>
#+END_EXPORT
#+title: Grimu-R
Grimu-R is an *open ecosystem* and a framework for mixed visual-textual *dataflow* scripting.
@ -11,7 +23,7 @@ It consists primarily of the following components:
- *Polyglot scripting* runtime environment
- Live web-based *visual-textual* editor
#+TOC: headlines 2
* Table of Contents :TOC_2_gh:
* Table of Contents :TOC_2_gh: :noexport:
- [[#inspiration][Inspiration]]
- [[#goals][Goals]]
- [[#immediate-feedback-and-composability][Immediate feedback and composability]]