mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update changelog and documentation.
This commit is contained in:
		| @@ -2,6 +2,9 @@ | ||||
| All notable changes to this project will be documented in this file. | ||||
|  | ||||
| ## Unreleased - ??? | ||||
| - Define `next`, `get`, and `in` for fibers. This lets | ||||
|   `each`, `map`, and similar iteration macros can now iterate over fibers. | ||||
| - Remove macro `eachy`, which can be replaced by `each`. | ||||
| - Add `dflt` argument to find-index. | ||||
| - Deprecate `file/popen` in favor of `os/spawn`. | ||||
| - Add `:all` keyword to `ev/read` and `net/read` to make them more like `file/read`. However, we | ||||
|   | ||||
| @@ -901,7 +901,7 @@ | ||||
|   ret) | ||||
|  | ||||
| (defn map | ||||
|   `Map a function over every element in an indexed data structure and | ||||
|   `Map a function over every value in a data structure and | ||||
|   return an array of the results.` | ||||
|   [f & inds] | ||||
|   (def ninds (length inds)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose