There is already a git repository up somewhere, I think.
Git is awesome, btw--phooey on those pretenders... :-)
Search found 168 matches
- Mon Oct 12, 2009 8:29 pm
- Forum: Whither newLISP?
- Topic: newLISP on a DVCS site?
- Replies: 3
- Views: 4316
- Wed Aug 26, 2009 1:10 am
- Forum: newLISP newS
- Topic: newLISP development release v.10.1.4
- Replies: 5
- Views: 5736
- Sun Aug 23, 2009 1:14 am
- Forum: newLISP in the real world
- Topic: Wiki software: Saving pages and running setup utility
- Replies: 8
- Views: 5265
- Fri Aug 21, 2009 9:37 pm
- Forum: newLISP in the real world
- Topic: Wiki software: Saving pages and running setup utility
- Replies: 8
- Views: 5265
- Fri Aug 21, 2009 4:38 pm
- Forum: newLISP in the real world
- Topic: popping thngs
- Replies: 7
- Views: 4682
I should probably keep all of my blathering about this to one topic--I just noticed I've started four of them so far for just simple questions. Sorry about that. In an effort to consolidate, I'll revisit a question from one of those other topics here: Why won't my modified newlisp wiki work in Inter...
- Wed Aug 19, 2009 1:34 pm
- Forum: newLISP in the real world
- Topic: popping thngs
- Replies: 7
- Views: 4682
Ok, I have my famous web app working, more or less, but I've still got questions to assail you guys with. a generated web page displays newlisp errors that are expected but harmless. I tried to use some error handling functions to keep it from displaying, but with no luck. the page tries to display ...
- Tue Aug 11, 2009 2:48 pm
- Forum: newLISP in the real world
- Topic: popping thngs
- Replies: 7
- Views: 4682
- Mon Aug 10, 2009 4:01 am
- Forum: newLISP in the real world
- Topic: popping thngs
- Replies: 7
- Views: 4682
I probably don't have to pop anything, but the better solution is evading me. Shield your eyes, here is a bit of code. stu is the list. (dotimes (x 5)(if (empty? stu)(push "Nobody" stu))(print (append "<td>"(string(inc w 1)) ". [["(set 'blap (pop stu))"]][image:" blap".gif ]</td>"))) If you stare at...
- Sun Aug 09, 2009 1:17 pm
- Forum: newLISP in the real world
- Topic: popping thngs
- Replies: 7
- Views: 4682
popping thngs
here's another one:
I'm popping elements of a list into table cells, but I need a better way of progressing through the list. I know there is one but I can't remember what it is. I want to use each popped element twice, but once I pop the element it's gone!
or not. any ideas?
I'm popping elements of a list into table cells, but I need a better way of progressing through the list. I know there is one but I can't remember what it is. I want to use each popped element twice, but once I pop the element it's gone!
or not. any ideas?
- Sun Aug 09, 2009 1:12 pm
- Forum: newLISP in the real world
- Topic: saving things
- Replies: 1
- Views: 1569
saving things
Hey guys, I have a list I want to either empty or add to depending on whether a checkbox is checked. How do I save so that the list state survives running the script? I can (save "list.lsp" 'list) but list.lsp gets rewritten every time I access the page. (I'm mangling newlisp wiki for a specific tas...
- Tue Aug 04, 2009 5:49 pm
- Forum: newLISP in the real world
- Topic: partial unique?
- Replies: 3
- Views: 2729
- Tue Aug 04, 2009 12:44 pm
- Forum: newLISP in the real world
- Topic: partial unique?
- Replies: 3
- Views: 2729
partial unique?
How can I remove all duplicates from a list except one?
(111222333) becomes (12333) or whatever...
(111222333) becomes (12333) or whatever...
- Mon Aug 03, 2009 8:42 pm
- Forum: newLISP in the real world
- Topic: mangling newlisp wiki
- Replies: 2
- Views: 2125
- Mon Aug 03, 2009 5:03 pm
- Forum: newLISP in the real world
- Topic: mangling newlisp wiki
- Replies: 2
- Views: 2125
mangling newlisp wiki
Hey guys, I'm writing a little thing to run locally with the newlisp webserver. I'm going to try to avoid showing you the actual code because it's ugly, but it consists of modifications to newlisp-wiki. I have two problems. I have a text file with 30 lines from which a 5x6 table is built. it works f...
- Fri Jul 03, 2009 8:51 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
I just emailed the newlisp maintainer at the freebsd ports repository, or whatever it's called, and asked him to update to 10.1.0 so that I could in turn ask the nearlyfreespeech guys to update (they only use what's in the ports collection). the maintainer said he could not build 10.1.0, but he did ...
- Mon Jun 29, 2009 4:20 am
- Forum: newLISP newS
- Topic: Documentation for release 10.1.0
- Replies: 36
- Views: 28150
- Sun Jun 28, 2009 7:42 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
sorry, that was alot of output. A kind soul at the archlinux forum made a working pkgbuild, but he didn't just use "make", he used the new makefile Lutz supplied. The new makefile included nl-utf8.o. Do you suppose this is the cause of the failures? the working PKGBUILD is here: http://aur.archlinux...
- Sun Jun 28, 2009 1:10 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
hey again Ted, I posted about this at the arch linux forums and have been mostly ignored, so... here's the "new" PKGBUILD # Contributor: scrawler <scrawler> pkgname=newlisp pkgver=10.1.0 pkgrel=3 pkgdesc="newLISP is a LISP like, general purpose scripting language." url="http://www.newlisp.org" licen...
- Thu Jun 25, 2009 12:52 pm
- Forum: newLISP newS
- Topic: Documentation for release 10.1.0
- Replies: 36
- Views: 28150
- Tue Jun 23, 2009 9:45 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
Hey Ted, I'm not close to that machine at the moment. doing as you suggest works perfectly. I replace the build section in the PKGBUILD with your stuff and only use configure and make. I should have shown an edited PKGBUILD, and I will when I get home. I'm not holding my mouth right, or something, w...
- Tue Jun 23, 2009 1:03 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
Ted, Whee hoo. It builds. However, when I try to incorporate your changes into an arch linux package building script, I get a bunch of undefined reference errors. The problem is most likely the way and place I'm sticking it. Feel like taking a look? Here's an arch linux PKGBUILD that formerly worked...
- Tue Jun 23, 2009 2:23 am
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
- Mon Jun 22, 2009 11:25 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
what Linux distribution and version Arch Linux, just updated. (there are no versions, it's a rolling release distro) what hardware (AMD or Intel etc.) $ uname -a Linux bigblessing 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 06:42:43 UTC 2009 x86_64 AMD Turion(tm) 64 X2 TL-60 AuthenticAMD GNU/Linux have y...
- Mon Jun 22, 2009 2:04 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
Thanks Lutz, but no change.Lutz wrote:The make file had nl-utf8.o missing in the OBJS line. Try this version:
http://www.newlisp.org/downloads/makefi ... xLP64_utf8
- Mon Jun 22, 2009 1:24 pm
- Forum: newLISP newS
- Topic: 10.1.0 compile problems
- Replies: 19
- Views: 16860
10.1.0 compile problems
Howdy guys.
I'm not able to build 10.1.0; I get gobs of undefined reference errors.
I'm using makefile_linuxLP64_utf8
I'll be happy to paste all the error lines if it will help.
I'm not able to build 10.1.0; I get gobs of undefined reference errors.
Code: Select all
newlisp.o: In function `expand':
undefined reference to...
...
I'll be happy to paste all the error lines if it will help.