https://github.com/nptcl/npt Skip to content Sign up * Product + Features + Mobile + Actions + Codespaces + Packages + Security + Code review + Issues + Integrations + GitHub Sponsors + Customer stories * Team * Enterprise * Explore + Explore GitHub + Learn and contribute + Topics + Collections + Trending + Learning Lab + Open source guides + Connect with others + The ReadME Project + Events + Community forum + GitHub Education + GitHub Stars program * Marketplace * Pricing + Plans + Compare plans + Contact Sales + Education [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} nptcl / npt Public * Notifications * Fork 3 * Star 48 ANSI Common Lisp implementation License Unlicense License 48 stars 3 forks Star Notifications * Code * Issues 1 * Pull requests 0 * Actions * Projects 0 * Wiki * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Wiki * Security * Insights This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 2 branches 38 tags Code Latest commit @nptcl nptcl Bugfix FIND-PACKAGE, #10 ... b13b8ad May 3, 2022 Bugfix FIND-PACKAGE, #10 b13b8ad Git stats * 430 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time build Update dlfile. Mar 12, 2022 develop Update require function. Mar 19, 2022 docs Add nickname LISPNAME in system package. Feb 20, 2022 src Bugfix FIND-PACKAGE, #10 May 4, 2022 test Bugfix FIND-PACKAGE, #10 May 4, 2022 LICENSE Initial commit Feb 22, 2019 Makefile.am Update makefile. Jul 31, 2021 README.md Update terme code. Feb 22, 2022 bootstrap.sh Update autoconf. Jul 8, 2019 clean.sh Update testcase Filenames. Nov 3, 2020 configure.ac Update makefile. Jul 31, 2021 freebsd_debug.sh Rename build file. Feb 6, 2022 freebsd_release.sh Rename build file. Feb 6, 2022 linux_debug.sh Update testcase Filenames. Nov 3, 2020 linux_release.sh Update testcase Filenames. Nov 3, 2020 windows_clean.bat Update Windows script. Oct 9, 2020 windows_debug.bat Update Windows script. Oct 10, 2020 windows_release.bat Update Windows script. Oct 10, 2020 View code [ ] Npt 1. Make (script) FreeBSD Linux Install 2. Make (autoconf, automake) 3. Example Prompt Command Line 4. Compile FreeBSD Linux Windows 5. Using readline / editline FreeBSD (editline) Linux (readline) Documentation License Distribution README.md Npt Npt is an ANSI Common Lisp Programming Language. 1. Make (script) FreeBSD $ ./freebsd_release.sh ... $ ./npt * Linux $ ./linux_release.sh ... $ ./npt * Install $ su # cp -i npt /usr/local/bin/. 2. Make (autoconf, automake) $ ./bootstrap.sh $ ./configure $ make $ make install 3. Example Prompt $ ./npt * (format t "Hello~%") Hello NIL * ^D $ Command Line $ ./npt --quit --eval '(format t "Hello~%")' Hello $ 4. Compile FreeBSD $ cc -O3 -o npt -DLISP_FREEBSD -lm src/*.c $ ./npt * Linux $ cc -O3 -o npt -DLISP_LINUX -lm src/*.c $ ./npt * Windows $ cc -o npt.exe -DLISP_WINDOWS -lm src/*.c $ ./npt.exe * 5. Using readline / editline FreeBSD (editline) * Script $ ./build/freebsd_editline_release.sh * Compile $ cc -O3 -o npt -DLISP_FREEBSD -DLISP_EDITLINE -lm -ledit src/*.c Linux (readline) * Script $ ./build/linux_readline_release.sh * Compile $ cc -O3 -o npt -DLISP_LINUX -DLISP_READLINE -lm -lreadline src/ *.c Documentation https://nptcl.github.io/npt/docs/md/index.html https://nptcl.github.io/npt/docs/index.html License The Unlicense Distribution https://github.com/nptcl/npt About ANSI Common Lisp implementation Resources Readme License Unlicense License Stars 48 stars Watchers 5 watching Forks 3 forks Releases 38 tags Packages 0 No packages published Contributors 2 * @nptcl nptcl * @snmsts snmsts SANO,Masatoshi Languages * C 76.8% * Common Lisp 21.8% * NewLisp 0.5% * C++ 0.5% * Shell 0.2% * Makefile 0.1% * Other 0.1% * (c) 2022 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.