Hacker News new | past | comments | ask | show | jobs | submit login

You can do mandelbrot even with awk and sh.

https://gist.githubusercontent.com/hessch/5383798/raw/e8d099...

For speed, you might be able to compile it with awka and any C compiler with the math library:

https://github.com/noyesno/awka

    awka -f mandelbrot.awk > mandelbrot.c

   cc -O2 -lawka -lm -o mandelbrot mandelbrot.c



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: