Files
2026-07-17 07:14:46 +02:00

4 lines
282 B
Markdown

### 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.