1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-26 00:10:27 +00:00

Python generators.

This commit is contained in:
Calvin Rose 2018-11-20 22:08:49 -05:00
parent 184fe31e0c
commit 2349e1a3be

View File

@ -30,6 +30,7 @@ Janet makes a good system scripting language, or a language to embed in other pr
* First class closures * First class closures
* Garbage collection * Garbage collection
* First class green threads (continuations) * First class green threads (continuations)
* Python style generators
* Mutable and immutable arrays (array/tuple) * Mutable and immutable arrays (array/tuple)
* Mutable and immutable hashtables (table/struct) * Mutable and immutable hashtables (table/struct)
* Mutable and immutable strings (buffer/string) * Mutable and immutable strings (buffer/string)