You are viewing archived messages.
Go here to search the history.

Paul Tarvydas 2024-09-13 09:42:00

a one-liner reply to someone turned into something with more lines than 1 ...

My biggest interest is in thinking about programming instead of coding .

Make reprogrammable electronic machines do something using whatever means possible.

ATM, I'm using draw.io[1] to draw programs, then t2t to compile draw.io's XML (graphML[2]) to code (say Python), then run.

Articles on my desktop, awaiting attention (coded and running and in github, but need more expansive docs and/or people with more energy) ...

programmingsimplicity.substack.com/p/peeking-behind-the-curtain?r=1egdky

📝 Peeking Behind the Curtain

My biggest interest is in thinking about programming instead of coding.

Yuriy Zymlex 2024-09-13 13:06:54

Discord : discord.gg/Jjx62ypR

Link broken?

image.png

Paul Tarvydas 2024-09-13 14:24:51

Try this discord.gg/65YZUh6Jpq. Discord's link generation options confuse me. The default is to have a link expire after 7 days. I thought that I had set the option to "never"...

📝 Join the programming simplicity Discord Server!

Check out the programming simplicity community on Discord - hang out with 18 other members and enjoy free voice and text chat.

Jason Morris 2024-09-14 19:31:43

I think there are Prolog in Pythons, though I don't know what you're aiming at, exactly. There is certainly a Prolog in WASM. I think SWIPL has a WASM implementation. That's something I've had in the back of my head as a potential solution to privacy issues with legal expert systems implemented in SWIPL.

Kartik Agaram 2024-09-14 15:33:56

I've got a REPL loaded up with all of FoC archives.

Just Lua, not something powerful like Common Lisp or Smalltalk. Still quite nice.

Jack Rusher 2024-09-15 12:49:47

The interactivity matters much more than the language 😊