Channels
random-encounters
bot-dark-forest
in-atlanta
in-philadelphia
of-ai
in-san-francisco
in-london
in-ontario
in-seattle
in-southern-california
in-alberta
of-functional-programming
wormholes
in-germany
reading-together
of-end-user-programming
in-israel
of-music
present-company
of-logic-programming
share-your-work
devlog-together
introduce-yourself
thinking-together
in-boston
in-new-york
of-graphics
announcements
administrivia
two-minute-week
linking-together
Powered by
#share-your-work
Title
# share-your-work
c
crabl
12/06/2021, 7:05 AM
Hey folks! I've been working on a language for quickly sketching out app ideas/user flows, inspired by the concept of a "software breadboard" from Basecamp's Shape Up methodology (
https://basecamp.com/shapeup/1.3-chapter-04#breadboarding
): it's definitely not ready for prime time yet, but I think it's got the bones of a decently expressive rapid prototyping language. Feel free to play around with the demo at
https://breadboard.redefine.software
. Source code is on GitHub:
http://github.com/redefinesoftware/breadboarder
. Curious to hear your feedback!
🤩 2
🙌 8
c
Chris G
12/06/2021, 7:12 AM
This is really nice – also I love DSL->diagram in general
Post