Some Advise about newLISP

For the Compleat Fan
Locked
ssqq
Posts: 88
Joined: Sun May 04, 2014 12:49 pm

Some Advise about newLISP

Post by ssqq »

I like newLISP.

If put the source code to github. maybe more people could participate in this Project.

If Add some function used 'Test` in newLISP core like this:

Code: Select all

( is (expression args) result, messsage))
                 ( ok expression-is-true message)
Then could add some test-case in core. So many people could see sample in source code.

Add Core-Module-List in newLIsp.com, with registered download address, then We could write code to download module, install it then test it automatically.

Locked