Is the beadslang website made in beads?
Beads: Computer language and toolchain
41–50 of 235 posts
Re: Beads: Computer language and toolchain
#42Is the beadslang website made in beads?
The index.beads and (I think!) corresponding index.html files are... quite something. I'm not 100% sure this will catch on.
Re: Beads: Computer language and toolchain
#43I get the appeal for a small program that fits in your head, but for anything more complex I don't want the code to take care of everything in a single module/file.
Re: Beads: Computer language and toolchain
#44It looks interesting. The reference card immediately made me think of the J vocab reference card (the old one, not the Nuvoc one!). I do like the declarative nature of beads, and it does remind me of Red or Rebol in a way as someone has already commented here.
Re: Beads: Computer language and toolchain
#45I think this concept will be revisited from time to time in the future, although I agree with the skepticism about this particular project.
Re: Beads: Computer language and toolchain
#46Re: Beads: Computer language and toolchain
#47Re: Beads: Computer language and toolchain
#48- promises to replace entire stack
- ...and Excel
- "declarative languages have almost no bugs"
- built-in database
Yeah color me skeptical. I love experiments, but I prefer those that under-promise and over-deliver. People have been promising unification languages since there were only two languages. People have been promising cross-platform since there were two platforms. And people have been promising to replace Excel since...Excel
Re: Beads: Computer language and toolchain
#49Re: Beads: Computer language and toolchain
#50It seems that after years of trying to develop programming languages and architectures to have separation of concerns, with the business logic, the presentation logic, and the data storage separated (or even going to full-blown microservices), this just... bunches everything together? I get the appeal for a small program that fits in your head, but for anything more complex I don't want the code to take care of every…