I just posted on StackOverflow that it reminded me of Tersus page I saw many years ago. Diagrams in diagrams that automatically generated apps. Seems focused on web apps these days. I never used it so no opinion on how good or bad it may be.
Oh wow, I’m writing a Haskell EDSL right now to do things a bit like this although my version is a bit lower level. I’m writing some slides using it for a presentation I’m giving tomorrow.
I’d like to add: I found this via the submission on Unix architecture evolution diagrams. Both the diagrams and the DSL were made by Diomidis Spinellis. I submitted via my phone yesterday, hence why I didn’t mention that when submitting.
I just posted on StackOverflow that it reminded me of Tersus page I saw many years ago. Diagrams in diagrams that automatically generated apps. Seems focused on web apps these days. I never used it so no opinion on how good or bad it may be.
http://www.tersus.com/#Id=24
Oh wow, I’m writing a Haskell EDSL right now to do things a bit like this although my version is a bit lower level. I’m writing some slides using it for a presentation I’m giving tomorrow.
How did your presentation go? And how is you EDSL panning out? I’d be curious to see either code or output.
The presentation went really well and I was pleased with how the slides turned out. You can see them here: https://imgur.com/a/evgmp
I uploaded my code here: https://github.com/tomjaguarpaw/dottyback/blob/master/Dottyback.hs
It works well as a proof of concept. I’d like to tighten up the API and release it as a competitor to
diagramsat some point.I’d like to add: I found this via the submission on Unix architecture evolution diagrams. Both the diagrams and the DSL were made by Diomidis Spinellis. I submitted via my phone yesterday, hence why I didn’t mention that when submitting.