Hacker News new | past | comments | ask | show | jobs | submit login

Probably most of the work is hidden in the underlying "framework" or "language". Here's a text editor in 1 line of html: <textarea></textarea>



APL is an extraordinarily concise programming language, even without taking its environment into account. This is a well known implementation of Conway's Game of Life in APL:

↑1 ⍵∨.∧3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: