mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Update C API to use friendlier functions rather than macros.
Error handling is implemented with setjmp/longjmp so code can be more concise. This required a very large but straight forward refactor for all of the libraries.
This commit is contained in:
		| @@ -1451,7 +1451,7 @@ value, one key will be ignored." | ||||
|   env) | ||||
|  | ||||
| (defn status-pp | ||||
|   "Pretty print a signal and asscoaited state. Can be used as the | ||||
|   "Pretty print a signal and associated state. Can be used as the | ||||
|   onsignal argument to run-context." | ||||
|   [sig x f source] | ||||
|   (def title | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose