KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
npt
★ 177
Open GitHub ↗
ANSI Common Lisp implementation
Download README (.md)
Explore Similar Repositories
KurrentDB-Client-NodeJS
:
KurrentDB NodeJS Client
dolphinbeat
:
A server that pulls and parses MySQL binlog, pushs change data into different sinks like Kafka.
iti
:
~1kB Dependency Injection Library for Typescript and React with a unique support of async flow
upload-to-release
:
A GitHub Action that uploads a file to a new release.
G-Index
:
Google Drive Directory Index Running on CloudFlare Workers [Search + DarkMode] [ENGLISH]
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
npt
?
Download (.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/md/index.html) [https://nptcl.github.io/npt/docs/index.html](https://nptcl.github.io/npt/docs/index.html) # License [The Unlicense](LICENSE) # Distribution [https://github.com/nptcl/npt](https://github.com/nptcl/npt)