newLISP Fan Club

Forum => So, what can you actually DO with newLISP? => Topic started by: hotcore on February 26, 2016, 12:57:49 AM

Title: newLISP shining again ...
Post by: hotcore on February 26, 2016, 12:57:49 AM
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 ;-)
Title: Re: newLISP shining again ...
Post by: vetelko on October 13, 2016, 09:54:25 AM
You are right. This is one of the things I love on Golang, and now on newlisp as I'm a novice :)