mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	
							
								
								
									
										2
									
								
								janet.1
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								janet.1
									
									
									
									
									
								
							| @@ -14,7 +14,7 @@ janet \- run the Janet language abstract machine | ||||
| .SH DESCRIPTION | ||||
| Janet is a functional and imperative programming language and bytecode interpreter. | ||||
| It is a modern lisp, but lists are replaced by other data structures with better utility | ||||
| and performance (arrays, tables, structs, tuples). The language also bridging bridging | ||||
| and performance (arrays, tables, structs, tuples). The language also bridging | ||||
| to native code written in C, meta-programming with macros, and bytecode assembly. | ||||
|  | ||||
| There is a repl for trying out the language, as well as the ability to run script files. | ||||
|   | ||||
| @@ -149,7 +149,7 @@ static const JanetReg math_cfuns[] = { | ||||
|     { | ||||
|         "math/log", janet_log, | ||||
|         JDOC("(math/log x)\n\n" | ||||
|              "Returns log base 2 of x.") | ||||
|              "Returns log base natural number of x.") | ||||
|     }, | ||||
|     { | ||||
|         "math/log10", janet_log10, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose