Skip to content

booniepepper/stap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛑 (stap)

Stap (STAck Processor) is an experimental riff on Lisp (LISt Processor) but uses a persistent global stack like your favorite concatenative programming language. Pronounce it like "stop" and perhaps also stop before trying anything too crazy with this language.

The following are all equivalent in stap:

# Note: "pl" is "print line"

(pl (+ 1 1))

1 (pl (+ 1))

1 1 (pl (+))

(+ 1 1) (pl)

1 (+ 1) (pl)

1 1 (+) (pl)

Y Tho?

I wanted to see if I could use the Rail virtual machine for a Lisp.

More explanation

TODO: What is this madness?

Etc

A 2023 side quest of J.R. Hill.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks