From fe9b5edea79dfc508066efca2156aeb02cf16cde Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 1 Apr 2021 09:41:51 +0530 Subject: add day 16 video --- docs/posts/SDL2_devlog/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/posts/SDL2_devlog') diff --git a/docs/posts/SDL2_devlog/index.html b/docs/posts/SDL2_devlog/index.html index 9a324a8..80cb297 100644 --- a/docs/posts/SDL2_devlog/index.html +++ b/docs/posts/SDL2_devlog/index.html @@ -25,10 +25,10 @@ ">View Raw
- 31/03 — 2021 + 01/04 — 2021
- 91.51 + 93.51 cm   @@ -56,6 +56,10 @@ ((eq? kind 'l) (brush-line)) ((eq? kind 'l+) (brush-line-extend)) (else (brush-circle))))
+

The following script draws a straight line along a given axis, at a given distance from the canvas boundary:

+
+ +

Day 15

I began writing a standard library for the lisp, in lisp. It includes basic list operations: car, cdr, null?, list, higher order functions: map, filter, fold:

(define (member? item ls)
-- 
cgit v1.2.3