Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Macchiato

< >

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

#1961on PLDB 5Years Old
Download source code:
git clone https://github.com/tamamu/macchiato
HomepageSource Code

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)

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0