MCPcopy Index your code
hub / github.com/Pebaz/LambdaCore

github.com/Pebaz/LambdaCore @v0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.0 ↗ · + Follow
1,005 symbols 3,501 edges 7 files 4 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

LambdaCore

A small Lisp written in Rust.

GitHubCircleCIGitHub release

Hello World

(print "Hello World")
(set 'name "Pebaz")
(prin "Hello ")
(print name)

Building

git clone https://github.com/Pebaz/LambdaCore
cd LambdaCore
cargo build --release

Running

# Launch the REPL
./lambda_core

# Run a source file
./lambda_core -f some-file.lcore

# Run a code snippet
./lambda_core -c '(print "Hello World")'

Docs

Core symbols most depended-on inside this repo

t
called by 544
docs/asciinema-player.js
e
called by 459
docs/asciinema-player.js
o
called by 213
docs/asciinema-player.js
y
called by 209
docs/asciinema-player.js
E
called by 197
docs/asciinema-player.js
z
called by 178
docs/asciinema-player.js
H
called by 135
docs/asciinema-player.js
J
called by 134
docs/asciinema-player.js

Shape

Function 972
Method 29
Class 2
Enum 2

Languages

TypeScript89%
Rust11%
Python1%

Modules by API surface

docs/asciinema-player.js897 symbols
src/lcore.rs42 symbols
src/builtin.rs39 symbols
tests/integration_test.rs25 symbols
src/main.rs1 symbols
examples/fib.py1 symbols

For agents

$ claude mcp add LambdaCore \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact