@alcinnz

If you want a portable object oriented language that will eat all your system resources - java

If you want a language that will efficiently do exactly what you want it to do if you do everything exactly right (you won't) - C

If you want a language designed by a psychopath who thinks indentation should be significant - Python

If you want to write a script that absolutely no-one will be able to read - Perl

@alcinnz my own language, when I get around to building it.

It's called SKL, a "flow" SQL targeted at analysts and not data engineers or programmers. I want data transformations on a spreadsheet to be incremental, logged, reversible, readable and reproducible -- a way to tie NoCode with YesCode.

I can already compile most of it to SQLite in a clunky UI built with PyScript, but stopped while implementing GROUP BY, so I'm still a-ways of releasing it for the harsh world to poo-poo on it.

@alcinnz #clojure. Had a lot of fun coding backend and frontend in the same language, saved a lot of time in implementation & struggling with newer syntax. #Lisp made functional programming digestible for me. Implemented my own web framework piecing together different libraries with a new glue. All of which I wouldn't have done with Python or Go. 10/10