Pinned Repositories
26-months-to-pay-off-a-credit-card-elisp
Exercise 26 from the book "Exercises for Programmers": Months to Pay Off a Credit Card, in Elisp
50-movie-recommendations-elisp
Exercise 50 from the book "Exercises for Programmers" in Emacs Lisp
aar-tool
A spit and bailing wire tool to add Clojure libraries into an Android applications
clojure-gembine
Solve with automation the minigame "Gembine" from 10tons' excellent JYDGE.
elisp-brainfuck
Brainfuck interpreter in Emacs lisp
elisp-mandelbrot
A Mandelbrot explorer in Emacs Lisp, part exercise, part (dumb) idea I'm exploring for curiosity
emacs-kawa-mode
Kawa mode for Emacs
guile-python-interop-test
Guile-Python interoperability test
pastery-emacs
A simple interface to the pastery website developed as an exercise
ray-tracer-challenge-clojure
Implementation of "The Ray Tracer Challenge", in Clojure
R1ck77's Repositories
R1ck77/26-months-to-pay-off-a-credit-card-elisp
Exercise 26 from the book "Exercises for Programmers": Months to Pay Off a Credit Card, in Elisp
R1ck77/50-movie-recommendations-elisp
Exercise 50 from the book "Exercises for Programmers" in Emacs Lisp
R1ck77/aar-tool
A spit and bailing wire tool to add Clojure libraries into an Android applications
R1ck77/elisp-mandelbrot
A Mandelbrot explorer in Emacs Lisp, part exercise, part (dumb) idea I'm exploring for curiosity
R1ck77/elisp-nbt
Library for Named Binary Tag encoding/decoding in Emacs Lisp
R1ck77/emacs-kawa-mode
Kawa mode for Emacs
R1ck77/guile-python-interop-test
Guile-Python interoperability test
R1ck77/pastery-emacs
A simple interface to the pastery website developed as an exercise
R1ck77/ray-tracer-challenge-clojure
Implementation of "The Ray Tracer Challenge", in Clojure
R1ck77/1-saying-hello-elisp
Exercise 1 of the book "Exercises for Programmers" in ELisp
R1ck77/2-counting-the-number-of-characters-elisp
Exercise 2 from the book "Exercises for Programmers" in ELisp
R1ck77/23-troubleshooting-car-issues-elisp
Exercise 23 from the book "Exercises for Programmers" in ELisp
R1ck77/46-word-frequency-counter
Exercise 46 of Exercises for Programmers in ELisp
R1ck77/5-simple-math-elisp
Exercise 5 from "Exercises for Programmers" in ELisp
R1ck77/advent-of-code-2020
My solutions for the "Advent of code 2020" (https://adventofcode.com/), in Clojure.
R1ck77/advent-of-code-2021
My solutions to the 2021 edition of the "Advent of Code" (adventofcode.com) in ELISP
R1ck77/advent-of-code-2022
My solutions to the 2022 edition of the "Advent of Code" (adventofcode.com) in ELISP
R1ck77/advent-of-code-2023
My solutions for the Advent of Code 2023 (elisp)
R1ck77/clojure-fizbuzz
Quick stab at the fizbuzz kata
R1ck77/clojure-ga
Genetic algorithms in Clojure
R1ck77/couchgames.test-utils
Mixed bag of testing functions and macros
R1ck77/elisp-matrix-kata
Lazy toying with Emacs Lisp and the client matrix protocol
R1ck77/elisp-maze
Emacs Lisp maze-related algorithms
R1ck77/gambit-embedding
A simple test to assess Gambit-C's embedding/extending capabilities
R1ck77/guile-embedding-test
Short test to embed guile as a scripting engine
R1ck77/Hello_World_NDK_Lua
Test to explore Native Applications on Android
R1ck77/look-and-say-sequence-elisp
Implementation of A005150 in ELisp
R1ck77/my-emacs-scripts
Mixed bag of scripts I created for emacs everyday use
R1ck77/native-activity-tests
Prototyping and experimenting with Android NDK and the native activity
R1ck77/two-columns-layout
Custom layout case study