init readme

This commit is contained in:
2026-07-17 07:14:44 +02:00
parent 088b36f4d2
commit 857d20d19f
+3
View File
@@ -0,0 +1,3 @@
### idea
janet is made to interop with c, much like lua and julia. i suspect it's a quite fast language. to benchmark this, i'm implementing a mandelbrot set generator in both c, janet, and in janet using a c module. then we'll see how janet fares, learn some janet and its c api.