atgreen

atgreen / cl-kawa

Public

Scheme on Java on Common Lisp

20
2
100% credibility
Found Feb 25, 2026 at 17 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Common Lisp
AI Summary

This project enables smooth mixing of code from Common Lisp and Kawa Scheme in a single process, supporting evaluation, function calls, and basic data sharing across the languages.

How It Works

1
🕵️ Discover the blend tool

You find this project while searching for ways to mix two different coding languages in the same workspace without any barriers.

2
📦 Gather basics

You install a couple of free coding tools and set up a helper environment to get everything ready.

3
⬇️ Grab the library

You download a special file that brings in the guest coding language.

4
⚙️ Add to your session

You load the tool into your main coding playground.

5
🚀 Wake it up

You start the blended system, connecting the two languages in one shared space.

6
🧮 Try quick tests

You run simple math, string tricks, and lists from the new language right inside your own.

7
🔗 Share functions

You call routines back and forth between languages and even let one use your custom code.

🎉 Multi-language magic

You create a fun greeting that travels through both coding worlds and a bit of another, printing out in all caps perfectly.

Sign up to see the full architecture

6 more

Sign Up Free

Star Growth

See how this repo grew from 17 to 20 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is cl-kawa?

cl-kawa lets you run Kawa Scheme code inside a Common Lisp process on SBCL, with seamless bidirectional calls between CL and Scheme, plus access to Java libraries. It solves the pain of mixing Lisp and JVM ecosystems by sharing the same heap—no serialization or FFI needed. You eval Scheme expressions as strings or s-exps from CL, lookup and funcall Scheme procs, register CL functions for Scheme to use, and exchange basics like numbers, strings, and lists.

Why is it gaining traction?

Unlike Cyclone Scheme or Gauche Scheme on GitHub, or Gambit Scheme's JavaScript ports, cl-kawa embeds full Kawa Scheme and Java directly in native CL assembly via OpenLDK. Developers dig the "three languages in one process" demo: CL calls Scheme which hits Java methods, all as nested Lisp calls. It's a fresh hook for github scheme experiments over cl kawasaki-style hacks or separate JS Scheme URLs.

Who should use this?

Lisp tinkerers porting Scheme snippets to SBCL, or CL devs needing JVM libs without Java overhead. Ideal for polyglot prototypes mixing Scheme logic with CL performance, like scripting Java interop in a single image. Skip if you're after production Scheme like Gambit or color scheme tweaks in Neovim.

Verdict

Fun tech demo with solid docs and tests, but 13 stars and 1.0% credibility score scream experiment-only—avoid production. Try it for cl-kawa interop thrills if you're deep in Lisp/Scheme/JVM, else wait for maturity.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.