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

Messages - newdep

#16
Anything else we might add? / Re: forum problems?
December 23, 2021, 07:02:49 AM
Sorry still an error...





---

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.



Please contact the server administrator at ........@........... to inform them of the time this error occurred, and the actions you performed just before this error.



More information about this error may be available in the server error log.

---
#17
Anything else we might add? / Re: forum problems?
December 22, 2021, 12:07:48 PM
mmm...

Yes i cant post anything anymore... getting errors when pasting code...  (when previewing !)
#18
newLISP and the O.S. / Re: Benchmarking newLISP
December 17, 2021, 06:43:01 AM
few years ltr... new hardware, same software ;-)



/newlisp-10.7.5/qa-specific-tests$ ./qa-bench


254 non I/O functions performed SUCCESSFUL in 1.699 ms



>>>>> Benchmarking all non I/O primitives ... (may take a while)
>>>>> total time: 956.0399999999998
>>>>> Performance ratio: 0.41 (1.0 on macOS 10.12, MacBook (Retina, 12-inch, Early 2016), newLISP v10.7.3-64-bit)


CPU0: Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
#19
newLISP newS / Re: Happy Birthday newLisp
December 17, 2021, 03:32:30 AM
(cons 'happy '(30 years))



...What did you say again Lutz? ....Next release newlisp-11 will be  JIT comp/il/a(t)ible  ?  ;-)
#20
newLISP newS / Re: newLISP v.10.7.0 Stable Release
September 19, 2016, 04:07:42 PM
;-)



That fixed it Lutz !..



$make -f makefile_bsdLP64_utf8_ffi
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI newlisp.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-symbol.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-math.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-list.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-liststr.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-string.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-filesys.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-sock.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-import.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-xml-json.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-web.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-matrix.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-debug.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI nl-utf8.c
cc -m64 -Wall -fno-strict-aliasing -O2 -c -g -I/usr/local/include -DREADLINE -DNEWLISP64 -DSUPPORT_UTF8 -D_BSD -DFFI pcre.c
cc newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o  nl-sock.o nl-import.o nl-xml-json.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o -m64 -g -lm -lreadline -lncurses -L/usr/local/lib -lffi -o newlisp
strip newlisp

#21
newLISP newS / Re: Book about Fuzzy Logic in newLISP
September 19, 2016, 03:55:36 PM
Was great to read thi snews..very nice, Congratiolations on finishing the book ;-)

It's a long ride to the finish with writing books ;-)
#22
newLISP newS / Unable to build 10.7.0 FreeBSD
September 19, 2016, 03:51:22 PM
HIya.. ;-)

Just a small report...



Was unable to compile 10.7.0 on one of my freeBSD machine, still hanging into the 10.6 range ;-)

see below the output...Could very wel be others already tackled this compile issue but could not find

an answer.. so posting here .. The Bsd repository wasn't updated either.. ;-)





This is OK

./configure-alt

Detected Operating System _BSD
Detected memory model LP64
Detected time_t size 64BIT
Detected readline flags: -lreadline
UTF-8 is enabled
readline support is enabled
ffi support is disabled

To enable ffi support, use the --enable-ffi option, and specify the proper
libraries to link by setting the FFIFLAGS variable when running configure.
Also if necessary, use the INCLUDES variable to specify where the ffi header
files are.


Variables:

        package=newlisp
        version=10.7.0
        prefix=/usr/local
        exec_prefix=/usr/local
        bindir=/usr/local/bin
        datarootdir=/usr/local/share
        datadir=/usr/local/share
        pkgdatadir=/usr/local/share/newlisp-10.7.0
        docdir=/usr/local/share/doc/newlisp
        mandir=/usr/local/man
        man1dir=/usr/local/man/man1

Type "make" to build your newlisp binary.





OKE 2 ...sofar



$cat makefile_build

# makefile for newLISP v. 10.1.x generated by the configure script (configure-alt)
CC = cc
CFLAGS =  -Wall -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c
LDFLAGS = -lm
OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o  nl-sock.o nl-import.o nl-xml-json.o nl-web.o nl-matrix.o nl-debug.o pcre.o nl-utf8.o
STRIP = strip
TARG = newlisp
RLFLAGS = -lreadline
FFIFLAGS =
ARCHFLAGS = -m64

default: $(OBJS)
        $(CC) $(OBJS) $(ARCHFLAGS) $(LDFLAGS) $(RLFLAGS) $(FFIFLAGS) -o $(TARG)
        $(STRIP) $(TARG)

.c.o:
        $(CC) $(ARCHFLAGS) $(CFLAGS) -DNEWCONFIG $<

$(OBJS): primes.h protos.h config.h makefile_build







here is the bugger ..



.$make


make -f makefile_build
cc -m64 -Wall -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -O2 -c -DNEWCONFIG newlisp.c
newlisp.c:1013:9: error: conflicting types for 'completion_matches'
char ** completion_matches(const char * text,  char * (*commands)(const char *, int));
        ^
/usr/include/readline/readline.h:460:15: note: previous declaration is here
extern char **completion_matches PARAMS((char *, rl_compentry_func_t *));
              ^
1 error generated.
*** Error code 1

Stop.
make[1]: stopped in /xxxx/xxxx/xxxx/newlisp-10.7.0
*** Error code 1

Stop.





Just found out again, It doesn't matter how hard you try to get into new inventive progressive science,

the good parts that are melted into your brain..will stick forever, like honey on a wall ;-) I could

switch to Lua or Chicken-Scheme or Python or whatever...That whats making you tick the keyboard and

think like a machine and flow right out and codes the best, i shall be...

Perhpas I just used newlisp a little too long..hahaha.. Its simply a great language folks !
#23
[size=200]HAPPY 2013[/size]





To all newlispers... A good and frutefull newlisp year.. may the source be with you this year!



Lutz thanks for the releases this year.. hope to see more ;-)



Greetings, Norman
#24
Got it compiled without errors ;-) now back to some testing again...

I had to skipout the net-packet part because it kept complaining about _in_cksum weak linking...

Took me some time to figure that out, as i forgot it was introduced meanwhile.



Anyway.. 10.4.5 compiled on OS/2 with ipv6 dummy entry's.





newLISP v.10.4.5 on OS/2 IPv4/6, execute 'newlisp -h' for more info.



> !ls -al newlisp.exe

-rwxrwxrwx 1 0 0 316834 2012-12-30 17:14 newlisp.exe

> (sys-info)

(414 268435456 387 1 0 2048 0 5942 10405 7)

>



ill keep you posted! ;-)
#25
Hi Lutz,



Has been a while but i picked up the OS/2 release again for newlisp. My system is running natively again.



Since 10.1.5 some changes where made and compiling is oke upto nl-sock.c



ipv6 has been introduced and OS/2 / eComstation is one of those OS's at the moment that has no support for it. This mean no header files for ipv6 at all.



I tried some plugin header files , from the lwres, that where build for systems that dont have ipv6 support but in the end im running into a linking error. Simply the gcc library isnt up for it right now.



I spitted thru the nl-sock.c history and i cant even use the older versions as these have changed the last 2 years.

I would like to stick with the 10.4.5 version of the nl-sock.c but i must exclude a lot to get it compiled without

ipv6.



Is there a quick and or simple way to fully disable ipv6 from the compilation? Or do you have a trick that

would save me bunches of #infdef OS2 | #ifndef IPV6 inside the nl-sock.c file  ?



Hope you have an idea for a 32bits compilation that fits the ipv4 only system structure ..like OS/2...
#26
newLISP newS / Re: newlisp.org unreachable
November 13, 2012, 10:59:48 AM
Back online.... 19:59 CET... ;-)
#27
newLISP newS / newlisp.org unreachable
November 13, 2012, 10:55:20 AM
just for the notification to the forum members a.o.



newlisp.org is currently unreachable 19:45 CET 13-Nov-2012...



Course is unknown to me but could be a nfs host issue... waiting for confirmation...
#28
Ah yes ik know that one.. its a plugin for the far commander (russian version of midmight commander ;-)

At the time it just did not do what i wanted iy to do..but probably its enhanced meanwhile..



I jumped to an older console program, already used with OS2 for years, Take Command / TCC from JPsoft. The TCC is free the TCMD is commericial and it has hunderds of Batch enhancements etc...

(which is actualy the only console replacement i found that was working correctly.. there is another cmd

replacement for windows which is 32 bits and was created by a dutch/belgium guy..but not supported anymore, but its free and fast... sorry forgot the name...)



The other option im using under windows is running a local free sshd and connect with putty / xshell to my local machine ;-)
#29
newLISP in the real world / Re: newLISP on Rockets
October 24, 2012, 07:35:23 AM
Nice initiative (nslookup newlisponrails.com) Sounds better then Ruby on Rails for sure ...  ;-)

Ill keep an eye on it...
#30
newLISP and the O.S. / Re: newLisp on Android (redux)
October 20, 2012, 10:24:13 AM
Thanks for the info... I was already informed it would not be heaven ;-)



Good i didnt try at all... I took the shotcut and rented a cloud server of $9 a month to be able to

access my linux prompt at any time..ofcourse with newlisp on it  ;-)