Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
D-Coder
on Nov 3, 2024
|
parent
|
context
|
favorite
| on:
Programming languages that blew my mind (2023)
Most programming languages work top-down... literally, down through the lines of code.
Prolog works bottom-up.
Emacs LISP works inside-out.
skydhash
on Nov 4, 2024
[–]
I've been doing advent of code with Uiua [0], an array and stack programming language. And it feels like playing Tower of Hanoi with data and building pipelines with functions.
[0]:
https://www.uiua.org/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Prolog works bottom-up.
Emacs LISP works inside-out.