core lisp functions?

Notices and updates
Locked
hsmyers
Posts: 104
Joined: Wed Feb 20, 2008 4:06 pm
Location: Boise, ID, USA
Contact:

core lisp functions?

Post by hsmyers »

Is there a list of newLISP functions not written in newLISP?

--hsm
"Censeo Toto nos in Kansa esse decisse."—D. Gale "ℑ♥λ"—Toto

Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Post 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.
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

hsmyers
Posts: 104
Joined: Wed Feb 20, 2008 4:06 pm
Location: Boise, ID, USA
Contact:

Post by hsmyers »

So all of the functions in the manual could be considered core or primitive functions?

--hsm
"Censeo Toto nos in Kansa esse decisse."—D. Gale "ℑ♥λ"—Toto

Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Post by Jeff »

I believe so, yes, but you will need to hear from Lutz as the final authority on the matter.
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

Locked