top | item 42441522

(no title)

vitiral | 1 year ago

Computers should be controlled (primarily) via a programming language (aka the shell). That way you are "learning" every time you want to do anything on your computer, and anything you do can be programmed.

I prefer Lua for this purpose (and am extending it to be more suitable), but almost any "simple" language will do. Sh/bash are the original and IMO we should try to move away from them (pipes are still cool though)

discuss

order

acegopher|1 year ago

That's a great concept. That was part of the premise of Smalltalk and Oberon, for example. How are you extending Lua to accomplish that goal?