#eepitch

2025-05-22

#programming #gamedev #devlog #lisp #KRF my #lispgamejam game (okay, it's a random walk through dandelions) walked through frame-by-frame with 12 annotated #emacs #eepitch screenshots.

screwlisp.small-web.org/lispga

I feel looking at these screenshots qualifies you to
a. Try it yourself
b. Probably vote, having seen the breadth of my game.

It turns out there were about 4 omited lines in my source upload and a typo in my git address.

What does everyone think! @the_dot_matrix (whose game is great).

An emacs screenshot, the left frame is some md markdown housing eev eepitch writing and the code
```
live-life
live-life
do-render
. (loop :repeat 2 :do (live-life))
.  (do-render)
```
And on the right, the results of the eepitched evaluation, including with ascii field:
```
ses.058) . (loop :repeat 2 :do (live-life))
nil

ses.059) . (do-render)

"***"
"****
*""**
*"""*
*""*"
"
nil

ses.060) 
```
2025-05-22

#programming #engineering #statistics #PCA in #commonLisp #lisp #blog #easy #reference screwlisp.small-web.org/progra

While I am just feeding no-other-obvious-source lisp pieces of my brain to my young kitten, here is principle component analysis in common lisp using an openly available #ML package #clml from a Japanese telco changing hands 15 years ago, actively developed by a lisp lone wolf up until five years ago.

My demo is in english (#emacs #eev #eepitch) in contrast to the Japanese internals.

2025-05-15

#programming #engineering #emacs #eev #eepitch #markdown #md #intro #howto
screwlisp.small-web.org/progra
Capturing how I have started programming recently. In an md markdown document, I just weave in eev's red star lines and pitch other lines. Since eev 'inhabits other things' naturally, eepitch makes plain markdown into a powerful interactive evaluation mode.

The eepitching includes #shell #lisp #elisp #commonLisp and my #softwareIndividuals #KRF in the kind of freeform medley it lends itself to.

A truncated rectangle of vanilla whitefield emacs markdown document with eev eepitching woven in:
mkdir -p ~/leocommunity                            
cp -r ~/Pawn-75/Pawn-75 ~/leocommunity/my-software-
```                                                
Where 'red star' lines contain elisp, and other lin
```                                                
 (setq inferior-lisp-program "clisp -E ISO-8859-1 
 (slime)                                          
 (setq eepitch-buffer-name "*slime-repl clisp*")  
```                                                
as you can tell, I snuck in both making and startin
```                                                
(require "asdf")                                   
(uiop:chdir "~/leocommunity/my-software-individual-
(load #p"../../../remus/Startup/cl/acleo.leos")    
                                                   
(cle)                                              
put my-first-symbol property is-value              
(get my-first-symbol property)                     
```                                                
Pressing `<F8>` either evaluates a red star line as
vintage screwlisp accountscrewtape@mastodon.sdf.org
2025-05-01

#commonLisp #eev #emacs #eepitch
* (setq eepitch-buffer-name "*slime-repl sbcl*")
"a"
"b"
(concatenate 'string * **)
<F8> <F8> <F8> <F8>
--and over in the repl:
CL-USER> "a"
"a"
CL-USER> "b"
"b"
CL-USER> (concatenate 'string ** *)
"ab"

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst