Polyglot solutions for www.projecteuler.net mathematical challenges
-
Updated
Dec 15, 2022 - Python
Common Lisp is a general-purpose programming language in the Lisp language family. Its syntax is defined on top of s-expressions, however it can be extended through the use of reader macros. It supports compile-time meta-programming through the use of macros. It supports the OOP paradigm through the Common Lisp Object System. The API upon which CLOS is implemented is exposed to the programmer so they can extent the object system. This API is referred as the Meta-Object Protocol. There are multiple implementations available: SBCL, which generates fast code, CCL, which compiles code fast, ABCL, which runs on the JVM, JSCL which runs on Node, and the browser, etc.
Polyglot solutions for www.projecteuler.net mathematical challenges
A command line tool and library for generating FFI wrappers for Common Lisp
Common Lisp FFI for http://libsdl.org/ (SDL2), using cffi/c2ffi.
Common Lisp FFI for http://zlib.net/, using cffi/c2ffi.
My solutions to HackerRank problems.
Lisp translator and single accumulator based CPU model
Derivation, entirely by probability theory, of the correlation coefficient for a two-channel Bell test, with simulation in Ada and other languages. The Nobel Committee for Physics has banned this program. (Mirrored at https://eprb-signal-correlations.sf.net)
Various code to generate mandelbrot sets.
be humble, be teachable and always keep learning.
Incremental programming principles for beginner software developers.
Overlap integrals over GTOs (THO66 algorithm) in many languages
A (almost) fool-proof Jupyter kernel for Common Lisp
Language translator and translated file executor
Common Lisp bindings for FastNoiseLite
Лабораторные работы по дисциплине «Функциональное программирование»
Created by X3J13
Released 1984