Get the latest tech news
Recreational programming: Tacit programming in Prolog
Nothing serious, I just find it interesting. main(R) :- phrase(main, [1,2,3|S], [R|S]). % Look! No variables! main --> mul, add, is_, dup, pi, sub, swp, pow, abs, is_. pop --> [_]. dup, [A,A] --> [...
Or read this on Hacker News