Skip to content
View stacksmith's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Uncertain
Block or Report

Block or report stacksmith

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
stacksmith/README.md
! Hello !
+ I am a minimalist - and despise needless complexity.
+ I breathe Common Lisp - and C or assembly when needed.  As a language geek, I find most vulgar.
+ I live in deep rabbitholes - carved by structured data in my attempts to write editors, compilers, and nifty datastructures (especially probabilistic and immutable ones).  Occasionally I put on my EE hat and design hardware, often with FPGAs or 6502s.  
+ I need to get off github... Gitlab is almost as evil.  Why am I still here?

Pinned

  1. asteroids asteroids Public

    Forked from andyhd/asteroids

    Asteroids game in Common Lisp

    Common Lisp 7 1

  2. cl-fui/subtext cl-fui/subtext Public

    A GTK experiment: a mostly-text-based UI bridges Common Lisp objects and runs of text.

    Common Lisp 21 2

  3. fpgasm fpgasm Public archive

    FPGA assembler! Create bare-metal FPGA designs without Verilog or VHDL (Not to self: use Lisp next time)

    C++ 53 14

  4. cl-fui/cl-fu cl-fui/cl-fu Public

    NCURSES bindings in Common Lisp. FU very much. See https://gitlab.com/cl-fui/cl-curses for a more complete implementation...

    Common Lisp 4

  5. cl-with cl-with Public

    WITH- macro groups all with- clauses, rebinds slot accessors for structs, class instances and foreign objects.

    Common Lisp 4 1

  6. PorterStemmer PorterStemmer Public

    A Pharo implementation of the classic Porter stemmer

    Smalltalk