Page 1 of 1
					
				core lisp functions?
				Posted: Fri Mar 07, 2008 9:03 pm
				by hsmyers
				Is there a list of newLISP functions not written in newLISP?
--hsm
			 
			
					
				
				Posted: Fri Mar 07, 2008 9:07 pm
				by Jeff
				newLISP is not written in newLISP.  As far as I know, all built-in functions are written in C.
The standard modules are mostly written in newLISP.  A few are wrappers around C libraries, and the gui server is partially written in Java.
			 
			
					
				
				Posted: Fri Mar 07, 2008 9:27 pm
				by hsmyers
				So all of the functions in the manual could be considered core or primitive functions?
--hsm
			 
			
					
				
				Posted: Fri Mar 07, 2008 9:32 pm
				by Jeff
				I believe so, yes, but you will need to hear from Lutz as the final authority on the matter.