From 2349e1a3bee4438de7c9da25ab5da203c357d311 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 20 Nov 2018 22:08:49 -0500 Subject: [PATCH] Python generators. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 744c3552..d0ffbdd3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Janet makes a good system scripting language, or a language to embed in other pr * First class closures * Garbage collection * First class green threads (continuations) +* Python style generators * Mutable and immutable arrays (array/tuple) * Mutable and immutable hashtables (table/struct) * Mutable and immutable strings (buffer/string)