Search found 28 matches
- Tue May 09, 2006 6:17 pm
- Forum: newLISP in the real world
- Topic: Communicating With NewLISP
- Replies: 2
- Views: 2923
Thanks for the quick response Lutz. I have looked over the manual, but still wasn't clear on a couple things. I will spend some more time thinking about my problem. In a few days I'll try to post some more details if I can't get it working. Thanks for your explanation and help. The Sunburned Surveyor
- Mon May 08, 2006 7:59 pm
- Forum: newLISP in the real world
- Topic: Communicating With NewLISP
- Replies: 2
- Views: 2923
Communicating With NewLISP
I'm back. :] I've done some reading on the "open", "exec", and "pipe" commands in the NewLISP manual and I'm still a little confused about the best way to approach a particular problem. I'm trying to set up communication via text messages between a NewLISP application and an application that doesn't...
- Thu Dec 01, 2005 12:16 am
- Forum: Whither newLISP?
- Topic: Searching elements in an association list...
- Replies: 2
- Views: 4805
Searching elements in an association list...
I would like to know if there is a function in NewLISP that will return all the elements of an association list based on the value of any of the lists members. For example, I have the following list: ("fruit" "bannana" "pear" "apple" "plum" "grapes") ("vegatables" "lettuce" "celery" "cucumbers" "oli...
- Thu Dec 01, 2005 12:10 am
- Forum: newLISP in the real world
- Topic: Breaking out of dolist...
- Replies: 1
- Views: 2684
Breaking out of dolist...
Is it possible to break out of a dolist loop before all of the elements in the subject list have been iterated through? For example, I want to use dolist to manipulate each element in a list until I reach an element with a certain value. Is this possible? What syntax would I use to break out of a do...
- Fri Jul 29, 2005 2:39 pm
- Forum: Whither newLISP?
- Topic: Newlisp Memory Usage
- Replies: 4
- Views: 6166
newLISP Manaual
Lutz, Thank you for the information. I do have a printed copy of the newLisp manual. It is highlighted and has notes scribbled in the margins. :] However, I seem to have a difficult time making sense of some of the things in the manual. It is a great reference, but I wish there was some more newLISP...
- Thu Jul 28, 2005 11:54 pm
- Forum: Whither newLISP?
- Topic: Newlisp Memory Usage
- Replies: 4
- Views: 6166
Newlisp Memory Usage
I've got 3 brief questions about newLISP memory usage. I looked over the manual, but didn't see anything that answered my question directly. [1] Is there a way to see the total amount of memory newLisp is using at a given moment? [2] Is there a function that returns a list of all the symbols current...
- Mon Jul 25, 2005 6:10 pm
- Forum: Whither newLISP?
- Topic: NewLisp function with a variable number or arguments?
- Replies: 2
- Views: 4571
NewLisp function with a variable number or arguments?
Is it possible to have a custom function defined in newLisp that accepts a variable number of arguments? For example, could I have the "doThis" function accept an integer named "number1" and a string named "text" or just two integers, "number1" and "number2"? How would I do this? Can you do it by ju...
- Thu Jun 02, 2005 7:45 pm
- Forum: newLISP in the real world
- Topic: Contexts or Lists for object oriented programming in NewLisp
- Replies: 0
- Views: 2577
Contexts or Lists for object oriented programming in NewLisp
Question for the NewLISP pros: I am setting up a programming library in NewLisp, and I would like to use an object-oriented programming model. I know that this can be accomplished using contexts in NewLISP, but I believe it could also be accomplished with lists. For example, my geometry library will...
- Thu Jun 02, 2005 7:41 pm
- Forum: newLISP Graphics & Sound
- Topic: Geometry Library For NewLISP
- Replies: 4
- Views: 6887
Reason for a new geometry library...
pjot and HJH, Thanks for the suggestions. I may indeed incorporate ideas from other geometry libraries. However, I am modeling most of my library on concepts in JTS, or the Java Topolgy Suite. My library will be built primarily for GIS and Surveying applications, although it could be used for other ...
- Wed Jun 01, 2005 7:03 pm
- Forum: newLISP Graphics & Sound
- Topic: Geometry Library For NewLISP
- Replies: 4
- Views: 6887
Geometry Library For NewLISP
NewLISPers, I've been brainstorming ideas for a geometry library for NewLISP. (When I can't sleep at night...) I've jotted some things down on paper, and I'm getting ready to start writing code. The geometry library will work with 3D entities, and will include the following geometry objects: Points ...
- Mon Mar 21, 2005 9:45 pm
- Forum: newLISP in the real world
- Topic: Working with XML in newLisp.
- Replies: 2
- Views: 3526
- Mon Mar 21, 2005 7:22 pm
- Forum: newLISP in the real world
- Topic: Working with XML in newLisp.
- Replies: 2
- Views: 3526
Working with XML in newLisp.
I'm designing a simple database in newLisp based on an XML document. I was wondering if anyone has tried to run any compression utlities from newLisp? I would like to compress the XML file representing the database as part of the save/serialization process, but I would like this step to be invisible...
- Fri Mar 04, 2005 1:04 am
- Forum: newLISP newS
- Topic: newLisp IDE Website
- Replies: 0
- Views: 3220
newLisp IDE Website
I've got the newLisp IDE website up at SourceForge, although development hasn't begun just yet. http://newlispeclipse.sourceforge.net/ Let me know if your interested in helping with the project...........I could use some experienced Lispers and anyone that has experience with Eclipse or Java program...
- Thu Feb 17, 2005 7:56 pm
- Forum: newLISP Graphics & Sound
- Topic: SurveyLisp - AutoCAD and newLisp example.
- Replies: 8
- Views: 10005
- Thu Feb 17, 2005 7:29 pm
- Forum: newLISP Graphics & Sound
- Topic: SurveyLisp - AutoCAD and newLisp example.
- Replies: 8
- Views: 10005
- Thu Feb 17, 2005 4:38 pm
- Forum: newLISP Graphics & Sound
- Topic: SurveyLisp - AutoCAD and newLisp example.
- Replies: 8
- Views: 10005
newLisp EXE
I was hoping to make an executable for newLisp using a process similar to the one for CLISP as explained in this link: http://www.turtle.dds.nl/gtk-server/index.html I haben't tried it yet. What method our you using? Where do I learn more about the bind-feature you mentioned? I would like to learn a...
- Thu Feb 17, 2005 3:26 pm
- Forum: newLISP Graphics & Sound
- Topic: SurveyLisp - AutoCAD and newLisp example.
- Replies: 8
- Views: 10005
SurveyLisp - AutoCAD and newLisp example.
I have had some questions from newLisp users about my SurveyLisp project. More specifically, they were curious how I was using newLisp in AutoCAD. I wanted to clarify that here. I'm not technically using newLisp inside of AutoCAD, although it may appear that way to the user. Let me give you an examp...
- Tue Feb 15, 2005 3:53 pm
- Forum: newLISP newS
- Topic: newLisp for AutoCAD
- Replies: 0
- Views: 3190
newLisp for AutoCAD
newLispers, I've started a project that will use newLisp and AutoLisp to design extensions for AutoCAD/IntelliCAD. The link to the project website is: http://surveyos.sourceforge.net/xoops/ Check the SurveyLisp links. Please let me know if your interested in becoming a developer with the SurveyLisp ...
- Mon Jan 31, 2005 3:33 pm
- Forum: newLISP Graphics & Sound
- Topic: IDE for newLISP
- Replies: 4
- Views: 6757
Tom and Peter
Thanks for your replies. I've decided to try building an Eclipse Plug-In for newLisp. Eclispe is an open source IDE from IBM that was built to be extended, so a lot of the core work has been done. All it needs is a little tweaking and customization. The newLisp plug-in will focus on a text editor fo...
- Sat Jan 29, 2005 12:00 am
- Forum: newLISP Graphics & Sound
- Topic: IDE for newLISP
- Replies: 4
- Views: 6757
IDE for newLISP
newLisper's, Does anyone have an IDE they would recommend for newLISP, or LISP in general. I'm looking for something open source, with things like parentheses matching and bug checking. Is there a way to get Jabberwocky to work with newLisp? http://sourceforge.net/projects/jabberwocky Would anyone e...
- Mon Jan 17, 2005 3:59 pm
- Forum: newLISP in the real world
- Topic: newLisp and MySQL
- Replies: 1
- Views: 2690
newLisp and MySQL
The newLisp website mentions that newLisp is able to expose the MySQL API. Where would I find more information or documentation on this feature? Does it work with Windows?
Thanks,
The Sunburned Surveyor
Thanks,
The Sunburned Surveyor
- Mon Jan 17, 2005 3:56 pm
- Forum: Whither newLISP?
- Topic: Questions on Syntax from a newLisp Newbie
- Replies: 12
- Views: 12640
Questions on Syntax from a newLisp Newbie
I had a couple of questions about the newLisp syntax I was hoping you guys could help with. (1) I believe a symbol is like a variable in other languages. It is a named container that holds a value. Is this correct? (2) What is the difference between a symbol and a constant? (3) On page 13 pf the ref...
- Sat Jan 15, 2005 1:16 am
- Forum: newLISP Graphics & Sound
- Topic: GTK or Tcl/Tk
- Replies: 14
- Views: 14711
- Sat Jan 15, 2005 12:36 am
- Forum: newLISP Graphics & Sound
- Topic: GTK or Tcl/Tk
- Replies: 14
- Views: 14711
- Fri Jan 14, 2005 9:33 pm
- Forum: newLISP Graphics & Sound
- Topic: GTK or Tcl/Tk
- Replies: 14
- Views: 14711
Thanks for the information Peter. I can probably work around the issue with Windows stability, and we might also be doing some stuff on Linux. I think I can get a handle on the GTK API. I've seen the tutorials you mentioned, and they seem well put together. I've been to Tor's page on GTK programming...