lispc
Lisp-C converter
A tool to convert Lisp code to C, enabling developers to leverage the expressiveness of Lisp with the performance of C.
"Lispsy" Lisp(ish) to C Converter (designed for CLISP)
536 stars
29 watching
38 forks
Language: Common Lisp
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vsedach/vacietis | Compiles C code into Common Lisp and provides a Lisp-to-C compiler executable. | 306 |
yesco/esp-lisp | A small, fast Lisp interpreter for the ESP8266 microcontroller | 257 |
saman-pasha/lcc | A Lisp-like compiler and toolset for writing C code with additional features | 26 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 372 |
cpitclaudel/monospacifier | Converts variable-width fonts to monospace fonts to improve Unicode coverage and formatting consistency in programming. | 381 |
argumentcomputer/lurk-lisp | A Lisp implementation of Lurk's API without proof mechanisms | 67 |
marcoheisig/cl4py | Enables interaction between Python and Common Lisp | 94 |
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 854 |
yitzchak/common-lisp-jupyter | A Common Lisp kernel for Jupyter that provides interactive coding and development experience | 224 |
digikar99/py4cl2 | A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 41 |
dbetz/xlisp | An object-oriented LISP compiler built using CMake | 35 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
hyotang666/trivial-formatter | A utility that formats Common Lisp source code according to standardized conventions and syntax. | 38 |
zick/zickstandardlisp | An implementation of the Common Lisp programming language for various interpreters and compilers | 48 |
taviso/ctypes.sh | A foreign function interface plugin for bash that allows calling C functions from within bash scripts. | 2,107 |