hraban / leetcode-1657-cl-nix

Common Lisp & Nix & lispPackagesLite POC app: leetcode 1657

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leetcode 1657

Solution to LC 1657 as a litmus test for my Nix + Common Lisp build system: =cl-nix-lite=.

Usage:

nix run github:hraban/leetcode-1657-cl-nix -- abcceeee bbaaaaec

Or any two strings.

You don’t need to clone this repository first; Nix will automatically download it for you. If you do want to clone it and work on a local copy, run it this way:

nix run . -- abc abc

About

Common Lisp & Nix & lispPackagesLite POC app: leetcode 1657

License:GNU Affero General Public License v3.0


Languages

Language:Common Lisp 69.6%Language:Nix 30.4%