From 3eb2a8a0c2f52153c6ea07ef75c0802b267324b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9Bu=20=D0=9Binve=D0=B3a?= Date: Sat, 20 Jul 2019 16:37:13 +0900 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de1479..0f54fcb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ _"All I wanted, was a quick way of resizing a few photos.."_ -The application interprets a dialect of [LISP](https://en.wikipedia.org/wiki/Lisp_(programming_language)) to automate simple graphical tasks, like resizing, cropping, coloring, and generating procedural imagery. You can look at these [example files](https://github.com/hundredrabbits/Ronin/tree/master/examples) to better understand how this all works. +The application is a simple [LISP repl](https://en.wikipedia.org/wiki/Lisp_(programming_language)) to automate simple graphical tasks, like resizing, cropping, coloring, and generating procedural imagery. You can look at these [example files](https://github.com/hundredrabbits/Ronin/tree/master/examples) to better understand how this all works. + +```lisp +; draw a red square +(stroke + (rect 30 30 100 100) 2 "red") +``` ## Install & Run