guitarvydas
11/09/2024, 9:11 PMPietu
11/11/2024, 6:13 AMguitarvydas
11/12/2024, 3:03 AMPietu
11/12/2024, 6:05 AMguitarvydas
11/12/2024, 10:21 AMPietu
11/12/2024, 2:04 PMI think you mean to get rid of the HTML IDE window on the right and just display everything on the draw.io diagram.You got it right!
My main goal was to see if I could build a usable REPL in 1/2 hour for "any" programming language (not just the DPL shown hereI missed this part, thanks for clarifying!
this path of thinking is suggesting many other quirky possibilities, so I keep poking at it.It's a lot of fun wrapping existing software speaking stdio and providing an alternative interface for them. I've done similar work. My experiments differ from the one in your video in that I've usually attempted to map the messages from the html frontend to the application stdin. This only works for CLI-tools that support a REPL mode, so your approach is more general. Anyway, thanks for sharing!