with-c-syntax

WTFPL

with-c-syntax is a fun package which introduces the C language syntax into Common Lisp.

$ area51 add with-c-syntaxCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(with-c-syntax:some-function ...)