Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Macchiato

Macchiato - Programming language

< >

Macchiato is a programming language created in 2019 by Eddie aka. tamamu.

#1747on PLDB 4Years Old 0Books
0Papers

An AltJS of a dialect of Lisp


Example from the web:
(defn inc (x) (+ 1 x)) (defn fizzbuzz (n) (doseq (i (range 1 n#inc)) (match (list (mod i 3) (mod i 5)) (0 0) (console:log "FizzBuzz") (0 _) (console:log "Fizz") (_ 0) (console:log "Buzz") _ (console:log i)))) (fizzbuzz 20)
yess.html 路 macchiato.html 路 dog.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com