SkillAgentSearch skills...

Clisp

Lisp written in pure C (C99)

Install / Use

/learn @yangruihan/Clisp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CLisp

Lisp written in pure C (C99)

Run

# clone repository
git clone https://github.com/yangruihan/clisp.git

cd clisp

# update submodule
git submodule init
git submodule update

# build
mkdir build
cd build
cmake ..
make -j6

# run
cd ..
./bin/cmal/Debug/cmal

REPL

./bin/cmal/Debug/cmal

user> (println "Hello World")
Hello World
nil
user>

Run With File

./bin/cmal/Debug/cmal mal/stepA_mal.mal

Mal [c-mal]
nil
mal-user>

tutorial

The Make-A-Lisp Process

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks2

Languages

C

Security Score

60/100

Audited on May 30, 2024

No findings