home.social

#redlang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #redlang, aggregated by home.social.

  1. #programming
    languages I am most interested in, ranked low-high in terms what I think of them:

    5. Go #golang
    4. Zig #ziglang
    3. Odin #odinlang
    2. Rebol #rebol
    1. Red #redlang

  2. #programming
    languages I am most interested in, ranked low-high in terms what I think of them:

    5. Go #golang
    4. Zig #ziglang
    3. Odin #odinlang
    2. Rebol #rebol
    1. Red #redlang

  3. #programming
    languages I am most interested in, ranked low-high in terms what I think of them:

    5. Go #golang
    4. Zig #ziglang
    3. Odin #odinlang
    2. Rebol #rebol
    1. Red #redlang

  4. #programming
    languages I am most interested in, ranked low-high in terms what I think of them:

    5. Go #golang
    4. Zig #ziglang
    3. Odin #odinlang
    2. Rebol #rebol
    1. Red #redlang

  5. #programming
    languages I am most interested in, ranked low-high in terms what I think of them:

    5. Go #golang
    4. Zig #ziglang
    3. Odin #odinlang
    2. Rebol #rebol
    1. Red #redlang

  6. #programming #ziglang #odinlang #redlang

    Actually, quite nice and detailed overview, even if you might not necessarily agree with the author on some points.

    wiki.alopex.li/SurveyOfSystemL

  7. #programming #ziglang #odinlang #redlang

    Actually, quite nice and detailed overview, even if you might not necessarily agree with the author on some points.

    wiki.alopex.li/SurveyOfSystemL

  8. #programming #ziglang #odinlang #redlang

    Actually, quite nice and detailed overview, even if you might not necessarily agree with the author on some points.

    wiki.alopex.li/SurveyOfSystemL

  9. #programming #ziglang #odinlang #redlang

    Actually, quite nice and detailed overview, even if you might not necessarily agree with the author on some points.

    wiki.alopex.li/SurveyOfSystemL

  10. #programming #ziglang #odinlang #redlang

    Actually, quite nice and detailed overview, even if you might not necessarily agree with the author on some points.

    wiki.alopex.li/SurveyOfSystemL

  11. Neither #redlang nor #rebol before it had any real hype machines promoting them, so it is rather unlikely that you have heard of those unique #programming languages. But they have their loyal community and are even used in production by those brave enough to dive in.

    redlcv.blogspot.com/2024/12/si

  12. @arrdem #REBOL had a refreshing take on GUI programming, and made things, well, easy. I bought a license back in the day and had a few small apps in production at work.

    However, as a closed language it never took off and soon atrophied.

    I check in on #RedLang now and again, and while it is getting there, things move very slow. It still suffers from legacy cruft that prevents it from really being usable on the platforms I prefer.

    Perhaps there are some REBOL adjacent languages out there?

  13. @arrdem
    On the less savory side, the biggest issue with #redlang is its rather anemic development pace, legacy bootstrap tooling and still being stuck in 32-bit era.

    At this time I would rather suggest going with Oldes'es #Rebol fork instead - github.com/Oldes/Rebol3
    The biggest thing you will be missing is GUI toolkit support, but I would argue that is not a critical sacrifice.

  14. @arrdem

    Have a look at my naive implementation of the Voronoi diagram, as an example, to get a taste of it:

    rosettacode.org/wiki/Voronoi_d

    #redlang #rebol

  15. @arrdem Have been toying with both for the past few years and even ported Red to NetBSD, but have not done any serious projects in them yet (but intend to).

    tldr; they are awesome for the niche they typically target (mostly scripting, Python replacement). It is like if Lisp and TCL had a baby - love the syntax and flow fluidity, the conceptual simplicity, being lightweight with a very small footprint and excellent code readability.

    #rebol #redlang

  16. @JetSetIlly

    Oh by the way, check out RedLang, a more modern REBOL-like language.

    There are some potentially unpalatable aspects about their funding initiative, but the language itself, strictly speaking, has a lot of good merit.

    red-lang.org/

    #rebol #redlang #programming

  17. @RenewedRebecca That sounds like something conceptually similar to System Redlang I think (or however it's called in redlang land). Although the last time I looked it still wasn't self-bootstrapping and it still required an old REBOL build to bootstrap. That has probably changed since then.

    #redlang #rebol

  18. I would like to light a candle for Carl Sassenrath's abandoned #REBOL.

    Spent a fair bit of time doing projects in REBOL for work back in the day, and if it had only been open sourced from the start I believe the timing would have propelled it to the forefront of native networked GUI apps.

    #RedLang has taken up the mantle, but if IIRC it's still stuck in a rewrite to shed the ancient 32-bit prerequisite tooling.

  19. There is something extremely satisfying and almost magical in playing with small yet powerful #programming languages, especially if they can be distributed as single statically linked executables, with all the batteries included. #JimTcl, #RetroForth, #Rebol #RedLang