newLISP shining again ...

Featuring the Dragonfly web framework
Locked
hotcore
Posts: 29
Joined: Fri Aug 26, 2011 1:03 pm

newLISP shining again ...

Post 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 ;-)

vetelko
Posts: 23
Joined: Thu Oct 13, 2016 4:47 pm

Re: newLISP shining again ...

Post by vetelko »

You are right. This is one of the things I love on Golang, and now on newlisp as I'm a novice :)
newLISP v.10.7.6 64-bit on BSD IPv4/6 UTF-8 libffi

Locked