|
|
|
|
|
by codethief
407 days ago
|
|
Took me a while to understand what this is about – the website calls it a "library" but shows a GUI(?!) As far as I understand it is: - a plaintext file format (.urtext),
- a Python library to parse & manipulate said file format,
- a SublimeText plugin,
- a GUI for visualization.
|
|
From your list it is first and mostly:
1. a plaintext file format (.urtext) - specifically, a syntax
2. a Python library to parse & manipulate said file format (syntax)
These in turn require some implementation within an editor. Sublime Text was chosen for its built-in Python interpreter, its package install system, and its GUI features that together comprise a low barrier to entry.
Thanks for the feedback, we will try to make this clearer.