diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3ceca8 --- /dev/null +++ b/README.md @@ -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.