Page 1 of 1

newLISP shining again ...

Posted: Fri Feb 26, 2016 8:57 am
by hotcore
Warning: no trolling - no flame ware!!!!

These days I compared the building of an executable from a (very small) comparable Python and a newLISP script.

Python:
- first install pyinstaller (which is quite big)
- run pyinstaller for the script (create just an executable)
- it takes quite some time and lots of warnings
- executable size is .... greater than 4.5 megabytes

newLISP:
- create executable easy using a commandline switch
- executable produced almost instantly
- executable size is ..... 309 kilobytes

So kudos again ;-)

Re: newLISP shining again ...

Posted: Thu Oct 13, 2016 4:54 pm
by vetelko
You are right. This is one of the things I love on Golang, and now on newlisp as I'm a novice :)