logoalt Hacker News

pasquinellitoday at 3:14 AM4 repliesview on HN

from the article

> My hypothesis

> Developers deal with two broad categories of work.

> - Describing the logic of the problem they are solving using language constructs like if, loop, var etc. > - Working with computers to run those problems using constucts like $PATH, /var/tmp and AWS.

> There are a lot of humans who can do the first work fine but don’t have the time to master the second category. I call these humans “makers”.

the idea seems to be to make an end-user programming language for makers. makers want to make not ask ai to make, and they are capable of writing code, actually, it's just all the computer plumbing that's too much of a pain.

a sophisticated programming language to write personal software that cuts out the computer plumbing would be something i'd love. i'm not fully clear how that would be done, but i like the thought.


Replies

tolcihotoday at 3:45 AM

AppleScript "English" was designed to be intuitive and easy to understand (or so claimed various manuals), but boy howdy did I spend a lot of time trying to figure out exactly what "English" it did accept.

show 1 reply
petratoday at 5:00 AM

// makers want to make not ask ai to make,

It probably changes from person to person, some people are just interested in seeing how their idea comes to life and maybe does something useful in the world.

saghmtoday at 4:40 AM

Didn't we invent the word "devops" specifically for the combination of work of development and ops? How did we get to the point where we now need a word for "development without the ops"?

show 1 reply
Brian_K_Whitetoday at 4:27 AM

500 million years ago a former colleague created "Electric File Clerk" which became profile which became filepro which technically still exists today.

It was a "RAD, rapid application development system basically the proto ms access. The idea was the user is a dentist or lawyer, not a developer, but needs to make their own software because at that time almost no canned software existed yet.

The doctor or florist or whatever could make their own database-backed application without writing a line of code. Just draw screens and define screens and fields and report formats.

No language at all, since no code.

We are talking trs-80 model I here...