newlisp icon indicating copy to clipboard operation
newlisp copied to clipboard

newLISP mirror repository (unofficial)

Results 11 newlisp issues
Sort by recently updated
recently updated
newest added

hello i'm put this line in sqlite3.lsp "/usr/lib64/libsqlite3.so" ; slackware64 now work form my

Greetings, Please acknowledge that the code example for the fibonacci generator on your wiki page: Introduction to newLISP/The basics is not correct. (The fibonacci of 2 is 1, not 2)...

## Tested files: 1. examples/opengl-demo-ffi-lsp.txt (on Linux 32/64-bit (AMD) minimum version newLISP 10.7.0) 2. examples/opengl-demo-ffi.lsp (on Linux 32/64-bit (AMD) minimum version newLISP 10.7.0) 3. examples/opengl-demo.lsp (on Linux 32-bit (AMD) minimum...

@kosh04 is the owner of this repository, but not the project author. Git has author/committer info. so it may be better to replace old author history. ### Keyword - `git-filter-branch`...

this one worked for me: ``` # makefile for newLISP v. 10.x.x on OS without readline 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...

newlisp.c:5839]: (style) Suspicious condition (assignment + comparison); Clarify expression with parentheses. Source code is if((intFlag = ((CELL *)cell->next)->next == nilCell)) Maybe better code if((intFlag = ((CELL *)cell->next)->next) == nilCell)

Coveralls - code coverage web service https://coveralls.io/

FYI. In case you're interested. (Drop/close pullreq if you don't want it.) See the commits list for the actual changes: the fixes pulled in from others are cherrypicks; their original...

Updated the master branch with the latest source code from official site: 10.7.6 (in-progress) I see two bug fixes and the rest of the edits are a version bump from...