You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
## Core Idea 🧠
17
17
18
-
Unlike typical notebooks (like Jupyter or Observable), Recho Notebook treats **code and its output as a single, continuous document**. When you write code, **the output appears inline — as a comment right below or beside your code**.
18
+
Unlike typical notebooks (like Jupyter or Observable), Recho Notebook treats **code and its output as a single, continuous document**. When you write code, **the output appears inline — as a comment right above your code**.
19
19
20
20
```js
21
21
//➜ "dog"
@@ -40,7 +40,7 @@ It’s light, artistic, and reactive — blending ideas from creative coding, li
40
40
41
41
## Example Use Cases 🖼️
42
42
43
-
- Teaching/learning basic algorithms with immediate visual/text feedback.
43
+
- Teaching/learning basic algorithms with immediate text/visual feedback.
44
44
- Creating text-based animations to experience the simplicity and clarity in ASCII art.
45
45
- Exploring code minimalism — finding beauty in code and its textual output.
46
46
@@ -52,6 +52,22 @@ At the same time, we wanted to make coding more accessible and playful. Inspired
52
52
53
53
That’s how Recho Notebook began — **[a lighter way to code with creativity](https://medium.com/@subairui/a-lighter-way-to-code-with-creativity-8c0ac739aa6f)**.
54
54
55
+
## What's Next 🔥
56
+
57
+
Recho Notebook is in beta — and open source! 🎉 Try it out on our [website](https://recho.dev/notebook) or explore the code on [GitHub](https://github.com/recho-dev/notebook). We’d love your thoughts, comments, or suggestions. Want to contribute? Here’s where you can help:
58
+
59
+
-**Sharing Examples** – [text analysis](https://recho.dev/notebook/examples/word-count), [ASCII art](https://recho.dev/notebook/examples/moon-sundial), [data viz](https://recho.dev/notebook/examples/phases-of-the-moon), [graphics](https://recho.dev/notebook/examples/cg-text-based-shaders), [concrete poetry](https://recho.dev/notebook/examples/fire!), or demos with [D3](https://d3js.org/), [Tone](https://tonejs.github.io/), [ml5](https://ml5js.org/)… anything! One example is enough.
60
+
-**Polyglot Programming** – Recho Notebook is JavaScript-first but open to any language that compiles to JavaScript — [Python](https://www.python.org/), [Rust](https://www.rust-lang.org/), [MLscript](https://github.com/hkust-taco/mlscript), [wenyan‑lang](https://wy-lang.org/)… your playground.
61
+
-**LLM Experiments** – What if LLMs could "see" both the input and the output?
0 commit comments