Skip to content
View occisn's full-sized avatar

Block or report occisn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
occisn/README.md

Coding is a hobby. Fan of Emacs and Common Lisp.

Pinned:
- my full and actual Emacs configuration (init.el file)
- Converter from Common Lisp to GNU Calc
- cl-swank-bridge: Python one-file bridge between Claude Code and living Common Lisp image within Emacs

How to reach me: discussion linked to this profile repository, as well as issues and discussions in each repository

Full list of repositories per category: (a project may appear in several categories)

Common Lisp
- Common Lisp minimal examples
- Common Lisp GPU example
- Personal utilities for Common Lisp
- Common Lisp performance
- Reproduction of Hamid Naderi Yeganeh's Morpho Butterfly in Common Lisp
- Problem solving in Common Lisp: Project Euler, Tupper formula
- Converter from Common Lisp to GNU Calc
- cl-swank-bridge: Python one-file bridge between Claude Code and living Common Lisp image within Emacs

Emacs Lisp
- Personal utilities for Emacs Lisp
- Problem solving in Emacs Lisp: Project Euler, Tupper formula
- cl-swank-bridge: Python one-file bridge between Claude Code and living Common Lisp image within Emacs

Claude
- calc-llm: LLM to convert numerical puzzle into GNU Calc
- cl-swank-bridge: Python one-file bridge between Claude Code and living Common Lisp image within Emacs

C
- C minimal examples
- C GPU example
- Personal utilities for C
- Problem solving in C
- Reproduction of Hamid Naderi Yeganeh's Morpho Butterfly in C

C++
- C++ minimal examples
- Personal utilities for C++
- Problem solving in C++

Emacs
- my full and actual Emacs configuration (init.el file)
- Personal utilities for Emacs

GNU Calc
- Problem solving in GNU Calc
- Converter from Common Lisp to GNU Calc
- calc-llm: LLM to convert numerical puzzle into GNU Calc

Only Office Libre Office Calc Microsoft Excel
- problem solving in spreadsheets

(end of README)

Pinned Loading

  1. emacs-config emacs-config Public

    My actual Emacs configuration file (init.el)

    Emacs Lisp

  2. cl-lisp2calc cl-lisp2calc Public

    Hobby project written in Common Lisp, which converts Lisp code (Common Lisp) into stack-based GNU Emacs Calc.

    Common Lisp 1

  3. cl-swank-bridge cl-swank-bridge Public

    Bridge between Claude Code (or similar LLM with a CLI) and a live Common Lisp image (in Emacs) via the Swank protocol. Evaluate, build, test and send commands from the terminal, with results displa…

    Python