Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - fred

#1
Perhaps somebody wants to add newLISP?



http://www.compileonline.com/">//http://www.compileonline.com/
#2
Is it possible to use command line options like -n when you link a source to an executable using link.lsp?
#3
@Cormullion:

From then "Introduction to newLISP" i think the difference function should be intersect in this example?



The intersect function finds the elements that are in both lists.



(difference d2 d1)

;-> ("." ".." ".DS_Store" "Language Modules" "Menu Scripts" "Plug-Ins" "Read Me.txt" "Scripts" "Unix Support")
#4
newLISP newS / documentation (length)
October 16, 2008, 01:24:27 AM
I'm new at newLISP so i give it a try :)

In Users Manual and Reference v.9.9.8 i did read the description of the length function:



length applied to a symbol returns the length of the symbol name.

Applied to a number, length returns the number of bytes needed in

memory to store that number: 4 for integers and 8 for floating point

numbers.



Shoud it not be 8 for 64 bit integers?



Fred.