mastodon.me.uk is one of the many independent Mastodon servers you can use to participate in the fediverse.
Open, user-supported, corporation-free social media for the UK.

Administered by:

Server stats:

544
active users

"BUT THE HELPS ME CHURN OUT BOILERPLATE" I am once again begging you to try to imagine working towards a world where we don't need the boilerplate

@pikesley > a world without boilerplate
REBOL would like to have a word with you :comfypeek:
100 percent OPSEC

@icedquinn "Rebol is nearly syntax free. And, as you become fluent, you end up writing code in sentences, somewhat similar to human languages" yeah I've been caught out by this before

@pikesley the real thing that made it nice was that DSLs were an up-front goal (they called it dialecting.)

code stayed as a bag of symbols unless you evaluated it. you were intended to use this so you could just read parsed code like an array of things and use that to write your own job specific interpreters.

they never got a whole lot of those for various reasons. the draw dialect was meant to be a proof of concept.

in a way its like Lisp macros